1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{64A4FEFE-0461-4E95-8CC1-91EF5F57DBC6}</ProjectGuid >
15
+ <RootNamespace >UnitTestvsnet2005</RootNamespace >
16
+ <Keyword >Win32Proj</Keyword >
17
+ <ProjectName >UnitTest++.vsnet2010</ProjectName >
18
+ </PropertyGroup >
19
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
21
+ <ConfigurationType >StaticLibrary</ConfigurationType >
22
+ <CharacterSet >Unicode</CharacterSet >
23
+ <WholeProgramOptimization >false</WholeProgramOptimization >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
26
+ <ConfigurationType >StaticLibrary</ConfigurationType >
27
+ <CharacterSet >Unicode</CharacterSet >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
30
+ <ImportGroup Label =" ExtensionSettings" >
31
+ </ImportGroup >
32
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
33
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
34
+ </ImportGroup >
35
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
36
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37
+ </ImportGroup >
38
+ <PropertyGroup Label =" UserMacros" />
39
+ <PropertyGroup >
40
+ <_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
41
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(SolutionDir)$(Configuration)\</OutDir >
42
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >obj\$(ProjectName)\$(Configuration)\</IntDir >
43
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(SolutionDir)$(Configuration)\</OutDir >
44
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >obj\$(ProjectName)\$(Configuration)\</IntDir >
45
+ </PropertyGroup >
46
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
47
+ <ClCompile >
48
+ <Optimization >Disabled</Optimization >
49
+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
50
+ <MinimalRebuild >true</MinimalRebuild >
51
+ <ExceptionHandling >Async</ExceptionHandling >
52
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
53
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
54
+ <PrecompiledHeader >
55
+ </PrecompiledHeader >
56
+ <WarningLevel >Level4</WarningLevel >
57
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
58
+ </ClCompile >
59
+ </ItemDefinitionGroup >
60
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
61
+ <ClCompile >
62
+ <Optimization >MinSpace</Optimization >
63
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64
+ <ExceptionHandling >Async</ExceptionHandling >
65
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
66
+ <PrecompiledHeader >
67
+ </PrecompiledHeader >
68
+ <WarningLevel >Level4</WarningLevel >
69
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
70
+ </ClCompile >
71
+ </ItemDefinitionGroup >
72
+ <ItemGroup >
73
+ <ClCompile Include =" src\Win32\TimeHelpers.cpp" />
74
+ <ClCompile Include =" src\AssertException.cpp" />
75
+ <ClCompile Include =" src\Checks.cpp" />
76
+ <ClCompile Include =" src\CurrentTest.cpp" />
77
+ <ClCompile Include =" src\DeferredTestReporter.cpp" />
78
+ <ClCompile Include =" src\DeferredTestResult.cpp" />
79
+ <ClCompile Include =" src\MemoryOutStream.cpp" />
80
+ <ClCompile Include =" src\ReportAssert.cpp" />
81
+ <ClCompile Include =" src\Test.cpp" />
82
+ <ClCompile Include =" src\TestDetails.cpp" />
83
+ <ClCompile Include =" src\TestList.cpp" />
84
+ <ClCompile Include =" src\TestReporter.cpp" />
85
+ <ClCompile Include =" src\TestReporterStdout.cpp" />
86
+ <ClCompile Include =" src\TestResults.cpp" />
87
+ <ClCompile Include =" src\TestRunner.cpp" />
88
+ <ClCompile Include =" src\TimeConstraint.cpp" />
89
+ <ClCompile Include =" src\XmlTestReporter.cpp" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <ClInclude Include =" src\Win32\TimeHelpers.h" />
93
+ <ClInclude Include =" src\AssertException.h" />
94
+ <ClInclude Include =" src\CheckMacros.h" />
95
+ <ClInclude Include =" src\Checks.h" />
96
+ <ClInclude Include =" src\CurrentTest.h" />
97
+ <ClInclude Include =" src\DeferredTestReporter.h" />
98
+ <ClInclude Include =" src\DeferredTestResult.h" />
99
+ <ClInclude Include =" src\ExecuteTest.h" />
100
+ <ClInclude Include =" src\MemoryOutStream.h" />
101
+ <ClInclude Include =" src\ReportAssert.h" />
102
+ <ClInclude Include =" src\Test.h" />
103
+ <ClInclude Include =" src\TestDetails.h" />
104
+ <ClInclude Include =" src\TestList.h" />
105
+ <ClInclude Include =" src\TestMacros.h" />
106
+ <ClInclude Include =" src\TestReporter.h" />
107
+ <ClInclude Include =" src\TestReporterStdout.h" />
108
+ <ClInclude Include =" src\TestResults.h" />
109
+ <ClInclude Include =" src\TestRunner.h" />
110
+ <ClInclude Include =" src\TestSuite.h" />
111
+ <ClInclude Include =" src\TimeConstraint.h" />
112
+ <ClInclude Include =" src\TimeHelpers.h" />
113
+ <ClInclude Include =" src\XmlTestReporter.h" />
114
+ </ItemGroup >
115
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
116
+ <ImportGroup Label =" ExtensionTargets" >
117
+ </ImportGroup >
118
+ </Project >
0 commit comments