comparison ext/UnitTest++/TestUnitTest++.vsnet2003.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="7.10"
5 Name="TestUnitTest++.vsnet2003"
6 ProjectGUID="{ACDF9A6A-874F-49E5-AB7C-74F8150BB4C7}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
16 IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
23 MinimalRebuild="TRUE"
24 BasicRuntimeChecks="3"
25 RuntimeLibrary="5"
26 UsePrecompiledHeader="0"
27 WarningLevel="4"
28 Detect64BitPortabilityProblems="TRUE"
29 DebugInformationFormat="4"/>
30 <Tool
31 Name="VCCustomBuildTool"/>
32 <Tool
33 Name="VCLinkerTool"
34 OutputFile="$(OutDir)/TestUnitTest++.vsnet2003.exe"
35 LinkIncremental="2"
36 GenerateDebugInformation="TRUE"
37 ProgramDatabaseFile="$(OutDir)/TestUnitTest++.vsnet2003.pdb"
38 SubSystem="1"
39 TargetMachine="1"/>
40 <Tool
41 Name="VCMIDLTool"/>
42 <Tool
43 Name="VCPostBuildEventTool"
44 CommandLine="&quot;$(TargetPath)&quot;"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCWebDeploymentTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
65 IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
66 ConfigurationType="1"
67 CharacterSet="2">
68 <Tool
69 Name="VCCLCompilerTool"
70 Optimization="2"
71 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
72 RuntimeLibrary="4"
73 UsePrecompiledHeader="0"
74 WarningLevel="4"
75 Detect64BitPortabilityProblems="TRUE"
76 DebugInformationFormat="3"/>
77 <Tool
78 Name="VCCustomBuildTool"/>
79 <Tool
80 Name="VCLinkerTool"
81 OutputFile="$(OutDir)/TestUnitTest++.vsnet2003.exe"
82 LinkIncremental="1"
83 GenerateDebugInformation="TRUE"
84 SubSystem="1"
85 OptimizeReferences="2"
86 EnableCOMDATFolding="2"
87 TargetMachine="1"/>
88 <Tool
89 Name="VCMIDLTool"/>
90 <Tool
91 Name="VCPostBuildEventTool"
92 CommandLine="&quot;$(TargetPath)&quot;"/>
93 <Tool
94 Name="VCPreBuildEventTool"/>
95 <Tool
96 Name="VCPreLinkEventTool"/>
97 <Tool
98 Name="VCResourceCompilerTool"/>
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"/>
101 <Tool
102 Name="VCXMLDataGeneratorTool"/>
103 <Tool
104 Name="VCWebDeploymentTool"/>
105 <Tool
106 Name="VCManagedWrapperGeneratorTool"/>
107 <Tool
108 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
109 </Configuration>
110 </Configurations>
111 <References>
112 </References>
113 <Files>
114 <File
115 RelativePath=".\src\tests\Main.cpp">
116 </File>
117 <File
118 RelativePath=".\src\tests\RecordingReporter.h">
119 </File>
120 <File
121 RelativePath=".\src\tests\TestAssertHandler.cpp">
122 </File>
123 <File
124 RelativePath=".\src\tests\TestCheckMacros.cpp">
125 </File>
126 <File
127 RelativePath=".\src\tests\TestChecks.cpp">
128 </File>
129 <File
130 RelativePath=".\src\tests\TestDeferredTestReporter.cpp">
131 </File>
132 <File
133 RelativePath=".\src\tests\TestMemoryOutStream.cpp">
134 </File>
135 <File
136 RelativePath=".\src\tests\TestTest.cpp">
137 </File>
138 <File
139 RelativePath=".\src\tests\TestTestList.cpp">
140 </File>
141 <File
142 RelativePath=".\src\tests\TestTestMacros.cpp">
143 </File>
144 <File
145 RelativePath=".\src\tests\TestTestResults.cpp">
146 </File>
147 <File
148 RelativePath=".\src\tests\TestTestRunner.cpp">
149 </File>
150 <File
151 RelativePath=".\src\tests\TestTestSuite.cpp">
152 </File>
153 <File
154 RelativePath=".\src\tests\TestTimeConstraint.cpp">
155 </File>
156 <File
157 RelativePath=".\src\tests\TestTimeConstraintMacro.cpp">
158 </File>
159 <File
160 RelativePath=".\src\tests\TestUnitTest++.cpp">
161 </File>
162 <File
163 RelativePath=".\src\tests\TestXmlTestReporter.cpp">
164 </File>
165 </Files>
166 <Globals>
167 </Globals>
168 </VisualStudioProject>