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="libAR"
6
	ProjectGUID="{191F78D2-7A53-4EAF-94E9-433DF5496E6E}">
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="4">
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="VCLibrarianTool"
31
				OutputFile="$(ProjectDir)..\..\$(ProjectName)d.lib"/>
32
			<Tool
33
				Name="VCMIDLTool"
34
				PreprocessorDefinitions="_DEBUG"
35
				MkTypLibCompatible="TRUE"
36
				SuppressStartupBanner="TRUE"
37
				TargetEnvironment="1"/>
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
			<Tool
61
				Name="VCCLCompilerTool"
62
				AdditionalIncludeDirectories="$(ProjectDir)../../../include"
63
				PreprocessorDefinitions="WIN32;NDEBUG"
64
				RuntimeLibrary="0"/>
65
			<Tool
66
				Name="VCCustomBuildTool"/>
67
			<Tool
68
				Name="VCLibrarianTool"
69
				OutputFile="$(ProjectDir)..\..\$(ProjectName).lib"/>
70
			<Tool
71
				Name="VCMIDLTool"
72
				PreprocessorDefinitions="NDEBUG"
73
				MkTypLibCompatible="TRUE"
74
				SuppressStartupBanner="TRUE"
75
				TargetEnvironment="1"/>
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
		<File
98
			RelativePath="arDetectMarker.c">
99
		</File>
100
		<File
101
			RelativePath="arDetectMarker2.c">
102
		</File>
103
		<File
104
			RelativePath="arGetCode.c">
105
		</File>
106
		<File
107
			RelativePath="arGetMarkerInfo.c">
108
		</File>
109
		<File
110
			RelativePath="arGetTransMat.c">
111
		</File>
112
		<File
113
			RelativePath="arGetTransMat2.c">
114
		</File>
115
		<File
116
			RelativePath="arGetTransMat3.c">
117
		</File>
118
		<File
119
			RelativePath="arGetTransMatCont.c">
120
		</File>
121
		<File
122
			RelativePath="arLabeling.c">
123
		</File>
124
		<File
125
			RelativePath="arUtil.c">
126
		</File>
127
		<File
128
			RelativePath="mAlloc.c">
129
		</File>
130
		<File
131
			RelativePath="mAllocDup.c">
132
		</File>
133
		<File
134
			RelativePath="mAllocInv.c">
135
		</File>
136
		<File
137
			RelativePath="mAllocMul.c">
138
		</File>
139
		<File
140
			RelativePath="mAllocTrans.c">
141
		</File>
142
		<File
143
			RelativePath="mAllocUnit.c">
144
		</File>
145
		<File
146
			RelativePath="mDet.c">
147
		</File>
148
		<File
149
			RelativePath="mDisp.c">
150
		</File>
151
		<File
152
			RelativePath="mDup.c">
153
		</File>
154
		<File
155
			RelativePath="mFree.c">
156
		</File>
157
		<File
158
			RelativePath="mInv.c">
159
		</File>
160
		<File
161
			RelativePath="mMul.c">
162
		</File>
163
		<File
164
			RelativePath="mPCA.c">
165
		</File>
166
		<File
167
			RelativePath="mSelfInv.c">
168
		</File>
169
		<File
170
			RelativePath="mTrans.c">
171
		</File>
172
		<File
173
			RelativePath="mUnit.c">
174
		</File>
175
		<File
176
			RelativePath="paramChangeSize.c">
177
		</File>
178
		<File
179
			RelativePath="paramDecomp.c">
180
		</File>
181
		<File
182
			RelativePath="paramDisp.c">
183
		</File>
184
		<File
185
			RelativePath="paramDistortion.c">
186
		</File>
187
		<File
188
			RelativePath="paramFile.c">
189
		</File>
190
		<File
191
			RelativePath="paramGet.c">
192
		</File>
193
		<File
194
			RelativePath="vAlloc.c">
195
		</File>
196
		<File
197
			RelativePath="vDisp.c">
198
		</File>
199
		<File
200
			RelativePath="vFree.c">
201
		</File>
202
		<File
203
			RelativePath="vHouse.c">
204
		</File>
205
		<File
206
			RelativePath="vInnerP.c">
207
		</File>
208
		<File
209
			RelativePath="vTridiag.c">
210
		</File>
211
	</Files>
212
	<Globals>
213
	</Globals>
214
</VisualStudioProject>