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="Demo2"
6
	ProjectGUID="{3729E951-A2F8-4516-BFF8-312040890EA4}"
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)/../../Demo2_debug.exe"
70
				LinkIncremental="1"
71
				GenerateDebugInformation="true"
72
				ProgramDatabaseFile="$(OutDir)/Demo2.pdb"
73
				GenerateMapFile="true"
74
				MapFileName="Demo2.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="false"
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)/../../Demo2.exe"
160
				LinkIncremental="1"
161
				GenerateDebugInformation="true"
162
				GenerateMapFile="true"
163
				MapFileName="Demo2_release.map"
164
				SubSystem="2"
165
				OptimizeReferences="2"
166
				EnableCOMDATFolding="2"
167
				LinkTimeCodeGeneration="1"
168
				TargetMachine="1"
169
			/>
170
			<Tool
171
				Name="VCALinkTool"
172
			/>
173
			<Tool
174
				Name="VCManifestTool"
175
			/>
176
			<Tool
177
				Name="VCXDCMakeTool"
178
			/>
179
			<Tool
180
				Name="VCBscMakeTool"
181
			/>
182
			<Tool
183
				Name="VCFxCopTool"
184
			/>
185
			<Tool
186
				Name="VCAppVerifierTool"
187
			/>
188
			<Tool
189
				Name="VCWebDeploymentTool"
190
			/>
191
			<Tool
192
				Name="VCPostBuildEventTool"
193
			/>
194
		</Configuration>
195
	</Configurations>
196
	<References>
197
	</References>
198
	<Files>
199
		<Filter
200
			Name="Source Files"
201
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
202
			>
203
			<File
204
				RelativePath="Board.cpp"
205
				>
206
			</File>
207
			<File
208
				RelativePath="GameApp.cpp"
209
				>
210
			</File>
211
			<File
212
				RelativePath="main.cpp"
213
				>
214
			</File>
215
		</Filter>
216
		<Filter
217
			Name="Header Files"
218
			Filter="h;hpp;hxx;hm;inl;inc"
219
			>
220
			<File
221
				RelativePath="Board.h"
222
				>
223
			</File>
224
			<File
225
				RelativePath="GameApp.h"
226
				>
227
			</File>
228
		</Filter>
229
		<Filter
230
			Name="Resource Files"
231
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
232
			>
233
		</Filter>
234
	</Files>
235
	<Globals>
236
	</Globals>
237
</VisualStudioProject>