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="simpleTest"
6
	ProjectGUID="{89E3CB14-46DF-46BB-B87F-CC653045B14C}"
7
	RootNamespace="simpleTest">
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
			<Tool
19
				Name="VCCLCompilerTool"
20
				Optimization="0"
21
				AdditionalIncludeDirectories="$(ProjectDir)..\..\include"
22
				PreprocessorDefinitions="WIN32;_DEBUG"
23
				BasicRuntimeChecks="3"
24
				RuntimeLibrary="1"
25
				BrowseInformation="1"
26
				WarningLevel="3"
27
				DebugInformationFormat="3"/>
28
			<Tool
29
				Name="VCCustomBuildTool"/>
30
			<Tool
31
				Name="VCLinkerTool"
32
				AdditionalOptions="/DEBUG"
33
				AdditionalDependencies="libARd.lib libARgsubd.lib libARvideod.lib opengl32.lib glu32.lib glut32.lib"
34
				OutputFile="$(ProjectDir)..\..\bin\$(ProjectName)d.exe"
35
				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\lib&quot;"
36
				GenerateDebugInformation="TRUE"/>
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 libARvideo.lib opengl32.lib glu32.lib glut32.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="simpleTest.c">
114
		</File>
115
	</Files>
116
	<Globals>
117
	</Globals>
118
</VisualStudioProject>