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="7.00"
5
	Name="Hun-garr"
6
	ProjectGUID="{1D5FBC14-C869-4CC1-8337-B084767012C3}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory="Debug"
16
			IntermediateDirectory="Debug"
17
			ConfigurationType="1"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="..;..\.."
23
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
24
				MinimalRebuild="FALSE"
25
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="1"
27
				ForceConformanceInForLoopScope="TRUE"
28
				RuntimeTypeInfo="TRUE"
29
				UsePrecompiledHeader="0"
30
				BrowseInformation="1"
31
				WarningLevel="3"
32
				Detect64BitPortabilityProblems="TRUE"
33
				DebugInformationFormat="3"/>
34
			<Tool
35
				Name="VCCustomBuildTool"/>
36
			<Tool
37
				Name="VCLinkerTool"
38
				AdditionalDependencies="winmm.lib wsock32.lib"
39
				OutputFile="$(OutDir)/../../Hun-garr.exe"
40
				LinkIncremental="1"
41
				GenerateDebugInformation="TRUE"
42
				ProgramDatabaseFile="$(OutDir)/Hun-garr.pdb"
43
				GenerateMapFile="TRUE"
44
				MapFileName="Hun-garr.map"
45
				MapExports="TRUE"
46
				MapLines="TRUE"
47
				SubSystem="2"
48
				TargetMachine="1"/>
49
			<Tool
50
				Name="VCMIDLTool"/>
51
			<Tool
52
				Name="VCPostBuildEventTool"/>
53
			<Tool
54
				Name="VCPreBuildEventTool"/>
55
			<Tool
56
				Name="VCPreLinkEventTool"/>
57
			<Tool
58
				Name="VCResourceCompilerTool"/>
59
			<Tool
60
				Name="VCWebServiceProxyGeneratorTool"/>
61
			<Tool
62
				Name="VCWebDeploymentTool"/>
63
		</Configuration>
64
		<Configuration
65
			Name="Release|Win32"
66
			OutputDirectory="Release"
67
			IntermediateDirectory="Release"
68
			ConfigurationType="1"
69
			CharacterSet="2">
70
			<Tool
71
				Name="VCCLCompilerTool"
72
				Optimization="2"
73
				InlineFunctionExpansion="1"
74
				OmitFramePointers="TRUE"
75
				AdditionalIncludeDirectories="..;..\.."
76
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
77
				StringPooling="TRUE"
78
				RuntimeLibrary="0"
79
				EnableFunctionLevelLinking="TRUE"
80
				ForceConformanceInForLoopScope="TRUE"
81
				RuntimeTypeInfo="TRUE"
82
				UsePrecompiledHeader="0"
83
				BrowseInformation="1"
84
				WarningLevel="3"
85
				Detect64BitPortabilityProblems="TRUE"
86
				DebugInformationFormat="3"/>
87
			<Tool
88
				Name="VCCustomBuildTool"/>
89
			<Tool
90
				Name="VCLinkerTool"
91
				AdditionalDependencies="winmm.lib wsock32.lib"
92
				OutputFile="$(OutDir)/../../Hun-garr.exe"
93
				LinkIncremental="1"
94
				GenerateDebugInformation="TRUE"
95
				SubSystem="2"
96
				OptimizeReferences="2"
97
				EnableCOMDATFolding="2"
98
				TargetMachine="1"/>
99
			<Tool
100
				Name="VCMIDLTool"/>
101
			<Tool
102
				Name="VCPostBuildEventTool"/>
103
			<Tool
104
				Name="VCPreBuildEventTool"/>
105
			<Tool
106
				Name="VCPreLinkEventTool"/>
107
			<Tool
108
				Name="VCResourceCompilerTool"/>
109
			<Tool
110
				Name="VCWebServiceProxyGeneratorTool"/>
111
			<Tool
112
				Name="VCWebDeploymentTool"/>
113
		</Configuration>
114
	</Configurations>
115
	<Files>
116
		<Filter
117
			Name="Source Files"
118
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
119
			<File
120
				RelativePath="Board.cpp">
121
			</File>
122
			<File
123
				RelativePath="GameApp.cpp">
124
			</File>
125
			<File
126
				RelativePath="GameOverEffect.cpp">
127
			</File>
128
			<File
129
				RelativePath="LevelupEffect.cpp">
130
			</File>
131
			<File
132
				RelativePath="OptionsDialog.cpp">
133
			</File>
134
			<File
135
				RelativePath="..\Res.cpp">
136
			</File>
137
			<File
138
				RelativePath="TitleScreen.cpp">
139
			</File>
140
			<File
141
				RelativePath="main.cpp">
142
			</File>
143
		</Filter>
144
		<Filter
145
			Name="Header Files"
146
			Filter="h;hpp;hxx;hm;inl;inc">
147
			<File
148
				RelativePath="Board.h">
149
			</File>
150
			<File
151
				RelativePath="GameApp.h">
152
			</File>
153
			<File
154
				RelativePath="GameOverEffect.h">
155
			</File>
156
			<File
157
				RelativePath="LevelupEffect.h">
158
			</File>
159
			<File
160
				RelativePath="OptionsDialog.h">
161
			</File>
162
			<File
163
				RelativePath="..\Res.h">
164
			</File>
165
			<File
166
				RelativePath="TitleScreen.h">
167
			</File>
168
		</Filter>
169
		<Filter
170
			Name="Resource Files"
171
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
172
		</Filter>
173
	</Files>
174
	<Globals>
175
	</Globals>
176
</VisualStudioProject>