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="loadMultiple"
6
	ProjectGUID="{783FACE5-1839-4EEF-9BA6-363214268B2E}">
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="3"/>
27
			<Tool
28
				Name="VCCustomBuildTool"/>
29
			<Tool
30
				Name="VCLinkerTool"
31
				AdditionalOptions="/DEBUG"
32
				AdditionalDependencies="libARd.lib libARgsubd.lib libARvideod.lib opengl32.lib glu32.lib glut32.lib"
33
				OutputFile="$(ProjectDir)..\..\bin\$(ProjectName)d.exe"
34
				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\lib&quot;"
35
				GenerateDebugInformation="TRUE"/>
36
			<Tool
37
				Name="VCMIDLTool"
38
				PreprocessorDefinitions="_DEBUG"
39
				MkTypLibCompatible="TRUE"
40
				SuppressStartupBanner="TRUE"
41
				TargetEnvironment="1"/>
42
			<Tool
43
				Name="VCPostBuildEventTool"/>
44
			<Tool
45
				Name="VCPreBuildEventTool"/>
46
			<Tool
47
				Name="VCPreLinkEventTool"/>
48
			<Tool
49
				Name="VCResourceCompilerTool"/>
50
			<Tool
51
				Name="VCWebServiceProxyGeneratorTool"/>
52
			<Tool
53
				Name="VCXMLDataGeneratorTool"/>
54
			<Tool
55
				Name="VCWebDeploymentTool"/>
56
			<Tool
57
				Name="VCManagedWrapperGeneratorTool"/>
58
			<Tool
59
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60
		</Configuration>
61
		<Configuration
62
			Name="Release|Win32"
63
			OutputDirectory="Release"
64
			IntermediateDirectory="Release"
65
			ConfigurationType="1"
66
			WholeProgramOptimization="TRUE">
67
			<Tool
68
				Name="VCCLCompilerTool"
69
				GlobalOptimizations="TRUE"
70
				InlineFunctionExpansion="1"
71
				FavorSizeOrSpeed="1"
72
				AdditionalIncludeDirectories="$(ProjectDir)..\..\include"
73
				PreprocessorDefinitions="WIN32;NDEBUG"
74
				RuntimeLibrary="0"/>
75
			<Tool
76
				Name="VCCustomBuildTool"/>
77
			<Tool
78
				Name="VCLinkerTool"
79
				AdditionalDependencies="libAR.lib libARgsub.lib libARvideo.lib opengl32.lib glu32.lib glut32.lib"
80
				OutputFile="$(ProjectDir)..\..\bin\$(ProjectName).exe"
81
				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\lib&quot;"/>
82
			<Tool
83
				Name="VCMIDLTool"
84
				PreprocessorDefinitions="NDEBUG"
85
				MkTypLibCompatible="TRUE"
86
				SuppressStartupBanner="TRUE"
87
				TargetEnvironment="1"/>
88
			<Tool
89
				Name="VCPostBuildEventTool"/>
90
			<Tool
91
				Name="VCPreBuildEventTool"/>
92
			<Tool
93
				Name="VCPreLinkEventTool"/>
94
			<Tool
95
				Name="VCResourceCompilerTool"/>
96
			<Tool
97
				Name="VCWebServiceProxyGeneratorTool"/>
98
			<Tool
99
				Name="VCXMLDataGeneratorTool"/>
100
			<Tool
101
				Name="VCWebDeploymentTool"/>
102
			<Tool
103
				Name="VCManagedWrapperGeneratorTool"/>
104
			<Tool
105
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
106
		</Configuration>
107
	</Configurations>
108
	<References>
109
	</References>
110
	<Files>
111
		<File
112
			RelativePath="loadMultiple.c">
113
		</File>
114
		<File
115
			RelativePath="object.c">
116
		</File>
117
		<File
118
			RelativePath="object.h">
119
		</File>
120
	</Files>
121
	<Globals>
122
	</Globals>
123
</VisualStudioProject>