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="libARvrml"
6
	ProjectGUID="{C90F035F-437C-4285-BBCA-8DDC70582356}"
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="4"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="$(ProjectDir)..\..\..\include;$(ProjectDir)..\..\..\OpenVRML\include;$(ProjectDir)..\..\..\OpenVRML\dependencies\include"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;S;OPENVRML_ENABLE_IMAGETEXTURE_NODE;OPENVRML_ENABLE_GZIP"
24
				BasicRuntimeChecks="3"
25
				RuntimeLibrary="3"
26
				UsePrecompiledHeader="0"
27
				WarningLevel="3"
28
				DebugInformationFormat="3"
29
				CompileAs="2"
30
				DisableSpecificWarnings="4099;4290;4800"/>
31
			<Tool
32
				Name="VCCustomBuildTool"/>
33
			<Tool
34
				Name="VCLibrarianTool"
35
				OutputFile="$(ProjectDir)..\..\$(ProjectName)d.lib"/>
36
			<Tool
37
				Name="VCMIDLTool"/>
38
			<Tool
39
				Name="VCPostBuildEventTool"/>
40
			<Tool
41
				Name="VCPreBuildEventTool"/>
42
			<Tool
43
				Name="VCPreLinkEventTool"/>
44
			<Tool
45
				Name="VCResourceCompilerTool"/>
46
			<Tool
47
				Name="VCWebServiceProxyGeneratorTool"/>
48
			<Tool
49
				Name="VCXMLDataGeneratorTool"/>
50
			<Tool
51
				Name="VCManagedWrapperGeneratorTool"/>
52
			<Tool
53
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54
		</Configuration>
55
		<Configuration
56
			Name="Release|Win32"
57
			OutputDirectory="Release"
58
			IntermediateDirectory="Release"
59
			ConfigurationType="4"
60
			CharacterSet="2">
61
			<Tool
62
				Name="VCCLCompilerTool"
63
				AdditionalIncludeDirectories="$(ProjectDir)..\..\..\include;$(ProjectDir)..\..\..\OpenVRML\include;$(ProjectDir)..\..\..\OpenVRML\dependencies\include"
64
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
65
				RuntimeLibrary="2"
66
				UsePrecompiledHeader="0"
67
				WarningLevel="3"
68
				DisableSpecificWarnings="4099;4290;4800"/>
69
			<Tool
70
				Name="VCCustomBuildTool"/>
71
			<Tool
72
				Name="VCLibrarianTool"
73
				OutputFile="$(ProjectDir)..\..\$(ProjectName).lib"/>
74
			<Tool
75
				Name="VCMIDLTool"/>
76
			<Tool
77
				Name="VCPostBuildEventTool"/>
78
			<Tool
79
				Name="VCPreBuildEventTool"/>
80
			<Tool
81
				Name="VCPreLinkEventTool"/>
82
			<Tool
83
				Name="VCResourceCompilerTool"/>
84
			<Tool
85
				Name="VCWebServiceProxyGeneratorTool"/>
86
			<Tool
87
				Name="VCXMLDataGeneratorTool"/>
88
			<Tool
89
				Name="VCManagedWrapperGeneratorTool"/>
90
			<Tool
91
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
92
		</Configuration>
93
	</Configurations>
94
	<References>
95
	</References>
96
	<Files>
97
		<Filter
98
			Name="Source Files"
99
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
100
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
101
			<File
102
				RelativePath=".\arViewer.cpp">
103
			</File>
104
			<File
105
				RelativePath=".\arViewerCapi.cpp">
106
			</File>
107
		</Filter>
108
		<Filter
109
			Name="Header Files"
110
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
111
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
112
			<File
113
				RelativePath=".\arViewer.h">
114
			</File>
115
			<File
116
				RelativePath="..\..\..\include\Ar\arvrml.h">
117
			</File>
118
		</Filter>
119
		<Filter
120
			Name="Resource Files"
121
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
122
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
123
		</Filter>
124
		<File
125
			RelativePath=".\ReadMe.txt">
126
		</File>
127
	</Files>
128
	<Globals>
129
	</Globals>
130
</VisualStudioProject>