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="Demo5"
6
	ProjectGUID="{7B08C75A-BF48-43F1-9B62-B1982584C06B}"
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;_USE_WIDE_STRING"
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)/../../Demo5_debug.exe"
40
				LinkIncremental="1"
41
				GenerateDebugInformation="TRUE"
42
				ProgramDatabaseFile="$(OutDir)/Demo5.pdb"
43
				GenerateMapFile="TRUE"
44
				MapFileName="Demo5.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;_USE_WIDE_STRING"
77
				StringPooling="TRUE"
78
				RuntimeLibrary="0"
79
				EnableFunctionLevelLinking="TRUE"
80
				UsePrecompiledHeader="0"
81
				BrowseInformation="1"
82
				WarningLevel="3"
83
				Detect64BitPortabilityProblems="TRUE"
84
				DebugInformationFormat="3"/>
85
			<Tool
86
				Name="VCCustomBuildTool"/>
87
			<Tool
88
				Name="VCLinkerTool"
89
				AdditionalDependencies="winmm.lib wsock32.lib"
90
				OutputFile="$(OutDir)/../../Demo5.exe"
91
				LinkIncremental="1"
92
				GenerateDebugInformation="TRUE"
93
				SubSystem="2"
94
				OptimizeReferences="2"
95
				EnableCOMDATFolding="2"
96
				TargetMachine="1"/>
97
			<Tool
98
				Name="VCMIDLTool"/>
99
			<Tool
100
				Name="VCPostBuildEventTool"/>
101
			<Tool
102
				Name="VCPreBuildEventTool"/>
103
			<Tool
104
				Name="VCPreLinkEventTool"/>
105
			<Tool
106
				Name="VCResourceCompilerTool"/>
107
			<Tool
108
				Name="VCWebServiceProxyGeneratorTool"/>
109
			<Tool
110
				Name="VCWebDeploymentTool"/>
111
		</Configuration>
112
	</Configurations>
113
	<Files>
114
		<Filter
115
			Name="Source Files"
116
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
117
			<File
118
				RelativePath="Board.cpp">
119
			</File>
120
			<File
121
				RelativePath="DemoDialog.cpp">
122
			</File>
123
			<File
124
				RelativePath="GameApp.cpp">
125
			</File>
126
			<File
127
				RelativePath="..\Res.cpp">
128
			</File>
129
			<File
130
				RelativePath="TitleScreen.cpp">
131
			</File>
132
			<File
133
				RelativePath="main.cpp">
134
			</File>
135
		</Filter>
136
		<Filter
137
			Name="Header Files"
138
			Filter="h;hpp;hxx;hm;inl;inc">
139
			<File
140
				RelativePath="Board.h">
141
			</File>
142
			<File
143
				RelativePath="DemoDialog.h">
144
			</File>
145
			<File
146
				RelativePath="GameApp.h">
147
			</File>
148
			<File
149
				RelativePath="..\Res.h">
150
			</File>
151
			<File
152
				RelativePath="TitleScreen.h">
153
			</File>
154
		</Filter>
155
		<Filter
156
			Name="Resource Files"
157
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
158
		</Filter>
159
	</Files>
160
	<Globals>
161
	</Globals>
162
</VisualStudioProject>