Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="graphicsTest"
6
	ProjectGUID="{8C93A102-ABC7-4848-A183-BD1F3471159C}">
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="$(ProjectDir)..\..\include"
21
				PreprocessorDefinitions="WIN32;_DEBUG"
22
				BasicRuntimeChecks="3"
23
				RuntimeLibrary="1"
24
				BrowseInformation="1"
25
				WarningLevel="3"
26
				DebugInformationFormat="4"/>
27
			<Tool
28
				Name="VCCustomBuildTool"/>
29
			<Tool
30
				Name="VCLinkerTool"
31
				AdditionalOptions="/DEBUG"
32
				AdditionalDependencies="libARd.lib libARgsubd.lib"
33
				OutputFile="$(ProjectDir)..\..\bin\$(ProjectName)d.exe"
34
				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\lib&quot;"
35
				GenerateDebugInformation="TRUE"
36
				ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"/>
37
			<Tool
38
				Name="VCMIDLTool"
39
				PreprocessorDefinitions="_DEBUG"
40
				MkTypLibCompatible="TRUE"
41
				SuppressStartupBanner="TRUE"
42
				TargetEnvironment="1"/>
43
			<Tool
44
				Name="VCPostBuildEventTool"/>
45
			<Tool
46
				Name="VCPreBuildEventTool"/>
47
			<Tool
48
				Name="VCPreLinkEventTool"/>
49
			<Tool
50
				Name="VCResourceCompilerTool"/>
51
			<Tool
52
				Name="VCWebServiceProxyGeneratorTool"/>
53
			<Tool
54
				Name="VCXMLDataGeneratorTool"/>
55
			<Tool
56
				Name="VCWebDeploymentTool"/>
57
			<Tool
58
				Name="VCManagedWrapperGeneratorTool"/>
59
			<Tool
60
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61
		</Configuration>
62
		<Configuration
63
			Name="Release|Win32"
64
			OutputDirectory="Release"
65
			IntermediateDirectory="Release"
66
			ConfigurationType="1"
67
			WholeProgramOptimization="TRUE">
68
			<Tool
69
				Name="VCCLCompilerTool"
70
				GlobalOptimizations="TRUE"
71
				InlineFunctionExpansion="1"
72
				FavorSizeOrSpeed="1"
73
				AdditionalIncludeDirectories="$(ProjectDir)..\..\include"
74
				PreprocessorDefinitions="WIN32;NDEBUG"
75
				RuntimeLibrary="0"/>
76
			<Tool
77
				Name="VCCustomBuildTool"/>
78
			<Tool
79
				Name="VCLinkerTool"
80
				AdditionalDependencies="libAR.lib libARgsub.lib"
81
				OutputFile="$(ProjectDir)..\..\bin\$(ProjectName).exe"
82
				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\lib&quot;"/>
83
			<Tool
84
				Name="VCMIDLTool"
85
				PreprocessorDefinitions="NDEBUG"
86
				MkTypLibCompatible="TRUE"
87
				SuppressStartupBanner="TRUE"
88
				TargetEnvironment="1"/>
89
			<Tool
90
				Name="VCPostBuildEventTool"/>
91
			<Tool
92
				Name="VCPreBuildEventTool"/>
93
			<Tool
94
				Name="VCPreLinkEventTool"/>
95
			<Tool
96
				Name="VCResourceCompilerTool"/>
97
			<Tool
98
				Name="VCWebServiceProxyGeneratorTool"/>
99
			<Tool
100
				Name="VCXMLDataGeneratorTool"/>
101
			<Tool
102
				Name="VCWebDeploymentTool"/>
103
			<Tool
104
				Name="VCManagedWrapperGeneratorTool"/>
105
			<Tool
106
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107
		</Configuration>
108
	</Configurations>
109
	<References>
110
	</References>
111
	<Files>
112
		<File
113
			RelativePath="graphicsTest.c">
114
		</File>
115
	</Files>
116
	<Globals>
117
	</Globals>
118
</VisualStudioProject>