root/capture-mod/trunk/UnitTests/CaptureClient_UnitTests.vcproj

Revision 823, 4.8 kB (checked in by xkovah, 1 year ago)

adding the files finally

Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="8.00"
5     Name="CaptureClient_UnitTests"
6     ProjectGUID="{FF5331CE-8632-4DDD-8527-8AE39698DB95}"
7     RootNamespace="BoostTester"
8     Keyword="Win32Proj"
9     >
10     <Platforms>
11         <Platform
12             Name="Win32"
13         />
14     </Platforms>
15     <ToolFiles>
16     </ToolFiles>
17     <Configurations>
18         <Configuration
19             Name="Debug|Win32"
20             OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21             IntermediateDirectory="$(ConfigurationName)"
22             ConfigurationType="1"
23             CharacterSet="1"
24             >
25             <Tool
26                 Name="VCPreBuildEventTool"
27             />
28             <Tool
29                 Name="VCCustomBuildTool"
30             />
31             <Tool
32                 Name="VCXMLDataGeneratorTool"
33             />
34             <Tool
35                 Name="VCWebServiceProxyGeneratorTool"
36             />
37             <Tool
38                 Name="VCMIDLTool"
39             />
40             <Tool
41                 Name="VCCLCompilerTool"
42                 Optimization="0"
43                 AdditionalIncludeDirectories="&quot;C:\Boost\include\boost-1_33_1&quot;"
44                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_TEST_NO_AUTO_LINK"
45                 MinimalRebuild="true"
46                 ExceptionHandling="2"
47                 BasicRuntimeChecks="3"
48                 RuntimeLibrary="3"
49                 UsePrecompiledHeader="0"
50                 WarningLevel="3"
51                 Detect64BitPortabilityProblems="true"
52                 DebugInformationFormat="4"
53             />
54             <Tool
55                 Name="VCManagedResourceCompilerTool"
56             />
57             <Tool
58                 Name="VCResourceCompilerTool"
59             />
60             <Tool
61                 Name="VCPreLinkEventTool"
62             />
63             <Tool
64                 Name="VCLinkerTool"
65                 AdditionalDependencies="kernel32.lib libboost_unit_test_framework-vc80-mt-gd.lib libboost_test_exec_monitor-vc80-mt-gd.lib psapi.lib $(NOINHERIT)"
66                 LinkIncremental="2"
67                 AdditionalLibraryDirectories="C:\Boost\lib"
68                 IgnoreAllDefaultLibraries="false"
69                 IgnoreDefaultLibraryNames=""
70                 GenerateDebugInformation="true"
71                 SubSystem="1"
72                 TargetMachine="1"
73             />
74             <Tool
75                 Name="VCALinkTool"
76             />
77             <Tool
78                 Name="VCManifestTool"
79             />
80             <Tool
81                 Name="VCXDCMakeTool"
82             />
83             <Tool
84                 Name="VCBscMakeTool"
85             />
86             <Tool
87                 Name="VCFxCopTool"
88             />
89             <Tool
90                 Name="VCAppVerifierTool"
91             />
92             <Tool
93                 Name="VCWebDeploymentTool"
94             />
95             <Tool
96                 Name="VCPostBuildEventTool"
97             />
98         </Configuration>
99         <Configuration
100             Name="Release|Win32"
101             OutputDirectory="$(SolutionDir)$(ConfigurationName)"
102             IntermediateDirectory="$(ConfigurationName)"
103             ConfigurationType="1"
104             CharacterSet="1"
105             WholeProgramOptimization="1"
106             >
107             <Tool
108                 Name="VCPreBuildEventTool"
109             />
110             <Tool
111                 Name="VCCustomBuildTool"
112             />
113             <Tool
114                 Name="VCXMLDataGeneratorTool"
115             />
116             <Tool
117                 Name="VCWebServiceProxyGeneratorTool"
118             />
119             <Tool
120                 Name="VCMIDLTool"
121             />
122             <Tool
123                 Name="VCCLCompilerTool"
124                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
125                 RuntimeLibrary="2"
126                 UsePrecompiledHeader="0"
127                 WarningLevel="3"
128                 Detect64BitPortabilityProblems="true"
129                 DebugInformationFormat="3"
130             />
131             <Tool
132                 Name="VCManagedResourceCompilerTool"
133             />
134             <Tool
135                 Name="VCResourceCompilerTool"
136             />
137             <Tool
138                 Name="VCPreLinkEventTool"
139             />
140             <Tool
141                 Name="VCLinkerTool"
142                 AdditionalDependencies="kernel32.lib $(NoInherit)"
143                 LinkIncremental="1"
144                 GenerateDebugInformation="true"
145                 SubSystem="1"
146                 OptimizeReferences="2"
147                 EnableCOMDATFolding="2"
148                 TargetMachine="1"
149             />
150             <Tool
151                 Name="VCALinkTool"
152             />
153             <Tool
154                 Name="VCManifestTool"
155             />
156             <Tool
157                 Name="VCXDCMakeTool"
158             />
159             <Tool
160                 Name="VCBscMakeTool"
161             />
162             <Tool
163                 Name="VCFxCopTool"
164             />
165             <Tool
166                 Name="VCAppVerifierTool"
167             />
168             <Tool
169                 Name="VCWebDeploymentTool"
170             />
171             <Tool
172                 Name="VCPostBuildEventTool"
173             />
174         </Configuration>
175     </Configurations>
176     <References>
177     </References>
178     <Files>
179         <Filter
180             Name="Source Files"
181             Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
182             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
183             >
184             <File
185                 RelativePath=".\CaptureClient_UnitTests.cpp"
186                 >
187             </File>
188             <File
189                 RelativePath="..\Logger.cpp"
190                 >
191             </File>
192             <File
193                 RelativePath="..\OptionsManager.cpp"
194                 >
195             </File>
196             <File
197                 RelativePath="..\ProcessManager.cpp"
198                 >
199             </File>
200         </Filter>
201         <Filter
202             Name="Header Files"
203             Filter="h;hpp;hxx;hm;inl;inc;xsd"
204             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
205             >
206             <File
207                 RelativePath=".\Logger_UnitTests.h"
208                 >
209             </File>
210             <File
211                 RelativePath=".\OptionsManager_UnitTests.h"
212                 >
213             </File>
214             <File
215                 RelativePath=".\ProcessManager_UnitTests.h"
216                 >
217             </File>
218         </Filter>
219         <Filter
220             Name="Resource Files"
221             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
222             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
223             >
224         </Filter>
225     </Files>
226     <Globals>
227     </Globals>
228 </VisualStudioProject>
Note: See TracBrowser for help on using the browser.