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 >{B7A96B78-2782-40D2-8F37-A2DEF2B9C26D}</ProjectGuid >
15
+ <RootNamespace >test_lib_json</RootNamespace >
16
+ <Keyword >Win32Proj</Keyword >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
20
+ <ConfigurationType >Application</ConfigurationType >
21
+ <CharacterSet >MultiByte</CharacterSet >
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
24
+ <ConfigurationType >Application</ConfigurationType >
25
+ <CharacterSet >MultiByte</CharacterSet >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
28
+ <ImportGroup Label =" ExtensionSettings" >
29
+ </ImportGroup >
30
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
31
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
32
+ </ImportGroup >
33
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
34
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
35
+ </ImportGroup >
36
+ <PropertyGroup Label =" UserMacros" />
37
+ <PropertyGroup >
38
+ <_ProjectFileVersion >10.0.40219.1</_ProjectFileVersion >
39
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >../../build/vs71/debug/test_lib_json\</OutDir >
40
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >../../build/vs71/debug/test_lib_json\</IntDir >
41
+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</LinkIncremental >
42
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >../../build/vs71/release/test_lib_json\</OutDir >
43
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >../../build/vs71/release/test_lib_json\</IntDir >
44
+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental >
45
+ </PropertyGroup >
46
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
47
+ <ClCompile >
48
+ <Optimization >Disabled</Optimization >
49
+ <AdditionalIncludeDirectories >../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
50
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
51
+ <MinimalRebuild >true</MinimalRebuild >
52
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
53
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
54
+ <PrecompiledHeader >
55
+ </PrecompiledHeader >
56
+ <WarningLevel >Level3</WarningLevel >
57
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
58
+ </ClCompile >
59
+ <Link >
60
+ <OutputFile >$(OutDir)test_lib_json.exe</OutputFile >
61
+ <GenerateDebugInformation >true</GenerateDebugInformation >
62
+ <ProgramDatabaseFile >$(OutDir)test_lib_json.pdb</ProgramDatabaseFile >
63
+ <SubSystem >Console</SubSystem >
64
+ <TargetMachine >MachineX86</TargetMachine >
65
+ </Link >
66
+ <PostBuildEvent >
67
+ <Message >Running all unit tests</Message >
68
+ <Command >$(TargetPath)</Command >
69
+ </PostBuildEvent >
70
+ </ItemDefinitionGroup >
71
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
72
+ <ClCompile >
73
+ <AdditionalIncludeDirectories >../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
74
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
75
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
76
+ <PrecompiledHeader >
77
+ </PrecompiledHeader >
78
+ <WarningLevel >Level3</WarningLevel >
79
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
80
+ </ClCompile >
81
+ <Link >
82
+ <OutputFile >$(OutDir)test_lib_json.exe</OutputFile >
83
+ <GenerateDebugInformation >true</GenerateDebugInformation >
84
+ <SubSystem >Console</SubSystem >
85
+ <OptimizeReferences >true</OptimizeReferences >
86
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
87
+ <TargetMachine >MachineX86</TargetMachine >
88
+ </Link >
89
+ <PostBuildEvent >
90
+ <Message >Running all unit tests</Message >
91
+ <Command >$(TargetPath)</Command >
92
+ </PostBuildEvent >
93
+ </ItemDefinitionGroup >
94
+ <ItemGroup >
95
+ <ClCompile Include =" ..\..\src\test_lib_json\jsontest.cpp" />
96
+ <ClCompile Include =" ..\..\src\test_lib_json\main.cpp" />
97
+ </ItemGroup >
98
+ <ItemGroup >
99
+ <ClInclude Include =" ..\..\src\test_lib_json\jsontest.h" />
100
+ </ItemGroup >
101
+ <ItemGroup >
102
+ <ProjectReference Include =" lib_json.vcxproj" >
103
+ <Project >{1e6c2c1c-6453-4129-ae3f-0ee8e6599c89}</Project >
104
+ </ProjectReference >
105
+ </ItemGroup >
106
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
107
+ <ImportGroup Label =" ExtensionTargets" >
108
+ </ImportGroup >
109
+ </Project >
0 commit comments