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