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="XMLDemo"
6
	ProjectGUID="{6A242898-B1D4-4EEA-AE61-AF1002462917}">
7
	<Platforms>
8
		<Platform
9
			Name="Win32"/>
10
	</Platforms>
11
	<Configurations>
12
		<Configuration
13
			Name="Debug|Win32"
14
			OutputDirectory="Debug"
15
			IntermediateDirectory="Debug"
16
			ConfigurationType="1">
17
			<Tool
18
				Name="VCCLCompilerTool"
19
				Optimization="0"
20
				AdditionalIncludeDirectories="..\;..\.."
21
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_WIDE_STRING"
22
				MinimalRebuild="FALSE"
23
				BasicRuntimeChecks="3"
24
				RuntimeLibrary="1"
25
				ForceConformanceInForLoopScope="TRUE"
26
				RuntimeTypeInfo="TRUE"
27
				BrowseInformation="1"
28
				BrowseInformationFile="$(IntDir)/"
29
				WarningLevel="3"
30
				DebugInformationFormat="3"/>
31
			<Tool
32
				Name="VCCustomBuildTool"/>
33
			<Tool
34
				Name="VCLinkerTool"
35
				AdditionalDependencies="winmm.lib wsock32.lib"
36
				OutputFile="$(OutDir)/../../XMLDemo_debug.exe"
37
				LinkIncremental="1"
38
				GenerateDebugInformation="TRUE"
39
				ProgramDatabaseFile="$(OutDir)/XMLDemo.pdb"
40
				GenerateMapFile="TRUE"
41
				MapFileName="XMLDemo.map"
42
				MapExports="TRUE"
43
				MapLines="TRUE"
44
				SubSystem="2"
45
				TargetMachine="1"/>
46
			<Tool
47
				Name="VCMIDLTool"/>
48
			<Tool
49
				Name="VCPostBuildEventTool"/>
50
			<Tool
51
				Name="VCPreBuildEventTool"/>
52
			<Tool
53
				Name="VCPreLinkEventTool"/>
54
			<Tool
55
				Name="VCResourceCompilerTool"/>
56
			<Tool
57
				Name="VCWebServiceProxyGeneratorTool"/>
58
			<Tool
59
				Name="VCWebDeploymentTool"/>
60
		</Configuration>
61
		<Configuration
62
			Name="Release|Win32"
63
			OutputDirectory="Release"
64
			IntermediateDirectory="Release"
65
			ConfigurationType="1">
66
			<Tool
67
				Name="VCCLCompilerTool"
68
				Optimization="1"
69
				InlineFunctionExpansion="1"
70
				FavorSizeOrSpeed="2"
71
				OmitFramePointers="FALSE"
72
				AdditionalIncludeDirectories="..\;..\.."
73
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_WIDE_STRING"
74
				StringPooling="TRUE"
75
				RuntimeLibrary="0"
76
				EnableFunctionLevelLinking="TRUE"
77
				WarningLevel="3"
78
				DebugInformationFormat="0"/>
79
			<Tool
80
				Name="VCCustomBuildTool"/>
81
			<Tool
82
				Name="VCLinkerTool"
83
				AdditionalDependencies="winmm.lib wsock32.lib"
84
				OutputFile="$(OutDir)/../../$(ProjectName).exe"
85
				GenerateMapFile="TRUE"
86
				MapFileName="XMLDemo.map"
87
				MapLines="TRUE"
88
				SubSystem="2"
89
				TargetMachine="1"/>
90
			<Tool
91
				Name="VCMIDLTool"/>
92
			<Tool
93
				Name="VCPostBuildEventTool"/>
94
			<Tool
95
				Name="VCPreBuildEventTool"/>
96
			<Tool
97
				Name="VCPreLinkEventTool"/>
98
			<Tool
99
				Name="VCResourceCompilerTool"/>
100
			<Tool
101
				Name="VCWebServiceProxyGeneratorTool"/>
102
			<Tool
103
				Name="VCWebDeploymentTool"/>
104
		</Configuration>
105
	</Configurations>
106
	<Files>
107
		<Filter
108
			Name="Source Files"
109
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
110
			<File
111
				RelativePath="Board.cpp">
112
			</File>
113
			<File
114
				RelativePath="..\Res.cpp">
115
			</File>
116
			<File
117
				RelativePath="XMLDemoApp.cpp">
118
			</File>
119
			<File
120
				RelativePath="main.cpp">
121
			</File>
122
		</Filter>
123
		<Filter
124
			Name="Header Files"
125
			Filter="h;hpp;hxx;hm;inl">
126
			<File
127
				RelativePath="Board.h">
128
			</File>
129
			<File
130
				RelativePath="..\Res.h">
131
			</File>
132
			<File
133
				RelativePath="XMLDemoApp.h">
134
			</File>
135
		</Filter>
136
	</Files>
137
	<Globals>
138
	</Globals>
139
</VisualStudioProject>