comparison ext/UnitTest++/TestUnitTest++.vsnet2005.vcproj @ 37:0d325e9d5953

added unittest++ files into ext. Not hooked into build scripts yet
author jasoka@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 12 Jul 2008 12:00:57 +0000
parents
children
comparison
equal deleted inserted replaced
36:6f1227f4932b 37:0d325e9d5953
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="TestUnitTest++.vsnet2005"
6 ProjectGUID="{9CCC3439-309E-4E85-B3B8-CE704D385D48}"
7 RootNamespace="TestUnitTestvsnet2005"
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="obj\$(ProjectName)\$(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 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
44 MinimalRebuild="true"
45 ExceptionHandling="2"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="4"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="4"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLinkerTool"
64 LinkIncremental="2"
65 GenerateDebugInformation="true"
66 SubSystem="1"
67 TargetMachine="1"
68 />
69 <Tool
70 Name="VCALinkTool"
71 />
72 <Tool
73 Name="VCManifestTool"
74 />
75 <Tool
76 Name="VCXDCMakeTool"
77 />
78 <Tool
79 Name="VCBscMakeTool"
80 />
81 <Tool
82 Name="VCFxCopTool"
83 />
84 <Tool
85 Name="VCAppVerifierTool"
86 />
87 <Tool
88 Name="VCWebDeploymentTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 CommandLine="&quot;$(TargetPath)&quot;"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98 IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
99 ConfigurationType="1"
100 CharacterSet="1"
101 WholeProgramOptimization="0"
102 >
103 <Tool
104 Name="VCPreBuildEventTool"
105 />
106 <Tool
107 Name="VCCustomBuildTool"
108 />
109 <Tool
110 Name="VCXMLDataGeneratorTool"
111 />
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"
114 />
115 <Tool
116 Name="VCMIDLTool"
117 />
118 <Tool
119 Name="VCCLCompilerTool"
120 Optimization="2"
121 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
122 ExceptionHandling="2"
123 RuntimeLibrary="2"
124 UsePrecompiledHeader="0"
125 WarningLevel="4"
126 Detect64BitPortabilityProblems="true"
127 DebugInformationFormat="3"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 LinkIncremental="1"
141 GenerateDebugInformation="true"
142 SubSystem="1"
143 OptimizeReferences="2"
144 EnableCOMDATFolding="2"
145 TargetMachine="1"
146 />
147 <Tool
148 Name="VCALinkTool"
149 />
150 <Tool
151 Name="VCManifestTool"
152 />
153 <Tool
154 Name="VCXDCMakeTool"
155 />
156 <Tool
157 Name="VCBscMakeTool"
158 />
159 <Tool
160 Name="VCFxCopTool"
161 />
162 <Tool
163 Name="VCAppVerifierTool"
164 />
165 <Tool
166 Name="VCWebDeploymentTool"
167 />
168 <Tool
169 Name="VCPostBuildEventTool"
170 CommandLine="&quot;$(TargetPath)&quot;"
171 />
172 </Configuration>
173 </Configurations>
174 <References>
175 </References>
176 <Files>
177 <File
178 RelativePath=".\src\tests\Main.cpp"
179 >
180 </File>
181 <File
182 RelativePath=".\src\tests\RecordingReporter.h"
183 >
184 </File>
185 <File
186 RelativePath=".\src\tests\TestAssertHandler.cpp"
187 >
188 </File>
189 <File
190 RelativePath=".\src\tests\TestCheckMacros.cpp"
191 >
192 </File>
193 <File
194 RelativePath=".\src\tests\TestChecks.cpp"
195 >
196 </File>
197 <File
198 RelativePath=".\src\tests\TestDeferredTestReporter.cpp"
199 >
200 </File>
201 <File
202 RelativePath=".\src\tests\TestMemoryOutStream.cpp"
203 >
204 </File>
205 <File
206 RelativePath=".\src\tests\TestTest.cpp"
207 >
208 </File>
209 <File
210 RelativePath=".\src\tests\TestTestList.cpp"
211 >
212 </File>
213 <File
214 RelativePath=".\src\tests\TestTestMacros.cpp"
215 >
216 </File>
217 <File
218 RelativePath=".\src\tests\TestTestResults.cpp"
219 >
220 </File>
221 <File
222 RelativePath=".\src\tests\TestTestRunner.cpp"
223 >
224 </File>
225 <File
226 RelativePath=".\src\tests\TestTestSuite.cpp"
227 >
228 </File>
229 <File
230 RelativePath=".\src\tests\TestTimeConstraint.cpp"
231 >
232 </File>
233 <File
234 RelativePath=".\src\tests\TestTimeConstraintMacro.cpp"
235 >
236 </File>
237 <File
238 RelativePath=".\src\tests\TestUnitTest++.cpp"
239 >
240 </File>
241 <File
242 RelativePath=".\src\tests\TestXmlTestReporter.cpp"
243 >
244 </File>
245 </Files>
246 <Globals>
247 </Globals>
248 </VisualStudioProject>