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="Demo4"
6
	ProjectGUID="{11091E68-2497-4470-9719-8ED84CECF827}"
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"
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)/../../Demo4_debug.exe"
70
				LinkIncremental="1"
71
				GenerateDebugInformation="true"
72
				ProgramDatabaseFile="$(OutDir)/Demo4.pdb"
73
				GenerateMapFile="true"
74
				MapFileName="Demo4.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"
137
				StringPooling="true"
138
				RuntimeLibrary="0"
139
				EnableFunctionLevelLinking="true"
140
				ForceConformanceInForLoopScope="true"
141
				RuntimeTypeInfo="true"
142
				UsePrecompiledHeader="0"
143
				WarningLevel="3"
144
				Detect64BitPortabilityProblems="true"
145
				DebugInformationFormat="3"
146
			/>
147
			<Tool
148
				Name="VCManagedResourceCompilerTool"
149
			/>
150
			<Tool
151
				Name="VCResourceCompilerTool"
152
			/>
153
			<Tool
154
				Name="VCPreLinkEventTool"
155
			/>
156
			<Tool
157
				Name="VCLinkerTool"
158
				AdditionalDependencies="winmm.lib wsock32.lib gdi32.lib advapi32.lib shell32.lib"
159
				OutputFile="$(OutDir)/../../Demo4.exe"
160
				LinkIncremental="1"
161
				GenerateDebugInformation="true"
162
				SubSystem="2"
163
				OptimizeReferences="2"
164
				EnableCOMDATFolding="2"
165
				LinkTimeCodeGeneration="1"
166
				TargetMachine="1"
167
			/>
168
			<Tool
169
				Name="VCALinkTool"
170
			/>
171
			<Tool
172
				Name="VCManifestTool"
173
			/>
174
			<Tool
175
				Name="VCXDCMakeTool"
176
			/>
177
			<Tool
178
				Name="VCBscMakeTool"
179
			/>
180
			<Tool
181
				Name="VCFxCopTool"
182
			/>
183
			<Tool
184
				Name="VCAppVerifierTool"
185
			/>
186
			<Tool
187
				Name="VCWebDeploymentTool"
188
			/>
189
			<Tool
190
				Name="VCPostBuildEventTool"
191
			/>
192
		</Configuration>
193
	</Configurations>
194
	<References>
195
	</References>
196
	<Files>
197
		<Filter
198
			Name="Source Files"
199
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
200
			>
201
			<File
202
				RelativePath="Board.cpp"
203
				>
204
			</File>
205
			<File
206
				RelativePath="GameApp.cpp"
207
				>
208
			</File>
209
			<File
210
				RelativePath="main.cpp"
211
				>
212
			</File>
213
			<File
214
				RelativePath="..\Res.cpp"
215
				>
216
			</File>
217
			<File
218
				RelativePath="TitleScreen.cpp"
219
				>
220
			</File>
221
		</Filter>
222
		<Filter
223
			Name="Header Files"
224
			Filter="h;hpp;hxx;hm;inl;inc"
225
			>
226
			<File
227
				RelativePath="Board.h"
228
				>
229
			</File>
230
			<File
231
				RelativePath="GameApp.h"
232
				>
233
			</File>
234
			<File
235
				RelativePath="..\Res.h"
236
				>
237
			</File>
238
			<File
239
				RelativePath="TitleScreen.h"
240
				>
241
			</File>
242
		</Filter>
243
		<Filter
244
			Name="Resource Files"
245
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
246
			>
247
		</Filter>
248
	</Files>
249
	<Globals>
250
	</Globals>
251
</VisualStudioProject>