root/trunk/win/VC71/zthread.vcproj @ 6

Revision 2, 9.9 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="zthread"
6        ProjectGUID="{262199E8-EEDF-4700-A1D1-E9CC901CF480}"
7        SccProjectName=""
8        SccLocalPath="">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
17                        IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
18                        ConfigurationType="4"
19                        CharacterSet="2">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="..\..\dep\include"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="1"
28                                RuntimeTypeInfo="TRUE"
29                                UsePrecompiledHeader="2"
30                                PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
31                                WarningLevel="3"
32                                Detect64BitPortabilityProblems="TRUE"
33                                DebugInformationFormat="3"/>
34                        <Tool
35                                Name="VCCustomBuildTool"/>
36                        <Tool
37                                Name="VCLibrarianTool"
38                                OutputFile="$(OutDir)/zthread.lib"/>
39                        <Tool
40                                Name="VCMIDLTool"/>
41                        <Tool
42                                Name="VCPostBuildEventTool"/>
43                        <Tool
44                                Name="VCPreBuildEventTool"/>
45                        <Tool
46                                Name="VCPreLinkEventTool"/>
47                        <Tool
48                                Name="VCResourceCompilerTool"/>
49                        <Tool
50                                Name="VCWebServiceProxyGeneratorTool"/>
51                        <Tool
52                                Name="VCXMLDataGeneratorTool"/>
53                        <Tool
54                                Name="VCManagedWrapperGeneratorTool"/>
55                        <Tool
56                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
57                </Configuration>
58                <Configuration
59                        Name="Release|Win32"
60                        OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
61                        IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)"
62                        ConfigurationType="4"
63                        CharacterSet="2">
64                        <Tool
65                                Name="VCCLCompilerTool"
66                                AdditionalIncludeDirectories="..\..\dep\include"
67                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
68                                RuntimeLibrary="0"
69                                EnableEnhancedInstructionSet="1"
70                                RuntimeTypeInfo="TRUE"
71                                UsePrecompiledHeader="2"
72                                PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch"
73                                WarningLevel="3"
74                                Detect64BitPortabilityProblems="TRUE"
75                                DebugInformationFormat="3"/>
76                        <Tool
77                                Name="VCCustomBuildTool"/>
78                        <Tool
79                                Name="VCLibrarianTool"
80                                OutputFile="$(OutDir)/zthread.lib"/>
81                        <Tool
82                                Name="VCMIDLTool"/>
83                        <Tool
84                                Name="VCPostBuildEventTool"/>
85                        <Tool
86                                Name="VCPreBuildEventTool"/>
87                        <Tool
88                                Name="VCPreLinkEventTool"/>
89                        <Tool
90                                Name="VCResourceCompilerTool"/>
91                        <Tool
92                                Name="VCWebServiceProxyGeneratorTool"/>
93                        <Tool
94                                Name="VCXMLDataGeneratorTool"/>
95                        <Tool
96                                Name="VCManagedWrapperGeneratorTool"/>
97                        <Tool
98                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
99                </Configuration>
100        </Configurations>
101        <References>
102        </References>
103        <Files>
104                <Filter
105                        Name="Source Files"
106                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
107                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
108                        <File
109                                RelativePath="..\..\dep\src\zthread\AtomicCount.cxx">
110                        </File>
111                        <File
112                                RelativePath="..\..\dep\src\zthread\ConcurrentExecutor.cxx">
113                        </File>
114                        <File
115                                RelativePath="..\..\dep\src\zthread\Condition.cxx">
116                        </File>
117                        <File
118                                RelativePath="..\..\dep\src\zthread\ConditionImpl.h">
119                        </File>
120                        <File
121                                RelativePath="..\..\dep\src\zthread\config.h">
122                        </File>
123                        <File
124                                RelativePath="..\..\dep\src\zthread\CountingSemaphore.cxx">
125                        </File>
126                        <File
127                                RelativePath="..\..\dep\src\zthread\Debug.h">
128                        </File>
129                        <File
130                                RelativePath="..\..\dep\src\zthread\DeferredInterruptionScope.h">
131                        </File>
132                        <File
133                                RelativePath="..\..\dep\src\zthread\FastLock.h">
134                        </File>
135                        <File
136                                RelativePath="..\..\dep\src\zthread\FastMutex.cxx">
137                        </File>
138                        <File
139                                RelativePath="..\..\dep\src\zthread\FastRecursiveLock.h">
140                        </File>
141                        <File
142                                RelativePath="..\..\dep\src\zthread\FastRecursiveMutex.cxx">
143                        </File>
144                        <File
145                                RelativePath="..\..\dep\src\zthread\IntrusivePtr.h">
146                        </File>
147                        <File
148                                RelativePath="..\..\dep\src\zthread\Monitor.cxx">
149                        </File>
150                        <File
151                                RelativePath="..\..\dep\src\zthread\Monitor.h">
152                        </File>
153                        <File
154                                RelativePath="..\..\dep\src\zthread\Mutex.cxx">
155                        </File>
156                        <File
157                                RelativePath="..\..\dep\src\zthread\MutexImpl.h">
158                        </File>
159                        <File
160                                RelativePath="..\..\dep\src\zthread\PoolExecutor.cxx">
161                        </File>
162                        <File
163                                RelativePath="..\..\dep\src\zthread\PriorityCondition.cxx">
164                        </File>
165                        <File
166                                RelativePath="..\..\dep\src\zthread\PriorityInheritanceMutex.cxx">
167                        </File>
168                        <File
169                                RelativePath="..\..\dep\src\zthread\PriorityMutex.cxx">
170                        </File>
171                        <File
172                                RelativePath="..\..\dep\src\zthread\PrioritySemaphore.cxx">
173                        </File>
174                        <File
175                                RelativePath="..\..\dep\src\zthread\RecursiveMutex.cxx">
176                        </File>
177                        <File
178                                RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.cxx">
179                        </File>
180                        <File
181                                RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.h">
182                        </File>
183                        <File
184                                RelativePath="..\..\dep\src\zthread\Scheduling.h">
185                        </File>
186                        <File
187                                RelativePath="..\..\dep\src\zthread\Semaphore.cxx">
188                        </File>
189                        <File
190                                RelativePath="..\..\dep\src\zthread\SemaphoreImpl.h">
191                        </File>
192                        <File
193                                RelativePath="..\..\dep\src\zthread\State.h">
194                        </File>
195                        <File
196                                RelativePath="..\..\dep\src\zthread\Status.h">
197                        </File>
198                        <File
199                                RelativePath="..\..\dep\src\zthread\SynchronousExecutor.cxx">
200                        </File>
201                        <File
202                                RelativePath="..\..\dep\src\zthread\Thread.cxx">
203                        </File>
204                        <File
205                                RelativePath="..\..\dep\src\zthread\ThreadedExecutor.cxx">
206                        </File>
207                        <File
208                                RelativePath="..\..\dep\src\zthread\ThreadImpl.cxx">
209                        </File>
210                        <File
211                                RelativePath="..\..\dep\src\zthread\ThreadImpl.h">
212                        </File>
213                        <File
214                                RelativePath="..\..\dep\src\zthread\ThreadLocalImpl.cxx">
215                        </File>
216                        <File
217                                RelativePath="..\..\dep\src\zthread\ThreadOps.cxx">
218                        </File>
219                        <File
220                                RelativePath="..\..\dep\src\zthread\ThreadOps.h">
221                        </File>
222                        <File
223                                RelativePath="..\..\dep\src\zthread\ThreadQueue.cxx">
224                        </File>
225                        <File
226                                RelativePath="..\..\dep\src\zthread\ThreadQueue.h">
227                        </File>
228                        <File
229                                RelativePath="..\..\dep\src\zthread\Time.cxx">
230                        </File>
231                        <File
232                                RelativePath="..\..\dep\src\zthread\TimeStrategy.h">
233                        </File>
234                        <File
235                                RelativePath="..\..\dep\src\zthread\TSS.h">
236                        </File>
237                </Filter>
238                <Filter
239                        Name="Header Files"
240                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
241                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
242                        <File
243                                RelativePath="..\..\dep\include\zthread\AtomicCount.h">
244                        </File>
245                        <File
246                                RelativePath="..\..\dep\include\zthread\Barrier.h">
247                        </File>
248                        <File
249                                RelativePath="..\..\dep\include\zthread\BiasedReadWriteLock.h">
250                        </File>
251                        <File
252                                RelativePath="..\..\dep\include\zthread\BlockingQueue.h">
253                        </File>
254                        <File
255                                RelativePath="..\..\dep\include\zthread\BoundedQueue.h">
256                        </File>
257                        <File
258                                RelativePath="..\..\dep\include\zthread\Cancelable.h">
259                        </File>
260                        <File
261                                RelativePath="..\..\dep\include\zthread\ClassLockable.h">
262                        </File>
263                        <File
264                                RelativePath="..\..\dep\include\zthread\ConcurrentExecutor.h">
265                        </File>
266                        <File
267                                RelativePath="..\..\dep\include\zthread\Condition.h">
268                        </File>
269                        <File
270                                RelativePath="..\..\dep\include\zthread\Config.h">
271                        </File>
272                        <File
273                                RelativePath="..\..\dep\include\zthread\CountedPtr.h">
274                        </File>
275                        <File
276                                RelativePath="..\..\dep\include\zthread\CountingSemaphore.h">
277                        </File>
278                        <File
279                                RelativePath="..\..\dep\include\zthread\Exceptions.h">
280                        </File>
281                        <File
282                                RelativePath="..\..\dep\include\zthread\Executor.h">
283                        </File>
284                        <File
285                                RelativePath="..\..\dep\include\zthread\FairReadWriteLock.h">
286                        </File>
287                        <File
288                                RelativePath="..\..\dep\include\zthread\FastMutex.h">
289                        </File>
290                        <File
291                                RelativePath="..\..\dep\include\zthread\FastRecursiveMutex.h">
292                        </File>
293                        <File
294                                RelativePath="..\..\dep\include\zthread\Guard.h">
295                        </File>
296                        <File
297                                RelativePath="..\..\dep\include\zthread\GuardedClass.h">
298                        </File>
299                        <File
300                                RelativePath="..\..\dep\include\zthread\Lockable.h">
301                        </File>
302                        <File
303                                RelativePath="..\..\dep\include\zthread\LockedQueue.h">
304                        </File>
305                        <File
306                                RelativePath="..\..\dep\include\zthread\MonitoredQueue.h">
307                        </File>
308                        <File
309                                RelativePath="..\..\dep\include\zthread\Mutex.h">
310                        </File>
311                        <File
312                                RelativePath="..\..\dep\include\zthread\NonCopyable.h">
313                        </File>
314                        <File
315                                RelativePath="..\..\dep\include\zthread\PoolExecutor.h">
316                        </File>
317                        <File
318                                RelativePath="..\..\dep\include\zthread\Priority.h">
319                        </File>
320                        <File
321                                RelativePath="..\..\dep\include\zthread\PriorityCondition.h">
322                        </File>
323                        <File
324                                RelativePath="..\..\dep\include\zthread\PriorityInheritanceMutex.h">
325                        </File>
326                        <File
327                                RelativePath="..\..\dep\include\zthread\PriorityMutex.h">
328                        </File>
329                        <File
330                                RelativePath="..\..\dep\include\zthread\PrioritySemaphore.h">
331                        </File>
332                        <File
333                                RelativePath="..\..\dep\include\zthread\Queue.h">
334                        </File>
335                        <File
336                                RelativePath="..\..\dep\include\zthread\ReadWriteLock.h">
337                        </File>
338                        <File
339                                RelativePath="..\..\dep\include\zthread\RecursiveMutex.h">
340                        </File>
341                        <File
342                                RelativePath="..\..\dep\include\zthread\Runnable.h">
343                        </File>
344                        <File
345                                RelativePath="..\..\dep\include\zthread\Semaphore.h">
346                        </File>
347                        <File
348                                RelativePath="..\..\dep\include\zthread\Singleton.h">
349                        </File>
350                        <File
351                                RelativePath="..\..\dep\include\zthread\SynchronousExecutor.h">
352                        </File>
353                        <File
354                                RelativePath="..\..\dep\include\zthread\Task.h">
355                        </File>
356                        <File
357                                RelativePath="..\..\dep\include\zthread\Thread.h">
358                        </File>
359                        <File
360                                RelativePath="..\..\dep\include\zthread\ThreadedExecutor.h">
361                        </File>
362                        <File
363                                RelativePath="..\..\dep\include\zthread\ThreadLocal.h">
364                        </File>
365                        <File
366                                RelativePath="..\..\dep\include\zthread\ThreadLocalImpl.h">
367                        </File>
368                        <File
369                                RelativePath="..\..\dep\include\zthread\Time.h">
370                        </File>
371                        <File
372                                RelativePath="..\..\dep\include\zthread\Waitable.h">
373                        </File>
374                        <File
375                                RelativePath="..\..\dep\include\zthread\ZThread.h">
376                        </File>
377                </Filter>
378        </Files>
379        <Globals>
380        </Globals>
381</VisualStudioProject>
Note: See TracBrowser for help on using the browser.