added VC7/8 project files for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		
							
								
								
									
										643
									
								
								samples/html/zip/zip_vc7.vcproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										643
									
								
								samples/html/zip/zip_vc7.vcproj
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,643 @@ | ||||
| <?xml version="1.0" ?> | ||||
| <!-- | ||||
|  | ||||
|   This makefile was generated by | ||||
|   Bakefile 0.2.3 (http://www.bakefile.org) | ||||
|   Do not modify, all changes will be overwritten! | ||||
|  | ||||
| --> | ||||
| <VisualStudioProject | ||||
| 	ProjectType="Visual C++" | ||||
| 	Version="7.10" | ||||
| 	Name="zip" | ||||
| 	ProjectGUID="{345E279A-FDF4-5B4F-9098-26864CA99BE6}"> | ||||
| 	<Platforms> | ||||
| 		<Platform | ||||
| 			Name="Win32"/> | ||||
| 	</Platforms> | ||||
| 	<Configurations> | ||||
| 		<Configuration | ||||
| 			Name="DLL Universal Release|Win32" | ||||
| 			OutputDirectory="vc_mswunivudll" | ||||
| 			IntermediateDirectory="vc_mswunivudll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivudll\zip\" | ||||
| 				ObjectFile="vc_mswunivudll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivudll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29u_html.lib  wxmswuniv29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivudll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivudll\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivudll\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="DLL Universal Debug|Win32" | ||||
| 			OutputDirectory="vc_mswunivuddll" | ||||
| 			IntermediateDirectory="vc_mswunivuddll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivuddll\zip\" | ||||
| 				ObjectFile="vc_mswunivuddll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivuddll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29ud_html.lib  wxmswuniv29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivuddll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivuddll\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivuddll\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="DLL Release|Win32" | ||||
| 			OutputDirectory="vc_mswudll" | ||||
| 			IntermediateDirectory="vc_mswudll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswudll\zip\" | ||||
| 				ObjectFile="vc_mswudll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswudll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29u_html.lib  wxmsw29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswudll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswudll\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswudll\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="DLL Debug|Win32" | ||||
| 			OutputDirectory="vc_mswuddll" | ||||
| 			IntermediateDirectory="vc_mswuddll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswuddll\zip\" | ||||
| 				ObjectFile="vc_mswuddll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswuddll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29ud_html.lib  wxmsw29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswuddll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswuddll\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswuddll\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Universal Release|Win32" | ||||
| 			OutputDirectory="vc_mswunivu" | ||||
| 			IntermediateDirectory="vc_mswunivu\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivu\zip\" | ||||
| 				ObjectFile="vc_mswunivu\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivu\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29u_html.lib  wxmswuniv29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivu\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivu\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivu\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Universal Debug|Win32" | ||||
| 			OutputDirectory="vc_mswunivud" | ||||
| 			IntermediateDirectory="vc_mswunivud\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivud\zip\" | ||||
| 				ObjectFile="vc_mswunivud\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivud\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29ud_html.lib  wxmswuniv29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivud\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivud\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivud\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Release|Win32" | ||||
| 			OutputDirectory="vc_mswu" | ||||
| 			IntermediateDirectory="vc_mswu\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswu\zip\" | ||||
| 				ObjectFile="vc_mswu\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswu\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29u_html.lib  wxmsw29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswu\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswu\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswu\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Debug|Win32" | ||||
| 			OutputDirectory="vc_mswud" | ||||
| 			IntermediateDirectory="vc_mswud\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1"> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswud\zip\" | ||||
| 				ObjectFile="vc_mswud\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswud\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH"/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29ud_html.lib  wxmsw29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswud\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswud\zip.pdb" | ||||
| 				TargetMachine="1"/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswud\zip_vc7.bsc" | ||||
| 				SuppressStartupBanner="true"/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool"/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool"/> | ||||
| 		</Configuration> | ||||
| 	</Configurations> | ||||
| 	<References> | ||||
| 		 | ||||
| 	</References> | ||||
| 	<Files> | ||||
| 		<Filter | ||||
| 			Name="Source Files" | ||||
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||||
| 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"> | ||||
| 			<File | ||||
| 				RelativePath=".\zip.cpp"/> | ||||
| 		</Filter> | ||||
| 		<Filter | ||||
| 			Name="Resource Files" | ||||
| 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||||
| 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"> | ||||
| 			<File | ||||
| 				RelativePath=".\zip.rc"/> | ||||
| 		</Filter> | ||||
| 	</Files> | ||||
| 	<Globals> | ||||
| 		 | ||||
| 	</Globals> | ||||
| </VisualStudioProject> | ||||
|  | ||||
							
								
								
									
										804
									
								
								samples/html/zip/zip_vc8.vcproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										804
									
								
								samples/html/zip/zip_vc8.vcproj
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,804 @@ | ||||
| <?xml version="1.0" ?> | ||||
| <!-- | ||||
|  | ||||
|   This makefile was generated by | ||||
|   Bakefile 0.2.3 (http://www.bakefile.org) | ||||
|   Do not modify, all changes will be overwritten! | ||||
|  | ||||
| --> | ||||
| <VisualStudioProject | ||||
| 	ProjectType="Visual C++" | ||||
| 	Version="8.00" | ||||
| 	Name="zip" | ||||
| 	ProjectGUID="{BD0EFE9D-9836-51A8-983A-62BC67796BF6}" | ||||
| 	> | ||||
| 	<Platforms> | ||||
| 		<Platform | ||||
| 			Name="Win32" | ||||
| 		/> | ||||
| 	</Platforms> | ||||
| 	<ToolFiles> | ||||
| 		 | ||||
| 	</ToolFiles> | ||||
| 	<Configurations> | ||||
| 		<Configuration | ||||
| 			Name="DLL Universal Release|Win32" | ||||
| 			OutputDirectory="vc_mswunivudll" | ||||
| 			IntermediateDirectory="vc_mswunivudll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivudll\zip\" | ||||
| 				ObjectFile="vc_mswunivudll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivudll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29u_html.lib  wxmswuniv29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivudll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivudll\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivudll\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="DLL Universal Debug|Win32" | ||||
| 			OutputDirectory="vc_mswunivuddll" | ||||
| 			IntermediateDirectory="vc_mswunivuddll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivuddll\zip\" | ||||
| 				ObjectFile="vc_mswunivuddll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivuddll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29ud_html.lib  wxmswuniv29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivuddll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivuddll\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivuddll\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="DLL Release|Win32" | ||||
| 			OutputDirectory="vc_mswudll" | ||||
| 			IntermediateDirectory="vc_mswudll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswudll\zip\" | ||||
| 				ObjectFile="vc_mswudll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswudll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29u_html.lib  wxmsw29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswudll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswudll\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswudll\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="DLL Debug|Win32" | ||||
| 			OutputDirectory="vc_mswuddll" | ||||
| 			IntermediateDirectory="vc_mswuddll\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswuddll\zip\" | ||||
| 				ObjectFile="vc_mswuddll\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswuddll\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_dll\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;WXUSINGDLL;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29ud_html.lib  wxmsw29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswuddll\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_dll" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswuddll\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswuddll\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Universal Release|Win32" | ||||
| 			OutputDirectory="vc_mswunivu" | ||||
| 			IntermediateDirectory="vc_mswunivu\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivu\zip\" | ||||
| 				ObjectFile="vc_mswunivu\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivu\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29u_html.lib  wxmswuniv29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivu\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivu\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivu\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Universal Debug|Win32" | ||||
| 			OutputDirectory="vc_mswunivud" | ||||
| 			IntermediateDirectory="vc_mswunivud\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswunivud\zip\" | ||||
| 				ObjectFile="vc_mswunivud\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswunivud\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswunivud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmswuniv29ud_html.lib  wxmswuniv29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswunivud\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswunivud\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswunivud\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Release|Win32" | ||||
| 			OutputDirectory="vc_mswu" | ||||
| 			IntermediateDirectory="vc_mswu\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="2" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="false" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="2" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswu\zip\" | ||||
| 				ObjectFile="vc_mswu\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswu\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswu;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="__WXMSW__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29u_html.lib  wxmsw29u_core.lib  wxbase29u.lib   wxtiff.lib wxjpeg.lib wxpng.lib  wxzlib.lib wxregexu.lib wxexpat.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswu\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswu\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswu\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| 			Name="Debug|Win32" | ||||
| 			OutputDirectory="vc_mswud" | ||||
| 			IntermediateDirectory="vc_mswud\zip" | ||||
| 			ConfigurationType="1" | ||||
| 			UseOfMFC="0" | ||||
| 			ATLMinimizesCRunTimeLibraryUsage="false" | ||||
| 			CharacterSet="1" | ||||
| 			> | ||||
| 			<Tool | ||||
| 				Name="VCPreBuildEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCustomBuildTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXMLDataGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebServiceProxyGeneratorTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCIDLTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCCLCompilerTool" | ||||
| 				Optimization="0" | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				MinimalRebuild="true" | ||||
| 				ExceptionHandling="1" | ||||
| 				AdditionalOptions="" | ||||
| 				RuntimeLibrary="3" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 				BasicRuntimeChecks="3" | ||||
| 				DebugInformationFormat="3" | ||||
| 				Detect64BitPortabilityProblems="true" | ||||
| 				RuntimeTypeInfo="true" | ||||
| 				AssemblerListingLocation="vc_mswud\zip\" | ||||
| 				ObjectFile="vc_mswud\zip\" | ||||
| 				ProgramDataBaseFileName="vc_mswud\zip.pdb" | ||||
| 				WarningLevel="4" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCManagedResourceCompilerTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCResourceCompilerTool" | ||||
| 				Culture="1033" | ||||
| 				AdditionalIncludeDirectories=".\..\..\..\lib\vc_lib\mswud;.\..\..\..\include;.;.\..\..\..\samples" | ||||
| 				PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXDEBUG__;_UNICODE;_WINDOWS;NOPCH" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPreLinkEventTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="wxmsw29ud_html.lib  wxmsw29ud_core.lib  wxbase29ud.lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib wxregexud.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib" | ||||
| 				AdditionalOptions="" | ||||
| 				OutputFile="vc_mswud\zip.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				SubSystem="2" | ||||
| 				SuppressStartupBanner="true" | ||||
| 				AdditionalLibraryDirectories=".\..\..\..\lib\vc_lib" | ||||
| 				GenerateManifest="true" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="vc_mswud\zip.pdb" | ||||
| 				TargetMachine="1" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCALinkTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCXDCMakeTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCBscMakeTool" | ||||
| 				OutputFile="vc_mswud\zip_vc8.bsc" | ||||
| 				SuppressStartupBanner="true" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCFxCopTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCAppVerifierTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCWebDeploymentTool" | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 	</Configurations> | ||||
| 	<References> | ||||
| 		 | ||||
| 	</References> | ||||
| 	<Files> | ||||
| 		<Filter | ||||
| 			Name="Source Files" | ||||
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||||
| 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||
| 			> | ||||
| 			<File | ||||
| 				RelativePath=".\zip.cpp" | ||||
| 			/> | ||||
| 		</Filter> | ||||
| 		<Filter | ||||
| 			Name="Resource Files" | ||||
| 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||||
| 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" | ||||
| 			> | ||||
| 			<File | ||||
| 				RelativePath=".\zip.rc" | ||||
| 			/> | ||||
| 		</Filter> | ||||
| 	</Files> | ||||
| 	<Globals> | ||||
| 		 | ||||
| 	</Globals> | ||||
| </VisualStudioProject> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user