blob: df36700bdce343c18c3310690cfd5fe4beac6621 [file] [log] [blame]
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -05001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="test_lib_json"
6 ProjectGUID="{B7A96B78-2782-40D2-8F37-A2DEF2B9C26D}"
7 RootNamespace="test_lib_json"
8 Keyword="Win32Proj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="../../build/vs71/debug/test_lib_json"
17 IntermediateDirectory="../../build/vs71/debug/test_lib_json"
18 ConfigurationType="1"
19 CharacterSet="2">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="../../include"
24 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="1"
28 UsePrecompiledHeader="0"
29 WarningLevel="3"
30 Detect64BitPortabilityProblems="TRUE"
31 DebugInformationFormat="4"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 OutputFile="$(OutDir)/test_lib_json.exe"
37 LinkIncremental="2"
38 GenerateDebugInformation="TRUE"
39 ProgramDatabaseFile="$(OutDir)/test_lib_json.pdb"
40 SubSystem="1"
41 TargetMachine="1"/>
42 <Tool
43 Name="VCMIDLTool"/>
44 <Tool
45 Name="VCPostBuildEventTool"
46 Description="Running all unit tests"
47 CommandLine="$(TargetPath)"/>
48 <Tool
49 Name="VCPreBuildEventTool"/>
50 <Tool
51 Name="VCPreLinkEventTool"/>
52 <Tool
53 Name="VCResourceCompilerTool"/>
54 <Tool
55 Name="VCWebServiceProxyGeneratorTool"/>
56 <Tool
57 Name="VCXMLDataGeneratorTool"/>
58 <Tool
59 Name="VCWebDeploymentTool"/>
60 <Tool
61 Name="VCManagedWrapperGeneratorTool"/>
62 <Tool
63 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64 </Configuration>
65 <Configuration
66 Name="Release|Win32"
67 OutputDirectory="../../build/vs71/release/test_lib_json"
68 IntermediateDirectory="../../build/vs71/release/test_lib_json"
69 ConfigurationType="1"
70 CharacterSet="2">
71 <Tool
72 Name="VCCLCompilerTool"
73 AdditionalIncludeDirectories="../../include"
74 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
75 RuntimeLibrary="0"
76 UsePrecompiledHeader="0"
77 WarningLevel="3"
78 Detect64BitPortabilityProblems="TRUE"
79 DebugInformationFormat="3"/>
80 <Tool
81 Name="VCCustomBuildTool"/>
82 <Tool
83 Name="VCLinkerTool"
84 OutputFile="$(OutDir)/test_lib_json.exe"
85 LinkIncremental="1"
86 GenerateDebugInformation="TRUE"
87 SubSystem="1"
88 OptimizeReferences="2"
89 EnableCOMDATFolding="2"
90 TargetMachine="1"/>
91 <Tool
92 Name="VCMIDLTool"/>
93 <Tool
94 Name="VCPostBuildEventTool"
95 Description="Running all unit tests"
96 CommandLine="$(TargetPath)"/>
97 <Tool
98 Name="VCPreBuildEventTool"/>
99 <Tool
100 Name="VCPreLinkEventTool"/>
101 <Tool
102 Name="VCResourceCompilerTool"/>
103 <Tool
104 Name="VCWebServiceProxyGeneratorTool"/>
105 <Tool
106 Name="VCXMLDataGeneratorTool"/>
107 <Tool
108 Name="VCWebDeploymentTool"/>
109 <Tool
110 Name="VCManagedWrapperGeneratorTool"/>
111 <Tool
112 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
113 </Configuration>
114 </Configurations>
115 <References>
116 </References>
117 <Files>
118 <File
119 RelativePath="..\..\src\test_lib_json\jsontest.cpp">
120 </File>
121 <File
122 RelativePath="..\..\src\test_lib_json\jsontest.h">
123 </File>
124 <File
125 RelativePath="..\..\src\test_lib_json\main.cpp">
126 </File>
127 </Files>
128 <Globals>
129 </Globals>
130</VisualStudioProject>