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="Demo4"
6
	ProjectGUID="{11091E68-2497-4470-9719-8ED84CECF827}"
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)/../../Demo4_debug.exe"
40
				LinkIncremental="1"
41
				GenerateDebugInformation="TRUE"
42
				ProgramDatabaseFile="$(OutDir)/Demo4.pdb"
43
				GenerateMapFile="TRUE"
44
				MapFileName="Demo4.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
				FavorSizeOrSpeed="1"
75
				OmitFramePointers="TRUE"
76
				AdditionalIncludeDirectories="..\;..\.."
77
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
78
				StringPooling="TRUE"
79
				RuntimeLibrary="0"
80
				EnableFunctionLevelLinking="TRUE"
81
				ForceConformanceInForLoopScope="TRUE"
82
				RuntimeTypeInfo="TRUE"
83
				UsePrecompiledHeader="0"
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)/../../Demo4.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="..\Res.cpp">
127
			</File>
128
			<File
129
				RelativePath="TitleScreen.cpp">
130
			</File>
131
			<File
132
				RelativePath="main.cpp">
133
			</File>
134
		</Filter>
135
		<Filter
136
			Name="Header Files"
137
			Filter="h;hpp;hxx;hm;inl;inc">
138
			<File
139
				RelativePath="Board.h">
140
			</File>
141
			<File
142
				RelativePath="GameApp.h">
143
			</File>
144
			<File
145
				RelativePath="..\Res.h">
146
			</File>
147
			<File
148
				RelativePath="TitleScreen.h">
149
			</File>
150
		</Filter>
151
		<Filter
152
			Name="Resource Files"
153
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
154
		</Filter>
155
	</Files>
156
	<Globals>
157
	</Globals>
158
</VisualStudioProject>