xref: /aosp_15_r20/external/libpng/projects/visualc71/pngtest.vcproj (revision a67afe4df73cf47866eedc69947994b8ff839aba)
1*a67afe4dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="Windows-1252"?>
2*a67afe4dSAndroid Build Coastguard Worker<VisualStudioProject
3*a67afe4dSAndroid Build Coastguard Worker	ProjectType="Visual C++"
4*a67afe4dSAndroid Build Coastguard Worker	Version="7.10"
5*a67afe4dSAndroid Build Coastguard Worker	Name="pngtest"
6*a67afe4dSAndroid Build Coastguard Worker	RootNamespace="pngtest">
7*a67afe4dSAndroid Build Coastguard Worker	<Platforms>
8*a67afe4dSAndroid Build Coastguard Worker		<Platform
9*a67afe4dSAndroid Build Coastguard Worker			Name="Win32"/>
10*a67afe4dSAndroid Build Coastguard Worker	</Platforms>
11*a67afe4dSAndroid Build Coastguard Worker	<Configurations>
12*a67afe4dSAndroid Build Coastguard Worker		<Configuration
13*a67afe4dSAndroid Build Coastguard Worker			Name="DLL Release|Win32"
14*a67afe4dSAndroid Build Coastguard Worker			OutputDirectory=".\Win32_DLL_Release\Test"
15*a67afe4dSAndroid Build Coastguard Worker			IntermediateDirectory=".\Win32_DLL_Release\Test"
16*a67afe4dSAndroid Build Coastguard Worker			ConfigurationType="1">
17*a67afe4dSAndroid Build Coastguard Worker			<Tool
18*a67afe4dSAndroid Build Coastguard Worker				Name="VCCLCompilerTool"
19*a67afe4dSAndroid Build Coastguard Worker				InlineFunctionExpansion="1"
20*a67afe4dSAndroid Build Coastguard Worker				AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
21*a67afe4dSAndroid Build Coastguard Worker				PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;_CRT_SECURE_NO_WARNINGS"
22*a67afe4dSAndroid Build Coastguard Worker				StringPooling="TRUE"
23*a67afe4dSAndroid Build Coastguard Worker				RuntimeLibrary="2"
24*a67afe4dSAndroid Build Coastguard Worker				EnableFunctionLevelLinking="TRUE"
25*a67afe4dSAndroid Build Coastguard Worker				WarningLevel="3"
26*a67afe4dSAndroid Build Coastguard Worker				CompileAs="0"/>
27*a67afe4dSAndroid Build Coastguard Worker			<Tool
28*a67afe4dSAndroid Build Coastguard Worker				Name="VCCustomBuildTool"
29*a67afe4dSAndroid Build Coastguard Worker				Description="Testing..."
30*a67afe4dSAndroid Build Coastguard Worker				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
31*a67afe4dSAndroid Build Coastguard Worker$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
32*a67afe4dSAndroid Build Coastguard Worker				Outputs="$(IntDir)\pngout.png"/>
33*a67afe4dSAndroid Build Coastguard Worker			<Tool
34*a67afe4dSAndroid Build Coastguard Worker				Name="VCLinkerTool"
35*a67afe4dSAndroid Build Coastguard Worker				OutputFile="$(OutDir)/pngtest.exe"
36*a67afe4dSAndroid Build Coastguard Worker				LinkIncremental="1"
37*a67afe4dSAndroid Build Coastguard Worker				SubSystem="1"/>
38*a67afe4dSAndroid Build Coastguard Worker			<Tool
39*a67afe4dSAndroid Build Coastguard Worker				Name="VCMIDLTool"/>
40*a67afe4dSAndroid Build Coastguard Worker			<Tool
41*a67afe4dSAndroid Build Coastguard Worker				Name="VCPostBuildEventTool"/>
42*a67afe4dSAndroid Build Coastguard Worker			<Tool
43*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreBuildEventTool"/>
44*a67afe4dSAndroid Build Coastguard Worker			<Tool
45*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreLinkEventTool"/>
46*a67afe4dSAndroid Build Coastguard Worker			<Tool
47*a67afe4dSAndroid Build Coastguard Worker				Name="VCResourceCompilerTool"/>
48*a67afe4dSAndroid Build Coastguard Worker			<Tool
49*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebServiceProxyGeneratorTool"/>
50*a67afe4dSAndroid Build Coastguard Worker			<Tool
51*a67afe4dSAndroid Build Coastguard Worker				Name="VCXMLDataGeneratorTool"/>
52*a67afe4dSAndroid Build Coastguard Worker			<Tool
53*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebDeploymentTool"/>
54*a67afe4dSAndroid Build Coastguard Worker			<Tool
55*a67afe4dSAndroid Build Coastguard Worker				Name="VCManagedWrapperGeneratorTool"/>
56*a67afe4dSAndroid Build Coastguard Worker			<Tool
57*a67afe4dSAndroid Build Coastguard Worker				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58*a67afe4dSAndroid Build Coastguard Worker		</Configuration>
59*a67afe4dSAndroid Build Coastguard Worker		<Configuration
60*a67afe4dSAndroid Build Coastguard Worker			Name="DLL Debug|Win32"
61*a67afe4dSAndroid Build Coastguard Worker			OutputDirectory=".\Win32_DLL_Debug\Test"
62*a67afe4dSAndroid Build Coastguard Worker			IntermediateDirectory=".\Win32_DLL_Debug\Test"
63*a67afe4dSAndroid Build Coastguard Worker			ConfigurationType="1">
64*a67afe4dSAndroid Build Coastguard Worker			<Tool
65*a67afe4dSAndroid Build Coastguard Worker				Name="VCCLCompilerTool"
66*a67afe4dSAndroid Build Coastguard Worker				Optimization="0"
67*a67afe4dSAndroid Build Coastguard Worker				AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
68*a67afe4dSAndroid Build Coastguard Worker				PreprocessorDefinitions="WIN32;_DEBUG;PNG_DLL;PNG_NO_STDIO;_CRT_SECURE_NO_WARNINGS"
69*a67afe4dSAndroid Build Coastguard Worker				BasicRuntimeChecks="3"
70*a67afe4dSAndroid Build Coastguard Worker				RuntimeLibrary="3"
71*a67afe4dSAndroid Build Coastguard Worker				WarningLevel="3"
72*a67afe4dSAndroid Build Coastguard Worker				DebugInformationFormat="4"
73*a67afe4dSAndroid Build Coastguard Worker				CompileAs="0"/>
74*a67afe4dSAndroid Build Coastguard Worker			<Tool
75*a67afe4dSAndroid Build Coastguard Worker				Name="VCCustomBuildTool"
76*a67afe4dSAndroid Build Coastguard Worker				Description="Testing..."
77*a67afe4dSAndroid Build Coastguard Worker				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
78*a67afe4dSAndroid Build Coastguard Worker$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
79*a67afe4dSAndroid Build Coastguard Worker				Outputs="$(IntDir)\pngout.png"/>
80*a67afe4dSAndroid Build Coastguard Worker			<Tool
81*a67afe4dSAndroid Build Coastguard Worker				Name="VCLinkerTool"
82*a67afe4dSAndroid Build Coastguard Worker				OutputFile="$(OutDir)/pngtest.exe"
83*a67afe4dSAndroid Build Coastguard Worker				GenerateDebugInformation="TRUE"
84*a67afe4dSAndroid Build Coastguard Worker				SubSystem="1"
85*a67afe4dSAndroid Build Coastguard Worker				TargetMachine="1"/>
86*a67afe4dSAndroid Build Coastguard Worker			<Tool
87*a67afe4dSAndroid Build Coastguard Worker				Name="VCMIDLTool"/>
88*a67afe4dSAndroid Build Coastguard Worker			<Tool
89*a67afe4dSAndroid Build Coastguard Worker				Name="VCPostBuildEventTool"/>
90*a67afe4dSAndroid Build Coastguard Worker			<Tool
91*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreBuildEventTool"/>
92*a67afe4dSAndroid Build Coastguard Worker			<Tool
93*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreLinkEventTool"/>
94*a67afe4dSAndroid Build Coastguard Worker			<Tool
95*a67afe4dSAndroid Build Coastguard Worker				Name="VCResourceCompilerTool"/>
96*a67afe4dSAndroid Build Coastguard Worker			<Tool
97*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebServiceProxyGeneratorTool"/>
98*a67afe4dSAndroid Build Coastguard Worker			<Tool
99*a67afe4dSAndroid Build Coastguard Worker				Name="VCXMLDataGeneratorTool"/>
100*a67afe4dSAndroid Build Coastguard Worker			<Tool
101*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebDeploymentTool"/>
102*a67afe4dSAndroid Build Coastguard Worker			<Tool
103*a67afe4dSAndroid Build Coastguard Worker				Name="VCManagedWrapperGeneratorTool"/>
104*a67afe4dSAndroid Build Coastguard Worker			<Tool
105*a67afe4dSAndroid Build Coastguard Worker				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
106*a67afe4dSAndroid Build Coastguard Worker		</Configuration>
107*a67afe4dSAndroid Build Coastguard Worker		<Configuration
108*a67afe4dSAndroid Build Coastguard Worker			Name="DLL VB|Win32"
109*a67afe4dSAndroid Build Coastguard Worker			OutputDirectory=".\Win32_DLL_VB\Test"
110*a67afe4dSAndroid Build Coastguard Worker			IntermediateDirectory=".\Win32_DLL_VB\Test"
111*a67afe4dSAndroid Build Coastguard Worker			ConfigurationType="1">
112*a67afe4dSAndroid Build Coastguard Worker			<Tool
113*a67afe4dSAndroid Build Coastguard Worker				Name="VCCLCompilerTool"
114*a67afe4dSAndroid Build Coastguard Worker				InlineFunctionExpansion="1"
115*a67afe4dSAndroid Build Coastguard Worker				AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
116*a67afe4dSAndroid Build Coastguard Worker				PreprocessorDefinitions="WIN32;NDEBUG;PNG_DLL;PNG_NO_STDIO;PNGAPI=__stdcall;PNG_USER_PRIVATEBUILD;_CRT_SECURE_NO_WARNINGS"
117*a67afe4dSAndroid Build Coastguard Worker				StringPooling="TRUE"
118*a67afe4dSAndroid Build Coastguard Worker				RuntimeLibrary="2"
119*a67afe4dSAndroid Build Coastguard Worker				EnableFunctionLevelLinking="TRUE"
120*a67afe4dSAndroid Build Coastguard Worker				WarningLevel="2"
121*a67afe4dSAndroid Build Coastguard Worker				CallingConvention="2"
122*a67afe4dSAndroid Build Coastguard Worker				CompileAs="0"/>
123*a67afe4dSAndroid Build Coastguard Worker			<Tool
124*a67afe4dSAndroid Build Coastguard Worker				Name="VCCustomBuildTool"
125*a67afe4dSAndroid Build Coastguard Worker				Description="Testing..."
126*a67afe4dSAndroid Build Coastguard Worker				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib
127*a67afe4dSAndroid Build Coastguard Worker$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
128*a67afe4dSAndroid Build Coastguard Worker				Outputs="$(IntDir)\pngout.png"/>
129*a67afe4dSAndroid Build Coastguard Worker			<Tool
130*a67afe4dSAndroid Build Coastguard Worker				Name="VCLinkerTool"
131*a67afe4dSAndroid Build Coastguard Worker				OutputFile="$(OutDir)/pngtest.exe"
132*a67afe4dSAndroid Build Coastguard Worker				LinkIncremental="1"
133*a67afe4dSAndroid Build Coastguard Worker				IgnoreDefaultLibraryNames="$(IntDir)\libpng16b.lib"
134*a67afe4dSAndroid Build Coastguard Worker				SubSystem="1"
135*a67afe4dSAndroid Build Coastguard Worker				TargetMachine="1"/>
136*a67afe4dSAndroid Build Coastguard Worker			<Tool
137*a67afe4dSAndroid Build Coastguard Worker				Name="VCMIDLTool"/>
138*a67afe4dSAndroid Build Coastguard Worker			<Tool
139*a67afe4dSAndroid Build Coastguard Worker				Name="VCPostBuildEventTool"/>
140*a67afe4dSAndroid Build Coastguard Worker			<Tool
141*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreBuildEventTool"/>
142*a67afe4dSAndroid Build Coastguard Worker			<Tool
143*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreLinkEventTool"/>
144*a67afe4dSAndroid Build Coastguard Worker			<Tool
145*a67afe4dSAndroid Build Coastguard Worker				Name="VCResourceCompilerTool"/>
146*a67afe4dSAndroid Build Coastguard Worker			<Tool
147*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebServiceProxyGeneratorTool"/>
148*a67afe4dSAndroid Build Coastguard Worker			<Tool
149*a67afe4dSAndroid Build Coastguard Worker				Name="VCXMLDataGeneratorTool"/>
150*a67afe4dSAndroid Build Coastguard Worker			<Tool
151*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebDeploymentTool"/>
152*a67afe4dSAndroid Build Coastguard Worker			<Tool
153*a67afe4dSAndroid Build Coastguard Worker				Name="VCManagedWrapperGeneratorTool"/>
154*a67afe4dSAndroid Build Coastguard Worker			<Tool
155*a67afe4dSAndroid Build Coastguard Worker				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
156*a67afe4dSAndroid Build Coastguard Worker		</Configuration>
157*a67afe4dSAndroid Build Coastguard Worker		<Configuration
158*a67afe4dSAndroid Build Coastguard Worker			Name="LIB Release|Win32"
159*a67afe4dSAndroid Build Coastguard Worker			OutputDirectory=".\Win32_LIB_Release\Test"
160*a67afe4dSAndroid Build Coastguard Worker			IntermediateDirectory=".\Win32_LIB_Release\Test"
161*a67afe4dSAndroid Build Coastguard Worker			ConfigurationType="1">
162*a67afe4dSAndroid Build Coastguard Worker			<Tool
163*a67afe4dSAndroid Build Coastguard Worker				Name="VCCLCompilerTool"
164*a67afe4dSAndroid Build Coastguard Worker				InlineFunctionExpansion="1"
165*a67afe4dSAndroid Build Coastguard Worker				AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
166*a67afe4dSAndroid Build Coastguard Worker				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS"
167*a67afe4dSAndroid Build Coastguard Worker				StringPooling="TRUE"
168*a67afe4dSAndroid Build Coastguard Worker				RuntimeLibrary="0"
169*a67afe4dSAndroid Build Coastguard Worker				EnableFunctionLevelLinking="TRUE"
170*a67afe4dSAndroid Build Coastguard Worker				WarningLevel="3"
171*a67afe4dSAndroid Build Coastguard Worker				CompileAs="0"/>
172*a67afe4dSAndroid Build Coastguard Worker			<Tool
173*a67afe4dSAndroid Build Coastguard Worker				Name="VCCustomBuildTool"
174*a67afe4dSAndroid Build Coastguard Worker				Description="Testing..."
175*a67afe4dSAndroid Build Coastguard Worker				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
176*a67afe4dSAndroid Build Coastguard Worker$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
177*a67afe4dSAndroid Build Coastguard Worker				Outputs="$(IntDir)\pngout.png"/>
178*a67afe4dSAndroid Build Coastguard Worker			<Tool
179*a67afe4dSAndroid Build Coastguard Worker				Name="VCLinkerTool"
180*a67afe4dSAndroid Build Coastguard Worker				OutputFile="$(OutDir)/pngtest.exe"
181*a67afe4dSAndroid Build Coastguard Worker				LinkIncremental="1"
182*a67afe4dSAndroid Build Coastguard Worker				SubSystem="1"
183*a67afe4dSAndroid Build Coastguard Worker				TargetMachine="1"/>
184*a67afe4dSAndroid Build Coastguard Worker			<Tool
185*a67afe4dSAndroid Build Coastguard Worker				Name="VCMIDLTool"/>
186*a67afe4dSAndroid Build Coastguard Worker			<Tool
187*a67afe4dSAndroid Build Coastguard Worker				Name="VCPostBuildEventTool"/>
188*a67afe4dSAndroid Build Coastguard Worker			<Tool
189*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreBuildEventTool"/>
190*a67afe4dSAndroid Build Coastguard Worker			<Tool
191*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreLinkEventTool"/>
192*a67afe4dSAndroid Build Coastguard Worker			<Tool
193*a67afe4dSAndroid Build Coastguard Worker				Name="VCResourceCompilerTool"/>
194*a67afe4dSAndroid Build Coastguard Worker			<Tool
195*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebServiceProxyGeneratorTool"/>
196*a67afe4dSAndroid Build Coastguard Worker			<Tool
197*a67afe4dSAndroid Build Coastguard Worker				Name="VCXMLDataGeneratorTool"/>
198*a67afe4dSAndroid Build Coastguard Worker			<Tool
199*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebDeploymentTool"/>
200*a67afe4dSAndroid Build Coastguard Worker			<Tool
201*a67afe4dSAndroid Build Coastguard Worker				Name="VCManagedWrapperGeneratorTool"/>
202*a67afe4dSAndroid Build Coastguard Worker			<Tool
203*a67afe4dSAndroid Build Coastguard Worker				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
204*a67afe4dSAndroid Build Coastguard Worker		</Configuration>
205*a67afe4dSAndroid Build Coastguard Worker		<Configuration
206*a67afe4dSAndroid Build Coastguard Worker			Name="LIB Debug|Win32"
207*a67afe4dSAndroid Build Coastguard Worker			OutputDirectory=".\Win32_LIB_Debug\Test"
208*a67afe4dSAndroid Build Coastguard Worker			IntermediateDirectory=".\Win32_LIB_Debug\Test"
209*a67afe4dSAndroid Build Coastguard Worker			ConfigurationType="1">
210*a67afe4dSAndroid Build Coastguard Worker			<Tool
211*a67afe4dSAndroid Build Coastguard Worker				Name="VCCLCompilerTool"
212*a67afe4dSAndroid Build Coastguard Worker				Optimization="0"
213*a67afe4dSAndroid Build Coastguard Worker				AdditionalIncludeDirectories="..\..\scripts;..\..\..\zlib"
214*a67afe4dSAndroid Build Coastguard Worker				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS"
215*a67afe4dSAndroid Build Coastguard Worker				BasicRuntimeChecks="3"
216*a67afe4dSAndroid Build Coastguard Worker				RuntimeLibrary="1"
217*a67afe4dSAndroid Build Coastguard Worker				WarningLevel="3"
218*a67afe4dSAndroid Build Coastguard Worker				DebugInformationFormat="4"
219*a67afe4dSAndroid Build Coastguard Worker				CompileAs="0"/>
220*a67afe4dSAndroid Build Coastguard Worker			<Tool
221*a67afe4dSAndroid Build Coastguard Worker				Name="VCCustomBuildTool"
222*a67afe4dSAndroid Build Coastguard Worker				Description="Testing..."
223*a67afe4dSAndroid Build Coastguard Worker				CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
224*a67afe4dSAndroid Build Coastguard Worker$(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
225*a67afe4dSAndroid Build Coastguard Worker				Outputs="$(IntDir)\pngout.png"/>
226*a67afe4dSAndroid Build Coastguard Worker			<Tool
227*a67afe4dSAndroid Build Coastguard Worker				Name="VCLinkerTool"
228*a67afe4dSAndroid Build Coastguard Worker				OutputFile="$(OutDir)/pngtest.exe"
229*a67afe4dSAndroid Build Coastguard Worker				GenerateDebugInformation="TRUE"
230*a67afe4dSAndroid Build Coastguard Worker				SubSystem="1"
231*a67afe4dSAndroid Build Coastguard Worker				TargetMachine="1"/>
232*a67afe4dSAndroid Build Coastguard Worker			<Tool
233*a67afe4dSAndroid Build Coastguard Worker				Name="VCMIDLTool"/>
234*a67afe4dSAndroid Build Coastguard Worker			<Tool
235*a67afe4dSAndroid Build Coastguard Worker				Name="VCPostBuildEventTool"/>
236*a67afe4dSAndroid Build Coastguard Worker			<Tool
237*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreBuildEventTool"/>
238*a67afe4dSAndroid Build Coastguard Worker			<Tool
239*a67afe4dSAndroid Build Coastguard Worker				Name="VCPreLinkEventTool"/>
240*a67afe4dSAndroid Build Coastguard Worker			<Tool
241*a67afe4dSAndroid Build Coastguard Worker				Name="VCResourceCompilerTool"/>
242*a67afe4dSAndroid Build Coastguard Worker			<Tool
243*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebServiceProxyGeneratorTool"/>
244*a67afe4dSAndroid Build Coastguard Worker			<Tool
245*a67afe4dSAndroid Build Coastguard Worker				Name="VCXMLDataGeneratorTool"/>
246*a67afe4dSAndroid Build Coastguard Worker			<Tool
247*a67afe4dSAndroid Build Coastguard Worker				Name="VCWebDeploymentTool"/>
248*a67afe4dSAndroid Build Coastguard Worker			<Tool
249*a67afe4dSAndroid Build Coastguard Worker				Name="VCManagedWrapperGeneratorTool"/>
250*a67afe4dSAndroid Build Coastguard Worker			<Tool
251*a67afe4dSAndroid Build Coastguard Worker				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
252*a67afe4dSAndroid Build Coastguard Worker		</Configuration>
253*a67afe4dSAndroid Build Coastguard Worker	</Configurations>
254*a67afe4dSAndroid Build Coastguard Worker	<References>
255*a67afe4dSAndroid Build Coastguard Worker	</References>
256*a67afe4dSAndroid Build Coastguard Worker	<Files>
257*a67afe4dSAndroid Build Coastguard Worker		<Filter
258*a67afe4dSAndroid Build Coastguard Worker			Name="Source Files"
259*a67afe4dSAndroid Build Coastguard Worker			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
260*a67afe4dSAndroid Build Coastguard Worker			<File
261*a67afe4dSAndroid Build Coastguard Worker				RelativePath="..\..\pngtest.c">
262*a67afe4dSAndroid Build Coastguard Worker			</File>
263*a67afe4dSAndroid Build Coastguard Worker		</Filter>
264*a67afe4dSAndroid Build Coastguard Worker	</Files>
265*a67afe4dSAndroid Build Coastguard Worker	<Globals>
266*a67afe4dSAndroid Build Coastguard Worker	</Globals>
267*a67afe4dSAndroid Build Coastguard Worker</VisualStudioProject>
268