Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
244 chris 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="8.00"
5
	Name="Demo5"
6
	ProjectGUID="{7B08C75A-BF48-43F1-9B62-B1982584C06B}"
7
	Keyword="Win32Proj"
8
	>
9
	<Platforms>
10
		<Platform
11
			Name="Win32"
12
		/>
13
	</Platforms>
14
	<ToolFiles>
15
	</ToolFiles>
16
	<Configurations>
17
		<Configuration
18
			Name="Debug|Win32"
19
			OutputDirectory="DebugVS2005"
20
			IntermediateDirectory="DebugVS2005"
21
			ConfigurationType="1"
22
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23
			CharacterSet="2"
24
			>
25
			<Tool
26
				Name="VCPreBuildEventTool"
27
			/>
28
			<Tool
29
				Name="VCCustomBuildTool"
30
			/>
31
			<Tool
32
				Name="VCXMLDataGeneratorTool"
33
			/>
34
			<Tool
35
				Name="VCWebServiceProxyGeneratorTool"
36
			/>
37
			<Tool
38
				Name="VCMIDLTool"
39
			/>
40
			<Tool
41
				Name="VCCLCompilerTool"
42
				AdditionalOptions="/wd4996"
43
				Optimization="0"
44
				AdditionalIncludeDirectories="..\;..\.."
45
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_WIDE_STRING"
46
				MinimalRebuild="false"
47
				BasicRuntimeChecks="3"
48
				RuntimeLibrary="1"
49
				ForceConformanceInForLoopScope="true"
50
				RuntimeTypeInfo="true"
51
				UsePrecompiledHeader="0"
52
				BrowseInformation="1"
53
				WarningLevel="3"
54
				Detect64BitPortabilityProblems="true"
55
				DebugInformationFormat="3"
56
			/>
57
			<Tool
58
				Name="VCManagedResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCResourceCompilerTool"
62
			/>
63
			<Tool
64
				Name="VCPreLinkEventTool"
65
			/>
66
			<Tool
67
				Name="VCLinkerTool"
68
				AdditionalDependencies="winmm.lib wsock32.lib gdi32.lib advapi32.lib shell32.lib"
69
				OutputFile="$(OutDir)/../../Demo5_debug.exe"
70
				LinkIncremental="1"
71
				GenerateDebugInformation="true"
72
				ProgramDatabaseFile="$(OutDir)/Demo5.pdb"
73
				GenerateMapFile="true"
74
				MapFileName="Demo5.map"
75
				MapExports="true"
76
				SubSystem="2"
77
				TargetMachine="1"
78
			/>
79
			<Tool
80
				Name="VCALinkTool"
81
			/>
82
			<Tool
83
				Name="VCManifestTool"
84
			/>
85
			<Tool
86
				Name="VCXDCMakeTool"
87
			/>
88
			<Tool
89
				Name="VCBscMakeTool"
90
			/>
91
			<Tool
92
				Name="VCFxCopTool"
93
			/>
94
			<Tool
95
				Name="VCAppVerifierTool"
96
			/>
97
			<Tool
98
				Name="VCWebDeploymentTool"
99
			/>
100
			<Tool
101
				Name="VCPostBuildEventTool"
102
			/>
103
		</Configuration>
104
		<Configuration
105
			Name="Release|Win32"
106
			OutputDirectory="ReleaseVS2005"
107
			IntermediateDirectory="ReleaseVS2005"
108
			ConfigurationType="1"
109
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
110
			CharacterSet="2"
111
			>
112
			<Tool
113
				Name="VCPreBuildEventTool"
114
			/>
115
			<Tool
116
				Name="VCCustomBuildTool"
117
			/>
118
			<Tool
119
				Name="VCXMLDataGeneratorTool"
120
			/>
121
			<Tool
122
				Name="VCWebServiceProxyGeneratorTool"
123
			/>
124
			<Tool
125
				Name="VCMIDLTool"
126
			/>
127
			<Tool
128
				Name="VCCLCompilerTool"
129
				AdditionalOptions="/wd4996"
130
				Optimization="2"
131
				InlineFunctionExpansion="1"
132
				FavorSizeOrSpeed="1"
133
				OmitFramePointers="true"
134
				WholeProgramOptimization="true"
135
				AdditionalIncludeDirectories="..;..\.."
136
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_WIDE_STRING"
137
				StringPooling="true"
138
				RuntimeLibrary="0"
139
				EnableFunctionLevelLinking="true"
140
				UsePrecompiledHeader="0"
141
				BrowseInformation="1"
142
				WarningLevel="3"
143
				Detect64BitPortabilityProblems="true"
144
				DebugInformationFormat="3"
145
			/>
146
			<Tool
147
				Name="VCManagedResourceCompilerTool"
148
			/>
149
			<Tool
150
				Name="VCResourceCompilerTool"
151
			/>
152
			<Tool
153
				Name="VCPreLinkEventTool"
154
			/>
155
			<Tool
156
				Name="VCLinkerTool"
157
				AdditionalDependencies="winmm.lib wsock32.lib gdi32.lib advapi32.lib shell32.lib"
158
				OutputFile="$(OutDir)/../../Demo5.exe"
159
				LinkIncremental="1"
160
				GenerateDebugInformation="true"
161
				SubSystem="2"
162
				OptimizeReferences="2"
163
				EnableCOMDATFolding="2"
164
				LinkTimeCodeGeneration="1"
165
				TargetMachine="1"
166
			/>
167
			<Tool
168
				Name="VCALinkTool"
169
			/>
170
			<Tool
171
				Name="VCManifestTool"
172
			/>
173
			<Tool
174
				Name="VCXDCMakeTool"
175
			/>
176
			<Tool
177
				Name="VCBscMakeTool"
178
			/>
179
			<Tool
180
				Name="VCFxCopTool"
181
			/>
182
			<Tool
183
				Name="VCAppVerifierTool"
184
			/>
185
			<Tool
186
				Name="VCWebDeploymentTool"
187
			/>
188
			<Tool
189
				Name="VCPostBuildEventTool"
190
			/>
191
		</Configuration>
192
	</Configurations>
193
	<References>
194
	</References>
195
	<Files>
196
		<Filter
197
			Name="Source Files"
198
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
199
			>
200
			<File
201
				RelativePath="Board.cpp"
202
				>
203
			</File>
204
			<File
205
				RelativePath="DemoDialog.cpp"
206
				>
207
			</File>
208
			<File
209
				RelativePath="GameApp.cpp"
210
				>
211
			</File>
212
			<File
213
				RelativePath="main.cpp"
214
				>
215
			</File>
216
			<File
217
				RelativePath="..\Res.cpp"
218
				>
219
			</File>
220
			<File
221
				RelativePath="TitleScreen.cpp"
222
				>
223
			</File>
224
		</Filter>
225
		<Filter
226
			Name="Header Files"
227
			Filter="h;hpp;hxx;hm;inl;inc"
228
			>
229
			<File
230
				RelativePath="Board.h"
231
				>
232
			</File>
233
			<File
234
				RelativePath="DemoDialog.h"
235
				>
236
			</File>
237
			<File
238
				RelativePath="GameApp.h"
239
				>
240
			</File>
241
			<File
242
				RelativePath="..\Res.h"
243
				>
244
			</File>
245
			<File
246
				RelativePath="TitleScreen.h"
247
				>
248
			</File>
249
		</Filter>
250
		<Filter
251
			Name="Resource Files"
252
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
253
			>
254
		</Filter>
255
	</Files>
256
	<Globals>
257
	</Globals>
258
</VisualStudioProject>