test.vcproj 4.54 KB
Newer Older
Jesse Beder's avatar
Jesse Beder committed
1
2
3
4
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="9.00"
5
6
7
	Name="test"
	ProjectGUID="{D1108F40-6ADF-467E-A95A-236C39A515C5}"
	RootNamespace="test"
Jesse Beder's avatar
Jesse Beder committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	TargetFrameworkVersion="196613"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
42
				AdditionalOptions="/D_SCL_SECURE_NO_WARNINGS"
Jesse Beder's avatar
Jesse Beder committed
43
				Optimization="0"
44
				AdditionalIncludeDirectories="include"
Jesse Beder's avatar
Jesse Beder committed
45
46
47
48
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				WarningLevel="3"
49
				DebugInformationFormat="4"
50
				DisableSpecificWarnings="4127;4355"
Jesse Beder's avatar
Jesse Beder committed
51
52
53
54
55
56
57
58
59
60
61
62
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
63
				AdditionalDependencies="yamlcppd.lib"
64
				AdditionalLibraryDirectories="lib"
Jesse Beder's avatar
Jesse Beder committed
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
				GenerateDebugInformation="true"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			CharacterSet="2"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
115
				AdditionalOptions="/D_SCL_SECURE_NO_WARNINGS"
Jesse Beder's avatar
Jesse Beder committed
116
117
				Optimization="2"
				EnableIntrinsicFunctions="true"
118
				AdditionalIncludeDirectories="include"
Jesse Beder's avatar
Jesse Beder committed
119
120
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="true"
121
				WarningLevel="3"
Jesse Beder's avatar
Jesse Beder committed
122
				DebugInformationFormat="3"
123
				DisableSpecificWarnings="4127;4355"
Jesse Beder's avatar
Jesse Beder committed
124
125
126
127
128
129
130
131
132
133
134
135
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
136
				AdditionalDependencies="yamlcpp.lib"
137
				AdditionalLibraryDirectories="lib"
Jesse Beder's avatar
Jesse Beder committed
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
				GenerateDebugInformation="true"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
174
			<File
175
				RelativePath=".\test\emittertests.cpp"
176
177
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
178
			<File
179
				RelativePath=".\test\main.cpp"
Jesse Beder's avatar
Jesse Beder committed
180
181
				>
			</File>
182
			<File
183
				RelativePath=".\test\parsertests.cpp"
184
185
				>
			</File>
186
			<File
187
				RelativePath=".\test\spectests.cpp"
188
189
				>
			</File>
190
			<File
191
				RelativePath=".\test\tests.cpp"
192
193
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
194
195
196
197
198
199
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
200
			<File
201
				RelativePath=".\test\emittertests.h"
202
203
204
				>
			</File>
			<File
205
				RelativePath=".\test\parsertests.h"
206
207
208
				>
			</File>
			<File
209
				RelativePath=".\test\spectests.h"
210
211
				>
			</File>
212
			<File
213
				RelativePath=".\test\tests.h"
214
215
				>
			</File>
Jesse Beder's avatar
Jesse Beder committed
216
		</Filter>
217
218
219
220
221
222
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
			>
		</Filter>
Jesse Beder's avatar
Jesse Beder committed
223
224
225
226
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>