1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="vpnweb"
6	ProjectGUID="{1F58A797-A861-4256-9262-CE97B923016B}"
7	RootNamespace="vpnweb"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory="$(SolutionDir)bin"
22			IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
23			ConfigurationType="2"
24			UseOfATL="1"
25			CharacterSet="2"
26			WholeProgramOptimization="0"
27			>
28			<Tool
29				Name="VCPreBuildEventTool"
30			/>
31			<Tool
32				Name="VCCustomBuildTool"
33			/>
34			<Tool
35				Name="VCXMLDataGeneratorTool"
36			/>
37			<Tool
38				Name="VCWebServiceProxyGeneratorTool"
39			/>
40			<Tool
41				Name="VCMIDLTool"
42				PreprocessorDefinitions="_DEBUG"
43				GenerateStublessProxies="true"
44				HeaderFileName="vpnweb.h"
45				DLLDataFileName=""
46				InterfaceIdentifierFileName="vpnweb_i.c"
47				ProxyFileName="vpnweb_p.c"
48				ValidateParameters="false"
49			/>
50			<Tool
51				Name="VCCLCompilerTool"
52				Optimization="0"
53				AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)"
54				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
55				MinimalRebuild="true"
56				ExceptionHandling="1"
57				BasicRuntimeChecks="3"
58				RuntimeLibrary="1"
59				StructMemberAlignment="4"
60				UsePrecompiledHeader="1"
61				WarningLevel="3"
62				DebugInformationFormat="4"
63				CompileAs="2"
64				DisableSpecificWarnings="4995;4996"
65			/>
66			<Tool
67				Name="VCManagedResourceCompilerTool"
68			/>
69			<Tool
70				Name="VCResourceCompilerTool"
71				AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;$(IntDir)"
72			/>
73			<Tool
74				Name="VCPreLinkEventTool"
75				CommandLine="$(SolutionDir)bin\BuildUtil.exe /CMD:GenerateVersionResource &quot;$(TargetPath)&quot; /OUT:&quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
76			/>
77			<Tool
78				Name="VCLinkerTool"
79				IgnoreImportLibrary="true"
80				AdditionalDependencies="&quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
81				OutputFile="$(OutDir)\not_signed\vpnweb.ocx"
82				LinkIncremental="2"
83				GenerateManifest="false"
84				AdditionalManifestDependencies="type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; processorArchitecture=&apos;amd64&apos;  publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos;"
85				ModuleDefinitionFile="vpnweb.def"
86				GenerateDebugInformation="true"
87				ProgramDatabaseFile="$(SolutionDir)DebugFiles\pdb\$(PlatformName)_$(ConfigurationName)\$(ProjectName).pdb"
88				GenerateMapFile="true"
89				MapFileName="$(SolutionDir)DebugFiles\map\$(PlatformName)_$(ConfigurationName)\$(ProjectName).map"
90				SubSystem="2"
91				StackReserveSize="0"
92				ImportLibrary=""
93				TargetMachine="1"
94			/>
95			<Tool
96				Name="VCALinkTool"
97			/>
98			<Tool
99				Name="VCManifestTool"
100				EmbedManifest="false"
101			/>
102			<Tool
103				Name="VCXDCMakeTool"
104			/>
105			<Tool
106				Name="VCBscMakeTool"
107			/>
108			<Tool
109				Name="VCFxCopTool"
110			/>
111			<Tool
112				Name="VCAppVerifierTool"
113			/>
114			<Tool
115				Name="VCPostBuildEventTool"
116				CommandLine="$(SolutionDir)bin\BuildUtil.exe /CMD:SetManifest &quot;$(TargetPath)&quot; /MANIFEST:x86_admin.manifest&#x0D;&#x0A;$(SolutionDir)bin\BuildUtil.exe /CMD:SignCode &quot;$(TargetPath)&quot; /COMMENT:&quot;VPN Software&quot; /KERNEL:no&#x0D;&#x0A;$(SolutionDir)bin\BuildUtil.exe /CMD:GenerateVpnWebOcxCab &quot;$(TargetPath)&quot; /DEST:&quot;$(OutDir)\not_signed\vpnweb.cab&quot;&#x0D;&#x0A;"
117			/>
118		</Configuration>
119		<Configuration
120			Name="Release|Win32"
121			OutputDirectory="$(SolutionDir)bin"
122			IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
123			ConfigurationType="2"
124			UseOfATL="1"
125			CharacterSet="2"
126			WholeProgramOptimization="0"
127			>
128			<Tool
129				Name="VCPreBuildEventTool"
130			/>
131			<Tool
132				Name="VCCustomBuildTool"
133			/>
134			<Tool
135				Name="VCXMLDataGeneratorTool"
136			/>
137			<Tool
138				Name="VCWebServiceProxyGeneratorTool"
139			/>
140			<Tool
141				Name="VCMIDLTool"
142				PreprocessorDefinitions="NDEBUG"
143				GenerateStublessProxies="true"
144				HeaderFileName="vpnweb.h"
145				DLLDataFileName=""
146				InterfaceIdentifierFileName="vpnweb_i.c"
147				ProxyFileName="vpnweb_p.c"
148				ValidateParameters="false"
149			/>
150			<Tool
151				Name="VCCLCompilerTool"
152				Optimization="3"
153				InlineFunctionExpansion="0"
154				EnableIntrinsicFunctions="false"
155				FavorSizeOrSpeed="0"
156				AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)"
157				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VPN_SPEED;_USRDLL"
158				StringPooling="false"
159				ExceptionHandling="1"
160				RuntimeLibrary="0"
161				StructMemberAlignment="4"
162				BufferSecurityCheck="false"
163				EnableFunctionLevelLinking="false"
164				UsePrecompiledHeader="1"
165				WarningLevel="3"
166				DebugInformationFormat="3"
167				CompileAs="2"
168				DisableSpecificWarnings="4995;4996"
169			/>
170			<Tool
171				Name="VCManagedResourceCompilerTool"
172			/>
173			<Tool
174				Name="VCResourceCompilerTool"
175				PreprocessorDefinitions="NDEBUG"
176				AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;$(IntDir)"
177			/>
178			<Tool
179				Name="VCPreLinkEventTool"
180				CommandLine="$(SolutionDir)bin\BuildUtil.exe /CMD:GenerateVersionResource &quot;$(TargetPath)&quot; /OUT:&quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
181			/>
182			<Tool
183				Name="VCLinkerTool"
184				IgnoreImportLibrary="true"
185				AdditionalDependencies="&quot;$(SolutionDir)tmp\VersionResources\$(ProjectName)_$(PlatformName).res&quot;"
186				OutputFile="$(OutDir)\not_signed\vpnweb.ocx"
187				LinkIncremental="1"
188				AdditionalLibraryDirectories="&quot;C:\Program Files (x86)\Microsoft Visual Studio 8\VC\lib&quot;"
189				GenerateManifest="false"
190				AdditionalManifestDependencies="type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; processorArchitecture=&apos;x86&apos;  publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos;"
191				ModuleDefinitionFile="vpnweb.def"
192				DelayLoadDLLs=""
193				GenerateDebugInformation="true"
194				ProgramDatabaseFile="$(SolutionDir)DebugFiles\pdb\$(PlatformName)_$(ConfigurationName)\$(ProjectName).pdb"
195				GenerateMapFile="true"
196				MapFileName="$(SolutionDir)DebugFiles\map\$(PlatformName)_$(ConfigurationName)\$(ProjectName).map"
197				SubSystem="2"
198				StackReserveSize="0"
199				OptimizeReferences="1"
200				EnableCOMDATFolding="1"
201				ImportLibrary=""
202				TargetMachine="1"
203			/>
204			<Tool
205				Name="VCALinkTool"
206			/>
207			<Tool
208				Name="VCManifestTool"
209				EmbedManifest="false"
210			/>
211			<Tool
212				Name="VCXDCMakeTool"
213			/>
214			<Tool
215				Name="VCBscMakeTool"
216			/>
217			<Tool
218				Name="VCFxCopTool"
219			/>
220			<Tool
221				Name="VCAppVerifierTool"
222			/>
223			<Tool
224				Name="VCPostBuildEventTool"
225				CommandLine="$(SolutionDir)bin\BuildUtil.exe /CMD:SetManifest &quot;$(TargetPath)&quot; /MANIFEST:x86_admin.manifest&#x0D;&#x0A;$(SolutionDir)bin\BuildUtil.exe /CMD:SignCode &quot;$(TargetPath)&quot; /COMMENT:&quot;VPN Software&quot; /KERNEL:no&#x0D;&#x0A;$(SolutionDir)bin\BuildUtil.exe /CMD:GenerateVpnWebOcxCab &quot;$(TargetPath)&quot; /DEST:&quot;$(OutDir)\not_signed\vpnweb.cab&quot;&#x0D;&#x0A;"
226			/>
227		</Configuration>
228	</Configurations>
229	<References>
230	</References>
231	<Files>
232		<Filter
233			Name="Source Files"
234			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
235			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
236			>
237			<File
238				RelativePath=".\stdafx.cpp"
239				>
240			</File>
241			<File
242				RelativePath=".\vpnweb.cpp"
243				>
244			</File>
245			<File
246				RelativePath=".\vpnweb.def"
247				>
248			</File>
249			<File
250				RelativePath=".\vpnweb.idl"
251				>
252			</File>
253			<File
254				RelativePath=".\vpnweb_i.c"
255				>
256				<FileConfiguration
257					Name="Debug|Win32"
258					>
259					<Tool
260						Name="VCCLCompilerTool"
261						UsePrecompiledHeader="0"
262						CompileAs="1"
263					/>
264				</FileConfiguration>
265				<FileConfiguration
266					Name="Release|Win32"
267					>
268					<Tool
269						Name="VCCLCompilerTool"
270						UsePrecompiledHeader="0"
271						CompileAs="1"
272					/>
273				</FileConfiguration>
274			</File>
275			<File
276				RelativePath=".\VpnWebControl.cpp"
277				>
278			</File>
279			<File
280				RelativePath=".\vpnwebdlg.c"
281				>
282				<FileConfiguration
283					Name="Debug|Win32"
284					>
285					<Tool
286						Name="VCCLCompilerTool"
287						UsePrecompiledHeader="0"
288						CompileAs="1"
289					/>
290				</FileConfiguration>
291				<FileConfiguration
292					Name="Release|Win32"
293					>
294					<Tool
295						Name="VCCLCompilerTool"
296						UsePrecompiledHeader="0"
297						CompileAs="1"
298					/>
299				</FileConfiguration>
300			</File>
301		</Filter>
302		<Filter
303			Name="Header Files"
304			Filter="h;hpp;hxx;hm;inl;inc;xsd"
305			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
306			>
307			<File
308				RelativePath=".\resource.h"
309				>
310			</File>
311			<File
312				RelativePath=".\stdafx.h"
313				>
314			</File>
315			<File
316				RelativePath=".\vpnweb.h"
317				>
318			</File>
319			<File
320				RelativePath=".\VpnWebControl.h"
321				>
322			</File>
323			<File
324				RelativePath=".\vpnwebdlg.h"
325				>
326			</File>
327			<File
328				RelativePath=".\vpnwebdlg_inner.h"
329				>
330			</File>
331		</Filter>
332		<Filter
333			Name="Resource Files"
334			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
335			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
336			>
337			<File
338				RelativePath=".\VPN.ico"
339				>
340			</File>
341			<File
342				RelativePath=".\VPNSvr.ico"
343				>
344			</File>
345			<File
346				RelativePath=".\vpnweb.ico"
347				>
348			</File>
349			<File
350				RelativePath=".\vpnweb.rc"
351				>
352			</File>
353			<File
354				RelativePath=".\vpnweb.rgs"
355				>
356			</File>
357			<File
358				RelativePath=".\VpnWebControl.bmp"
359				>
360			</File>
361			<File
362				RelativePath=".\VpnWebControl.rgs"
363				>
364			</File>
365		</Filter>
366	</Files>
367	<Globals>
368	</Globals>
369</VisualStudioProject>
370