upgraded solution and project files to 8.0

svn: r3850
This commit is contained in:
Eli Barzilay 2006-07-27 19:56:23 +00:00
parent d615bccb08
commit 582d68347c
27 changed files with 3764 additions and 2025 deletions

View File

@ -1,110 +1,157 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="jpeg"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\jpeg,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..\jpeg,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -112,161 +159,213 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\wxcommon\jpeg\cdjpeg.c">
RelativePath="..\..\wxcommon\jpeg\cdjpeg.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcapimin.c">
RelativePath="..\..\wxcommon\jpeg\jcapimin.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcapistd.c">
RelativePath="..\..\wxcommon\jpeg\jcapistd.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jccoefct.c">
RelativePath="..\..\wxcommon\jpeg\jccoefct.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jccolor.c">
RelativePath="..\..\wxcommon\jpeg\jccolor.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcdctmgr.c">
RelativePath="..\..\wxcommon\jpeg\jcdctmgr.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jchuff.c">
RelativePath="..\..\wxcommon\jpeg\jchuff.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcinit.c">
RelativePath="..\..\wxcommon\jpeg\jcinit.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcmainct.c">
RelativePath="..\..\wxcommon\jpeg\jcmainct.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcmarker.c">
RelativePath="..\..\wxcommon\jpeg\jcmarker.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcmaster.c">
RelativePath="..\..\wxcommon\jpeg\jcmaster.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcomapi.c">
RelativePath="..\..\wxcommon\jpeg\jcomapi.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcparam.c">
RelativePath="..\..\wxcommon\jpeg\jcparam.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcphuff.c">
RelativePath="..\..\wxcommon\jpeg\jcphuff.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcprepct.c">
RelativePath="..\..\wxcommon\jpeg\jcprepct.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jcsample.c">
RelativePath="..\..\wxcommon\jpeg\jcsample.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jctrans.c">
RelativePath="..\..\wxcommon\jpeg\jctrans.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdapimin.c">
RelativePath="..\..\wxcommon\jpeg\jdapimin.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdapistd.c">
RelativePath="..\..\wxcommon\jpeg\jdapistd.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdatadst.c">
RelativePath="..\..\wxcommon\jpeg\jdatadst.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdatasrc.c">
RelativePath="..\..\wxcommon\jpeg\jdatasrc.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdcoefct.c">
RelativePath="..\..\wxcommon\jpeg\jdcoefct.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdcolor.c">
RelativePath="..\..\wxcommon\jpeg\jdcolor.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jddctmgr.c">
RelativePath="..\..\wxcommon\jpeg\jddctmgr.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdhuff.c">
RelativePath="..\..\wxcommon\jpeg\jdhuff.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdinput.c">
RelativePath="..\..\wxcommon\jpeg\jdinput.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdmainct.c">
RelativePath="..\..\wxcommon\jpeg\jdmainct.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdmarker.c">
RelativePath="..\..\wxcommon\jpeg\jdmarker.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdmaster.c">
RelativePath="..\..\wxcommon\jpeg\jdmaster.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdmerge.c">
RelativePath="..\..\wxcommon\jpeg\jdmerge.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdphuff.c">
RelativePath="..\..\wxcommon\jpeg\jdphuff.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdpostct.c">
RelativePath="..\..\wxcommon\jpeg\jdpostct.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdsample.c">
RelativePath="..\..\wxcommon\jpeg\jdsample.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jdtrans.c">
RelativePath="..\..\wxcommon\jpeg\jdtrans.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jerror.c">
RelativePath="..\..\wxcommon\jpeg\jerror.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jfdctflt.c">
RelativePath="..\..\wxcommon\jpeg\jfdctflt.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jfdctfst.c">
RelativePath="..\..\wxcommon\jpeg\jfdctfst.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jfdctint.c">
RelativePath="..\..\wxcommon\jpeg\jfdctint.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jidctflt.c">
RelativePath="..\..\wxcommon\jpeg\jidctflt.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jidctfst.c">
RelativePath="..\..\wxcommon\jpeg\jidctfst.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jidctint.c">
RelativePath="..\..\wxcommon\jpeg\jidctint.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jidctred.c">
RelativePath="..\..\wxcommon\jpeg\jidctred.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jmemmgr.c">
RelativePath="..\..\wxcommon\jpeg\jmemmgr.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jmemnobs.c">
RelativePath="..\..\wxcommon\jpeg\jmemnobs.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jpegtran.c">
RelativePath="..\..\wxcommon\jpeg\jpegtran.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jquant1.c">
RelativePath="..\..\wxcommon\jpeg\jquant1.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jquant2.c">
RelativePath="..\..\wxcommon\jpeg\jquant2.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\jutils.c">
RelativePath="..\..\wxcommon\jpeg\jutils.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\rdswitch.c">
RelativePath="..\..\wxcommon\jpeg\rdswitch.c"
>
</File>
<File
RelativePath="..\..\wxcommon\jpeg\transupp.c">
RelativePath="..\..\wxcommon\jpeg\transupp.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
</Filter>
</Files>
<Globals>

View File

@ -1,23 +1,42 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="libmred"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@ -25,102 +44,144 @@
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;LIBMRED_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="ComCtl32.lib Glu32.lib OpenGL32.lib Unicows.lib WinMM.lib WSock32.lib User32.lib Gdi32.lib Shell32.lib Comdlg32.lib Advapi32.lib Ole32.lib"
OutputFile="..\..\..\lib\$(ProjectName)xxxxxxx.dll"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
BaseAddress="0x11000000"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\mred\wxme,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,$(NOINHERIT)"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;LIBMRED_EXPORTS"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="ComCtl32.lib Glu32.lib OpenGL32.lib Unicows.lib WinMM.lib WSock32.lib User32.lib Gdi32.lib Shell32.lib Comdlg32.lib Advapi32.lib Ole32.lib"
OutputFile="..\..\..\lib\$(ProjectName)xxxxxxx.dll"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
BaseAddress="0x11000000"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -128,20 +189,25 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\mred\MRED.cxx">
RelativePath="..\..\mred\MRED.cxx"
>
</File>
<File
RelativePath="..\..\mred\MREDMSW.cxx">
RelativePath="..\..\mred\MREDMSW.cxx"
>
</File>
<File
RelativePath="..\mzscheme\uniplt.c">
RelativePath="..\mzscheme\uniplt.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
</Filter>
</Files>
<Globals>

View File

@ -1,224 +1,318 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="dotnet"
ProjectGUID="{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}"
Keyword="AtlProj">
Keyword="AtlProj"
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="false"
TargetEnvironment="1"
GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)\dotnet.tlb"
HeaderFileName="dotnet.h"
DLLDataFileName=""
InterfaceIdentifierFileName="dotnet_i.c"
ProxyFileName="dotnet_p.c"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_ATL_ATTRIBUTES"
MinimalRebuild="TRUE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="TRUE"
UsePrecompiledHeader="3"
BufferSecurityCheck="true"
UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
AdditionalIncludeDirectories="$(IntDir)"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="TRUE"
IgnoreImportLibrary="true"
AdditionalDependencies="corguids.lib"
OutputFile="$(OutDir)\dotnet.dll"
LinkIncremental="2"
AdditionalLibraryDirectories=""
MergedIDLBaseFileName="_dotnet.idl"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
SubSystem="2"
ImportLibrary="$(OutDir)\dotnet.lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="FALSE"
TargetEnvironment="1"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(IntDir)\dotnet.tlb"
HeaderFileName="dotnet.h"
DLLDataFileName=""
InterfaceIdentifierFileName="dotnet_i.c"
ProxyFileName="dotnet_p.c"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
AdditionalIncludeDirectories="$(IntDir)"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
/>
</Configuration>
<Configuration
Name="Jrm|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
AdditionalIncludeDirectories=""
MkTypLibCompatible="false"
TargetEnvironment="1"
GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)\dotnet.tlb"
HeaderFileName="dotnet.h"
DLLDataFileName=""
InterfaceIdentifierFileName="dotnet_i.c"
ProxyFileName="dotnet_p.c"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_ATL_ATTRIBUTES"
MinimalRebuild="TRUE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="TRUE"
UsePrecompiledHeader="3"
BufferSecurityCheck="true"
UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
AdditionalIncludeDirectories="$(IntDir)"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="TRUE"
IgnoreImportLibrary="true"
AdditionalDependencies="corguids.lib"
OutputFile="$(OutDir)\dotnet.dll"
LinkIncremental="2"
AdditionalLibraryDirectories=""
MergedIDLBaseFileName="_dotnet.idl"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
SubSystem="2"
ImportLibrary="$(OutDir)\dotnet.lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
AdditionalIncludeDirectories=""
MkTypLibCompatible="FALSE"
TargetEnvironment="1"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(IntDir)\dotnet.tlb"
HeaderFileName="dotnet.h"
DLLDataFileName=""
InterfaceIdentifierFileName="dotnet_i.c"
ProxyFileName="dotnet_p.c"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
AdditionalIncludeDirectories="$(IntDir)"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="false"
TargetEnvironment="1"
GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)\dotnet.tlb"
HeaderFileName="dotnet.h"
DLLDataFileName=""
InterfaceIdentifierFileName="dotnet_i.c"
ProxyFileName="dotnet_p.c"
/>
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_ATL_ATTRIBUTES"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="2"
BufferSecurityCheck="TRUE"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="3"
BufferSecurityCheck="true"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="$(IntDir)"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="TRUE"
IgnoreImportLibrary="true"
AdditionalDependencies="corguids.lib"
OutputFile="$(OutDir)\dotnet.dll"
LinkIncremental="1"
AdditionalLibraryDirectories=""
MergedIDLBaseFileName="_dotnet.idl"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)\dotnet.lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="FALSE"
TargetEnvironment="1"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(IntDir)\dotnet.tlb"
HeaderFileName="dotnet.h"
DLLDataFileName=""
InterfaceIdentifierFileName="dotnet_i.c"
ProxyFileName="dotnet_p.c"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="$(IntDir)"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
/>
</Configuration>
</Configurations>
<References>
@ -226,96 +320,126 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
>
<File
RelativePath="..\..\..\mysterx\dotnet\BaseInfo.cpp">
RelativePath="..\..\..\mysterx\dotnet\BaseInfo.cpp"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\dotnet.cpp">
RelativePath="..\..\..\mysterx\dotnet\dotnet.cpp"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\Patch.cpp">
RelativePath="..\..\..\mysterx\dotnet\Patch.cpp"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\Profiler.cpp">
RelativePath="..\..\..\mysterx\dotnet\Profiler.cpp"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\SimpleException.cpp">
RelativePath="..\..\..\mysterx\dotnet\SimpleException.cpp"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\stdafx.cpp">
RelativePath="..\..\..\mysterx\dotnet\stdafx.cpp"
>
<FileConfiguration
Name="Debug|Win32">
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Jrm|Win32">
Name="Jrm|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\Synchronize.cpp">
RelativePath="..\..\..\mysterx\dotnet\Synchronize.cpp"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.cpp">
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.cpp"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\utils.cpp">
RelativePath="..\..\..\mysterx\dotnet\utils.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
Filter="h;hpp;hxx;hm;inl;inc"
>
<File
RelativePath="..\..\..\mysterx\dotnet\BaseInfo.h">
RelativePath="..\..\..\mysterx\dotnet\BaseInfo.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\Patch.h">
RelativePath="..\..\..\mysterx\dotnet\Patch.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\Profiler.h">
RelativePath="..\..\..\mysterx\dotnet\Profiler.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\Resource.h">
RelativePath="..\..\..\mysterx\dotnet\Resource.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\SimpleException.h">
RelativePath="..\..\..\mysterx\dotnet\SimpleException.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\SList.h">
RelativePath="..\..\..\mysterx\dotnet\SList.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\stdafx.h">
RelativePath="..\..\..\mysterx\dotnet\stdafx.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\Synchronize.h">
RelativePath="..\..\..\mysterx\dotnet\Synchronize.h"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.h">
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath="..\..\..\mysterx\dotnet\dotnet.rc">
RelativePath="..\..\..\mysterx\dotnet\dotnet.rc"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\dotnet.rgs">
RelativePath="..\..\..\mysterx\dotnet\dotnet.rgs"
>
</File>
</Filter>
<File
RelativePath="..\..\..\mysterx\dotnet\ReadMe.txt">
RelativePath="..\..\..\mysterx\dotnet\ReadMe.txt"
>
</File>
</Files>
<Globals>

View File

@ -1,36 +1,26 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="dotnetPS"
ProjectGUID="{5BF37E89-6891-42AD-9133-77B412C01724}"
Keyword="AtlPSProj">
Keyword="AtlPSProj"
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="DebugPS"
IntermediateDirectory="DebugPS"
ConfigurationType="2">
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;_DEBUG"
RuntimeLibrary="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
ModuleDefinitionFile="dotnetPS.def"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
Description="Checking for required files"
@ -38,43 +28,73 @@
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
Exit 1
:END
"/>
"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCCustomBuildTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCMIDLTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;_DEBUG"
RuntimeLibrary="3"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
ModuleDefinitionFile="dotnetPS.def"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
/>
</Configuration>
<Configuration
Name="Jrm|Win32"
OutputDirectory="DebugPS"
IntermediateDirectory="DebugPS"
ConfigurationType="2">
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;_DEBUG"
RuntimeLibrary="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
ModuleDefinitionFile="dotnetPS.def"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
Description="Checking for required files"
@ -82,46 +102,73 @@ Exit 1
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
Exit 1
:END
"/>
"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCCustomBuildTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCMIDLTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;_DEBUG"
RuntimeLibrary="3"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
ModuleDefinitionFile="dotnetPS.def"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="ReleasePS"
IntermediateDirectory="ReleasePS"
ConfigurationType="2">
<Tool
Name="VCCLCompilerTool"
Optimization="3"
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;NDEBUG"
RuntimeLibrary="2"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
ModuleDefinitionFile="dotnetPS.def"
OptimizeReferences="2"
EnableCOMDATFolding="2"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
Description="Checking for required files"
@ -129,21 +176,68 @@ Exit 1
echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.
Exit 1
:END
"/>
"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCCustomBuildTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCMIDLTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
Name="VCCLCompilerTool"
Optimization="3"
PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;NDEBUG"
RuntimeLibrary="2"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
ModuleDefinitionFile="dotnetPS.def"
OptimizeReferences="2"
EnableCOMDATFolding="2"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
/>
</Configuration>
</Configurations>
<References>
@ -151,22 +245,28 @@ Exit 1
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
>
<File
RelativePath="..\..\..\mysterx\dotnet\dotnetps.def">
RelativePath="..\..\..\mysterx\dotnet\dotnetps.def"
>
</File>
</Filter>
<Filter
Name="Generated Files"
SourceControlFiles="FALSE">
SourceControlFiles="false"
>
<File
RelativePath="..\..\..\mysterx\dotnet\_dotnet_i.c">
RelativePath="..\..\..\mysterx\dotnet\_dotnet_i.c"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\_dotnet_p.c">
RelativePath="..\..\..\mysterx\dotnet\_dotnet_p.c"
>
</File>
<File
RelativePath="..\..\..\mysterx\dotnet\dlldata.c">
RelativePath="..\..\..\mysterx\dotnet\dlldata.c"
>
</File>
</Filter>
</Files>

View File

@ -1,7 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysc", "mysc\mysc.vcproj", "{71042DA0-8212-49BB-A3B2-9387D4D39FA6}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myspage", "myspage\myspage.vcproj", "{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}"
ProjectSection(ProjectDependencies) = postProject
@ -9,19 +8,15 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myspage", "myspage\myspage.
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myssink", "myssink\myssink.vcproj", "{1B8F4E47-9F2D-45EA-9941-7672B28E8285}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmysterx", "libmysterx.vcproj", "{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}"
ProjectSection(ProjectDependencies) = postProject
{71042DA0-8212-49BB-A3B2-9387D4D39FA6} = {71042DA0-8212-49BB-A3B2-9387D4D39FA6}
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8} = {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}
{1B8F4E47-9F2D-45EA-9941-7672B28E8285} = {1B8F4E47-9F2D-45EA-9941-7672B28E8285}
{71042DA0-8212-49BB-A3B2-9387D4D39FA6} = {71042DA0-8212-49BB-A3B2-9387D4D39FA6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dotnet", "dotnet\dotnet.vcproj", "{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dotnetPS", "dotnet\dotnetPS.vcproj", "{5BF37E89-6891-42AD-9133-77B412C01724}"
ProjectSection(ProjectDependencies) = postProject
@ -29,47 +24,46 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dotnetPS", "dotnet\dotnetPS
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Jrm = Jrm
Release = Release
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Jrm|Win32 = Jrm|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Debug.ActiveCfg = Debug|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Debug.Build.0 = Debug|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Jrm.ActiveCfg = Jrm|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Jrm.Build.0 = Jrm|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Release.ActiveCfg = Release|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Release.Build.0 = Release|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug.ActiveCfg = Debug|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug.Build.0 = Debug|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Jrm.ActiveCfg = Jrm|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Jrm.Build.0 = Jrm|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release.ActiveCfg = Release|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release.Build.0 = Release|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug.ActiveCfg = Debug|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug.Build.0 = Debug|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Jrm.ActiveCfg = Jrm|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Jrm.Build.0 = Jrm|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release.ActiveCfg = Release|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release.Build.0 = Release|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug.ActiveCfg = Debug|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug.Build.0 = Debug|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Jrm.ActiveCfg = Jrm|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Jrm.Build.0 = Jrm|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release.ActiveCfg = Release|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release.Build.0 = Release|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Debug.ActiveCfg = Debug|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Jrm.ActiveCfg = Jrm|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Jrm.Build.0 = Jrm|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Release.ActiveCfg = Release|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Release.Build.0 = Release|Win32
{5BF37E89-6891-42AD-9133-77B412C01724}.Debug.ActiveCfg = Debug|Win32
{5BF37E89-6891-42AD-9133-77B412C01724}.Jrm.ActiveCfg = Jrm|Win32
{5BF37E89-6891-42AD-9133-77B412C01724}.Release.ActiveCfg = Release|Win32
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Debug|Win32.ActiveCfg = Debug|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Debug|Win32.Build.0 = Debug|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Jrm|Win32.ActiveCfg = Jrm|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Jrm|Win32.Build.0 = Jrm|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Release|Win32.ActiveCfg = Release|Win32
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Release|Win32.Build.0 = Release|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug|Win32.ActiveCfg = Debug|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Debug|Win32.Build.0 = Debug|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Jrm|Win32.ActiveCfg = Jrm|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Jrm|Win32.Build.0 = Jrm|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release|Win32.ActiveCfg = Release|Win32
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.Release|Win32.Build.0 = Release|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug|Win32.ActiveCfg = Debug|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Debug|Win32.Build.0 = Debug|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Jrm|Win32.ActiveCfg = Jrm|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Jrm|Win32.Build.0 = Jrm|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release|Win32.ActiveCfg = Release|Win32
{1B8F4E47-9F2D-45EA-9941-7672B28E8285}.Release|Win32.Build.0 = Release|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug|Win32.ActiveCfg = Debug|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Debug|Win32.Build.0 = Debug|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Jrm|Win32.ActiveCfg = Jrm|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Jrm|Win32.Build.0 = Jrm|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release|Win32.ActiveCfg = Release|Win32
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.Release|Win32.Build.0 = Release|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Debug|Win32.ActiveCfg = Debug|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Jrm|Win32.ActiveCfg = Jrm|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Jrm|Win32.Build.0 = Jrm|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Release|Win32.ActiveCfg = Release|Win32
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}.Release|Win32.Build.0 = Release|Win32
{5BF37E89-6891-42AD-9133-77B412C01724}.Debug|Win32.ActiveCfg = Debug|Win32
{5BF37E89-6891-42AD-9133-77B412C01724}.Jrm|Win32.ActiveCfg = Jrm|Win32
{5BF37E89-6891-42AD-9133-77B412C01724}.Release|Win32.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,210 +1,303 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="libmysterx"
ProjectGUID="{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}"
Keyword="Win32Proj">
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
CharacterSet="2">
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="true"
EnableErrorChecks="2"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\include;..\..\mysterx\mysc;..\..\mysterx\myspage;..\..\mysterx\myssink"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS"
StringPooling="FALSE"
MinimalRebuild="FALSE"
ExceptionHandling="TRUE"
StringPooling="false"
MinimalRebuild="false"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="TRUE"
EnableFunctionLevelLinking="FALSE"
UsePrecompiledHeader="2"
BufferSecurityCheck="true"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="htmlhelp.lib libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj mysc\Debug\mysc.lib delayimp.lib"
OutputFile="..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain.dll"
LinkIncremental="0"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\lib\msvc"
IgnoreDefaultLibraryNames="LIBCMT.lib;LIBCMTD.lib"
ModuleDefinitionFile="..\..\mysterx\mxmain.def"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain.pdb"
SubSystem="2"
ImportLibrary="$(OutDir)\$(InputName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="TRUE"
EnableErrorChecks="2"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Jrm|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
CharacterSet="2">
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="true"
EnableErrorChecks="2"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\include;..\..\mysterx\mysc;..\..\mysterx\myspage;..\..\mysterx\myssink"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS;MYSTERX_DOTNET"
StringPooling="FALSE"
MinimalRebuild="FALSE"
ExceptionHandling="TRUE"
StringPooling="false"
MinimalRebuild="false"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="TRUE"
EnableFunctionLevelLinking="FALSE"
UsePrecompiledHeader="2"
BufferSecurityCheck="true"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="htmlhelp.lib libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mscoree.lib mzdyn.obj mysc\Debug\mysc.lib delayimp.lib"
OutputFile="..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\lib\msvc"
IgnoreDefaultLibraryNames="LIBCMT.lib;LIBCMTD.lib"
ModuleDefinitionFile="..\..\mysterx\mxmain.def"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain.pdb"
SubSystem="2"
ImportLibrary="$(OutDir)\$(InputName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="TRUE"
EnableErrorChecks="2"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
CharacterSet="2">
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
OmitFramePointers="FALSE"
OmitFramePointers="false"
AdditionalIncludeDirectories="..\..\..\include;..\..\mysterx\mysc;..\..\mysterx\myspage;..\..\mysterx\myssink"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBMYSTERX_EXPORTS"
StringPooling="TRUE"
MinimalRebuild="FALSE"
ExceptionHandling="TRUE"
StringPooling="true"
MinimalRebuild="false"
ExceptionHandling="1"
RuntimeLibrary="0"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="FALSE"
UsePrecompiledHeader="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="0"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="htmlhelp.lib libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj mysc\Release\mysc.lib delayimp.lib"
OutputFile="..\..\..\collects\mysterx\private\compiled\native\win32\i386\mxmain.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\lib\msvc"
IgnoreDefaultLibraryNames=""
ModuleDefinitionFile="..\..\mysterx\mxmain.def"
GenerateDebugInformation="FALSE"
GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)\$(InputName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -212,33 +305,42 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
>
<File
RelativePath="..\..\mysterx\array.cxx">
RelativePath="..\..\mysterx\array.cxx"
>
</File>
<File
RelativePath="..\..\mysterx\browser.cxx">
RelativePath="..\..\mysterx\browser.cxx"
>
</File>
<File
RelativePath="..\..\mysterx\comtypes.cxx">
RelativePath="..\..\mysterx\comtypes.cxx"
>
</File>
<File
RelativePath="..\..\mysterx\htmlevent.cxx">
RelativePath="..\..\mysterx\htmlevent.cxx"
>
</File>
<File
RelativePath="..\..\mysterx\htmlutil.cxx">
RelativePath="..\..\mysterx\htmlutil.cxx"
>
</File>
<File
RelativePath="..\..\mysterx\mysterx.cxx">
RelativePath="..\..\mysterx\mysterx.cxx"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
Filter="h;hpp;hxx;hm;inl;inc"
>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,150 +1,222 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="mysc"
ProjectGUID="{71042DA0-8212-49BB-A3B2-9387D4D39FA6}"
Keyword="Win32Proj">
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
CharacterSet="2">
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
ExceptionHandling="TRUE"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="2"/>
CompileAs="2"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(InputName).lib"/>
OutputFile="$(OutDir)\$(InputName).lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Jrm|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
CharacterSet="2">
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
ExceptionHandling="TRUE"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="2"/>
CompileAs="2"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(InputName).lib"/>
OutputFile="$(OutDir)\$(InputName).lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
CharacterSet="2">
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
OmitFramePointers="FALSE"
OmitFramePointers="false"
AdditionalIncludeDirectories="..\..\..\..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="FALSE"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
ProgramDataBaseFileName=""
WarningLevel="4"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="0"
CompileAs="2"/>
CompileAs="2"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(InputName).lib"/>
OutputFile="$(OutDir)\$(InputName).lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -152,21 +224,26 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
>
<File
RelativePath="..\..\..\mysterx\mysc\bstr.cxx">
RelativePath="..\..\..\mysterx\mysc\bstr.cxx"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
Filter="h;hpp;hxx;hm;inl;inc"
>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
<File
RelativePath="ReadMe.txt">
RelativePath="ReadMe.txt"
>
</File>
</Files>
<Globals>

View File

@ -1,227 +1,320 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="myspage"
ProjectGUID="{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}"
Keyword="Win32Proj">
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)">
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
AdditionalIncludeDirectories="..\..\..\..\include"
WarningLevel="3"
GenerateStublessProxies="true"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myspage"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSPAGE_EXPORTS"
MinimalRebuild="FALSE"
ExceptionHandling="TRUE"
MinimalRebuild="false"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj"
OutputFile="..\..\..\..\lib\$(ProjectName).dll"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\lib\msvc"
IgnoreDefaultLibraryNames="LIBCMT"
ModuleDefinitionFile="..\..\..\mysterx\myspage\$(ProjectName).def"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\..\lib\$(ProjectName).pdb"
SubSystem="2"
ImportLibrary="$(OutDir)\$(ProjectName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
AdditionalIncludeDirectories="..\..\..\..\include"
WarningLevel="3"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myspage"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Register $(ProjectName).dll"
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"
/>
</Configuration>
<Configuration
Name="Jrm|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)">
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
AdditionalIncludeDirectories="..\..\..\..\include"
WarningLevel="3"
GenerateStublessProxies="true"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myspage"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSPAGE_EXPORTS"
MinimalRebuild="FALSE"
ExceptionHandling="TRUE"
MinimalRebuild="false"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj"
OutputFile="..\..\..\..\lib\$(ProjectName).dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\lib\msvc"
IgnoreDefaultLibraryNames="LIBCMT"
ModuleDefinitionFile="..\..\..\mysterx\myspage\$(ProjectName).def"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\..\lib\$(ProjectName).pdb"
SubSystem="2"
ImportLibrary="$(OutDir)\$(InputName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
AdditionalIncludeDirectories="..\..\..\..\include"
WarningLevel="3"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myspage"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Register $(ProjectName).dll"
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)">
DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
AdditionalIncludeDirectories="..\..\..\..\include"
WarningLevel="3"
GenerateStublessProxies="true"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myspage"
HeaderFileName="$(ProjectName).h"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
OmitFramePointers="FALSE"
OmitFramePointers="false"
AdditionalIncludeDirectories="..\..\..\..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSPAGE_EXPORTS"
StringPooling="TRUE"
ExceptionHandling="TRUE"
StringPooling="true"
ExceptionHandling="1"
RuntimeLibrary="0"
BufferSecurityCheck="FALSE"
UsePrecompiledHeader="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
ProgramDataBaseFileName=""
WarningLevel="4"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="0"/>
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj"
OutputFile="..\..\..\..\lib\$(ProjectName).dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\lib\msvc"
IgnoreDefaultLibraryNames=""
ModuleDefinitionFile="..\..\..\mysterx\myspage\$(ProjectName).def"
GenerateDebugInformation="FALSE"
GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)\$(InputName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
AdditionalIncludeDirectories="..\..\..\..\include"
WarningLevel="3"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myspage"
HeaderFileName="$(ProjectName).h"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Register $(ProjectName).dll"
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"
/>
</Configuration>
</Configurations>
<References>
@ -229,61 +322,79 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
>
<File
RelativePath="..\..\..\mysterx\myspage\dhtmlpage.cxx">
RelativePath="..\..\..\mysterx\myspage\dhtmlpage.cxx"
>
</File>
<File
RelativePath="..\..\..\mysterx\myspage\event.cxx">
RelativePath="..\..\..\mysterx\myspage\event.cxx"
>
</File>
<File
RelativePath="..\..\..\mysterx\myspage\eventqueue.cxx">
RelativePath="..\..\..\mysterx\myspage\eventqueue.cxx"
>
</File>
<File
RelativePath="..\..\..\mysterx\myspage\myspage.cxx">
RelativePath="..\..\..\mysterx\myspage\myspage.cxx"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
Filter="h;hpp;hxx;hm;inl;inc"
>
<File
RelativePath="..\..\..\mysterx\myspage\resource.h">
RelativePath="..\..\..\mysterx\myspage\resource.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath="..\..\..\mysterx\myspage\myspage.idl">
RelativePath="..\..\..\mysterx\myspage\myspage.idl"
>
<FileConfiguration
Name="Debug|Win32">
Name="Debug|Win32"
>
<Tool
Name="VCMIDLTool"
GenerateStublessProxies="TRUE"
GenerateStublessProxies="true"
OutputDirectory="$(InputDir)"
HeaderFileName="$(InputName).h"
InterfaceIdentifierFileName="$(InputName)_i.c"/>
InterfaceIdentifierFileName="$(InputName)_i.c"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
Name="Release|Win32"
>
<Tool
Name="VCMIDLTool"
OutputDirectory="$(InputDir)"/>
OutputDirectory="$(InputDir)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\..\mysterx\myspage\myspage.rc">
RelativePath="..\..\..\mysterx\myspage\myspage.rc"
>
<FileConfiguration
Name="Debug|Win32">
Name="Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
ResourceOutputFileName="$(InputDir)\$(InputName).res"/>
ResourceOutputFileName="$(InputDir)\$(InputName).res"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
Name="Release|Win32"
>
<Tool
Name="VCResourceCompilerTool"
ResourceOutputFileName="$(InputDir)\$(InputName).res"/>
ResourceOutputFileName="$(InputDir)\$(InputName).res"
/>
</FileConfiguration>
</File>
</Filter>

View File

@ -1,228 +1,321 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="myssink"
ProjectGUID="{1B8F4E47-9F2D-45EA-9941-7672B28E8285}"
Keyword="Win32Proj">
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="true"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myssink"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\mysterx\mysc"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSSINK_EXPORTS"
MinimalRebuild="FALSE"
ExceptionHandling="TRUE"
MinimalRebuild="false"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="2"/>
CompileAs="2"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj ..\mysc\Debug\mysc.lib delayimp.lib"
OutputFile="..\..\..\..\lib\$(ProjectName).dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\lib\msvc"
IgnoreDefaultLibraryNames="LIBCMT.lib;LIBCMTD.lib"
ModuleDefinitionFile="..\..\..\mysterx\myssink\$(ProjectName).def"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\..\lib\$(ProjectName).pdb"
SubSystem="2"
ImportLibrary="$(OutDir)\$(ProjectName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myssink"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Register $(ProjectName).dll"
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"
/>
</Configuration>
<Configuration
Name="Jrm|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="true"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myssink"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\mysterx\mysc"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSSINK_EXPORTS"
MinimalRebuild="FALSE"
ExceptionHandling="TRUE"
MinimalRebuild="false"
ExceptionHandling="1"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="4"
Detect64BitPortabilityProblems="TRUE"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="2"/>
CompileAs="2"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj ..\mysc\Debug\mysc.lib delayimp.lib"
OutputFile="..\..\..\..\lib\$(ProjectName).dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\lib\msvc"
IgnoreDefaultLibraryNames="LIBCMT.lib;LIBCMTD.lib"
ModuleDefinitionFile="..\..\..\mysterx\myssink\$(ProjectName).def"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\..\lib\$(ProjectName).pdb"
SubSystem="2"
ImportLibrary="$(OutDir)\$(ProjectName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myssink"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Register $(ProjectName).dll"
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="true"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myssink"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
FavorSizeOrSpeed="1"
OmitFramePointers="FALSE"
OmitFramePointers="false"
AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\mysterx\mysc"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSSINK_EXPORTS"
StringPooling="TRUE"
MinimalRebuild="FALSE"
StringPooling="true"
MinimalRebuild="false"
RuntimeLibrary="0"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="FALSE"
UsePrecompiledHeader="2"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
UsePrecompiledHeader="0"
ProgramDataBaseFileName=""
WarningLevel="4"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="0"
CompileAs="2"/>
CompileAs="2"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="libmzgcxxxxxxx.lib libmzschxxxxxxx.lib mzdyn.obj ..\mysc\Release\mysc.lib delayimp.lib"
OutputFile="..\..\..\..\lib\$(ProjectName).dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\lib\msvc"
IgnoreDefaultLibraryNames=""
ModuleDefinitionFile="..\..\..\mysterx\myssink\$(ProjectName).def"
GenerateDebugInformation="FALSE"
GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)\$(ProjectName).lib"
TargetMachine="1"/>
TargetMachine="1"
/>
<Tool
Name="VCMIDLTool"
WarningLevel="3"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(ProjectName).tlb"
OutputDirectory="..\..\..\mysterx\myssink"
HeaderFileName="$(ProjectName).h"
EnableErrorChecks="2"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
Description="Register $(ProjectName).dll"
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
CommandLine="REGSVR32 /s ..\..\..\..\lib\$(ProjectName).dll"
/>
</Configuration>
</Configurations>
<References>
@ -230,53 +323,69 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
>
<File
RelativePath="..\..\..\mysterx\myssink\comtypes.cxx">
RelativePath="..\..\..\mysterx\myssink\comtypes.cxx"
>
</File>
<File
RelativePath="..\..\..\mysterx\myssink\myssink.cxx">
RelativePath="..\..\..\mysterx\myssink\myssink.cxx"
>
</File>
<File
RelativePath="..\..\..\mysterx\myssink\sink.cxx">
RelativePath="..\..\..\mysterx\myssink\sink.cxx"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc">
Filter="h;hpp;hxx;hm;inl;inc"
>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath="..\..\..\mysterx\myssink\myssink.idl">
RelativePath="..\..\..\mysterx\myssink\myssink.idl"
>
<FileConfiguration
Name="Debug|Win32">
Name="Debug|Win32"
>
<Tool
Name="VCMIDLTool"
AdditionalIncludeDirectories="..\..\..\mzscheme\include;..\..\..\mysterx\mysc"
OutputDirectory="$(InputDir)"/>
OutputDirectory="$(InputDir)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
Name="Release|Win32"
>
<Tool
Name="VCMIDLTool"
OutputDirectory="$(InputDir)"/>
OutputDirectory="$(InputDir)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\..\mysterx\myssink\myssink.rc">
RelativePath="..\..\..\mysterx\myssink\myssink.rc"
>
<FileConfiguration
Name="Debug|Win32">
Name="Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
ResourceOutputFileName="$(InputDir)\$(InputName).res"/>
ResourceOutputFileName="$(InputDir)\$(InputName).res"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
Name="Release|Win32"
>
<Tool
Name="VCResourceCompilerTool"
ResourceOutputFileName="$(InputDir)\$(InputName).res"/>
ResourceOutputFileName="$(InputDir)\$(InputName).res"
/>
</FileConfiguration>
</File>
</Filter>

View File

@ -1,23 +1,42 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="libmzgc"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@ -27,98 +46,140 @@
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="Unicows.lib User32.lib"
OutputFile="..\..\..\lib\$(ProjectName)xxxxxxx.dll"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..\..\MzScheme\Gc\Include,$(NOINHERIT)"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_BUILD;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="Unicows.lib User32.lib"
OutputFile="..\..\..\lib\$(ProjectName)xxxxxxx.dll"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -126,69 +187,90 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\Mzscheme\Gc\Allchblk.c">
RelativePath="..\..\Mzscheme\Gc\Allchblk.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Alloc.c">
RelativePath="..\..\Mzscheme\Gc\Alloc.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Blacklst.c">
RelativePath="..\..\Mzscheme\Gc\Blacklst.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Dyn_load.c">
RelativePath="..\..\Mzscheme\Gc\Dyn_load.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Finalize.c">
RelativePath="..\..\Mzscheme\Gc\Finalize.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Headers.c">
RelativePath="..\..\Mzscheme\Gc\Headers.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Mach_dep.c">
RelativePath="..\..\Mzscheme\Gc\Mach_dep.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Malloc.c">
RelativePath="..\..\Mzscheme\Gc\Malloc.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Mallocx.c">
RelativePath="..\..\Mzscheme\Gc\Mallocx.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Mark.c">
RelativePath="..\..\Mzscheme\Gc\Mark.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Mark_rts.c">
RelativePath="..\..\Mzscheme\Gc\Mark_rts.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Misc.c">
RelativePath="..\..\Mzscheme\Gc\Misc.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\New_hblk.c">
RelativePath="..\..\Mzscheme\Gc\New_hblk.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Obj_map.c">
RelativePath="..\..\Mzscheme\Gc\Obj_map.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Os_dep.c">
RelativePath="..\..\Mzscheme\Gc\Os_dep.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Reclaim.c">
RelativePath="..\..\Mzscheme\Gc\Reclaim.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\Stubborn.c">
RelativePath="..\..\Mzscheme\Gc\Stubborn.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Gc\win32_threads.c">
RelativePath="..\..\Mzscheme\Gc\win32_threads.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,23 +1,42 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="libmzsch"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@ -25,104 +44,146 @@
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="Unicows.lib WSock32.lib Shell32.lib User32.lib"
OutputFile="..\..\..\lib\$(ProjectName)xxxxxxx.dll"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
BaseAddress="0x10400000"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Oy-"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\include,..\..\mzscheme\src,..\..\foreign\libffi_msvc,$(NOINHERIT)"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__;LIBMZ_EXPORTS"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies="Unicows.lib WSock32.lib Shell32.lib User32.lib"
OutputFile="..\..\..\lib\$(ProjectName)xxxxxxx.dll"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
BaseAddress="0x10400000"
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -130,153 +191,202 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\Mzscheme\Src\Bignum.c">
RelativePath="..\..\Mzscheme\Src\Bignum.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Bool.c">
RelativePath="..\..\Mzscheme\Src\Bool.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\builtin.c">
RelativePath="..\..\Mzscheme\Src\builtin.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Char.c">
RelativePath="..\..\Mzscheme\Src\Char.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Complex.c">
RelativePath="..\..\Mzscheme\Src\Complex.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Dynext.c">
RelativePath="..\..\Mzscheme\Src\Dynext.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Env.c">
RelativePath="..\..\Mzscheme\Src\Env.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Error.c">
RelativePath="..\..\Mzscheme\Src\Error.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Eval.c">
RelativePath="..\..\Mzscheme\Src\Eval.c"
>
</File>
<File
RelativePath="..\..\foreign\libffi_msvc\ffi.c">
RelativePath="..\..\foreign\libffi_msvc\ffi.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\File.c">
RelativePath="..\..\Mzscheme\Src\File.c"
>
</File>
<File
RelativePath="..\..\foreign\foreign.c">
RelativePath="..\..\foreign\foreign.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Fun.c">
RelativePath="..\..\Mzscheme\Src\Fun.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\gmp\gmp.c">
RelativePath="..\..\Mzscheme\Src\gmp\gmp.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Hash.c">
RelativePath="..\..\Mzscheme\Src\Hash.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\image.c">
RelativePath="..\..\Mzscheme\Src\image.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\jit.c">
RelativePath="..\..\Mzscheme\Src\jit.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\List.c">
RelativePath="..\..\Mzscheme\Src\List.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\module.c">
RelativePath="..\..\Mzscheme\Src\module.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\mzsj86.c">
RelativePath="..\..\Mzscheme\Src\mzsj86.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\network.c">
RelativePath="..\..\Mzscheme\Src\network.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\numarith.c">
RelativePath="..\..\Mzscheme\Src\numarith.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Number.c">
RelativePath="..\..\Mzscheme\Src\Number.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\numcomp.c">
RelativePath="..\..\Mzscheme\Src\numcomp.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\numstr.c">
RelativePath="..\..\Mzscheme\Src\numstr.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Port.c">
RelativePath="..\..\Mzscheme\Src\Port.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\portfun.c">
RelativePath="..\..\Mzscheme\Src\portfun.c"
>
</File>
<File
RelativePath="..\..\foreign\libffi_msvc\prep_cif.c">
RelativePath="..\..\foreign\libffi_msvc\prep_cif.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Print.c">
RelativePath="..\..\Mzscheme\Src\Print.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Rational.c">
RelativePath="..\..\Mzscheme\Src\Rational.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Read.c">
RelativePath="..\..\Mzscheme\Src\Read.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Regexp.c">
RelativePath="..\..\Mzscheme\Src\Regexp.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Salloc.c">
RelativePath="..\..\Mzscheme\Src\Salloc.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Sema.c">
RelativePath="..\..\Mzscheme\Src\Sema.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Setjmpup.c">
RelativePath="..\..\Mzscheme\Src\Setjmpup.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\String.c">
RelativePath="..\..\Mzscheme\Src\String.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Struct.c">
RelativePath="..\..\Mzscheme\Src\Struct.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\stxobj.c">
RelativePath="..\..\Mzscheme\Src\stxobj.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Symbol.c">
RelativePath="..\..\Mzscheme\Src\Symbol.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Syntax.c">
RelativePath="..\..\Mzscheme\Src\Syntax.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\thread.c">
RelativePath="..\..\Mzscheme\Src\thread.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\Type.c">
RelativePath="..\..\Mzscheme\Src\Type.c"
>
</File>
<File
RelativePath="..\..\foreign\libffi_msvc\types.c">
RelativePath="..\..\foreign\libffi_msvc\types.c"
>
</File>
<File
RelativePath="..\mzscheme\uniplt.c">
RelativePath="..\mzscheme\uniplt.c"
>
</File>
<File
RelativePath="..\..\Mzscheme\Src\vector.c">
RelativePath="..\..\Mzscheme\Src\vector.c"
>
</File>
<File
RelativePath="..\..\foreign\libffi_msvc\win32.c">
RelativePath="..\..\foreign\libffi_msvc\win32.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,22 +1,23 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MrEd", "mred.vcproj", "{D59A2B28-330B-41F5-8261-F5BC1019E163}"
ProjectSection(ProjectDependencies) = postProject
{81BD2D42-F150-493D-94BA-88585B202789} = {81BD2D42-F150-493D-94BA-88585B202789}
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F} = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90} = {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F} = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmred", "..\libmred\libmred.vcproj", "{81BD2D42-F150-493D-94BA-88585B202789}"
ProjectSection(ProjectDependencies) = postProject
{8CE7DC81-695B-436B-AA96-2D753846AFE5} = {8CE7DC81-695B-436B-AA96-2D753846AFE5}
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F} = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
{5386B148-05B4-483B-B144-C3E2A6E15C78} = {5386B148-05B4-483B-B144-C3E2A6E15C78}
{31231DD7-4B8F-4E46-A747-81E41AFE04B5} = {31231DD7-4B8F-4E46-A747-81E41AFE04B5}
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3} = {B9FC613A-B427-4DB5-B1E3-7673D384ECE3}
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA} = {85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC} = {1549C7C5-AF41-43BE-B905-BA6374FE6BEC}
{5386B148-05B4-483B-B144-C3E2A6E15C78} = {5386B148-05B4-483B-B144-C3E2A6E15C78}
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3} = {1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90} = {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F} = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
{8CE7DC81-695B-436B-AA96-2D753846AFE5} = {8CE7DC81-695B-436B-AA96-2D753846AFE5}
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA} = {85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC} = {1549C7C5-AF41-43BE-B905-BA6374FE6BEC}
{31231DD7-4B8F-4E46-A747-81E41AFE04B5} = {31231DD7-4B8F-4E46-A747-81E41AFE04B5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}"
@ -25,94 +26,73 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\lib
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jpeg", "..\jpeg\jpeg.vcproj", "{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "png", "..\png\png.vcproj", "{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxme", "..\wxme\wxme.vcproj", "{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxs", "..\wxs\wxs.vcproj", "{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxutils", "..\wxutils\wxutils.vcproj", "{31231DD7-4B8F-4E46-A747-81E41AFE04B5}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxwin", "..\wxwin\wxwin.vcproj", "{5386B148-05B4-483B-B144-C3E2A6E15C78}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "..\zlib\zlib.vcproj", "{8CE7DC81-695B-436B-AA96-2D753846AFE5}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug.ActiveCfg = Debug|Win32
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug.Build.0 = Debug|Win32
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Release.ActiveCfg = Release|Win32
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Release.Build.0 = Release|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Debug.ActiveCfg = Debug|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Debug.Build.0 = Debug|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Release.ActiveCfg = Release|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Release.Build.0 = Release|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug.ActiveCfg = Debug|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug.Build.0 = Debug|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release.ActiveCfg = Release|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release.Build.0 = Release|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug.ActiveCfg = Debug|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug.Build.0 = Debug|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release.ActiveCfg = Release|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release.Build.0 = Release|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Debug.ActiveCfg = Debug|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Debug.Build.0 = Debug|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Release.ActiveCfg = Release|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Release.Build.0 = Release|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Debug.ActiveCfg = Debug|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Debug.Build.0 = Debug|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Release.ActiveCfg = Release|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Release.Build.0 = Release|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Debug.ActiveCfg = Debug|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Debug.Build.0 = Debug|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Release.ActiveCfg = Release|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Release.Build.0 = Release|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Debug.ActiveCfg = Debug|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Debug.Build.0 = Debug|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Release.ActiveCfg = Release|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Release.Build.0 = Release|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Debug.ActiveCfg = Debug|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Debug.Build.0 = Debug|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Release.ActiveCfg = Release|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Release.Build.0 = Release|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Debug.ActiveCfg = Debug|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Debug.Build.0 = Debug|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Release.ActiveCfg = Release|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Release.Build.0 = Release|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Debug.ActiveCfg = Debug|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Debug.Build.0 = Debug|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Release.ActiveCfg = Release|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Release.Build.0 = Release|Win32
{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}.Debug.ActiveCfg = Debug|Win32
{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}.Debug.Build.0 = Debug|Win32
{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}.Release.ActiveCfg = Release|Win32
{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}.Release.Build.0 = Release|Win32
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug|Win32.ActiveCfg = Debug|Win32
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug|Win32.Build.0 = Debug|Win32
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Release|Win32.ActiveCfg = Release|Win32
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Release|Win32.Build.0 = Release|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Debug|Win32.ActiveCfg = Debug|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Debug|Win32.Build.0 = Debug|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Release|Win32.ActiveCfg = Release|Win32
{81BD2D42-F150-493D-94BA-88585B202789}.Release|Win32.Build.0 = Release|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.ActiveCfg = Debug|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Debug|Win32.Build.0 = Debug|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.ActiveCfg = Release|Win32
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.Release|Win32.Build.0 = Release|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.ActiveCfg = Debug|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Debug|Win32.Build.0 = Debug|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.ActiveCfg = Release|Win32
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}.Release|Win32.Build.0 = Release|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Debug|Win32.ActiveCfg = Debug|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Debug|Win32.Build.0 = Debug|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Release|Win32.ActiveCfg = Release|Win32
{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}.Release|Win32.Build.0 = Release|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Debug|Win32.ActiveCfg = Debug|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Debug|Win32.Build.0 = Debug|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Release|Win32.ActiveCfg = Release|Win32
{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}.Release|Win32.Build.0 = Release|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Debug|Win32.ActiveCfg = Debug|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Debug|Win32.Build.0 = Debug|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Release|Win32.ActiveCfg = Release|Win32
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}.Release|Win32.Build.0 = Release|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Debug|Win32.ActiveCfg = Debug|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Debug|Win32.Build.0 = Debug|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Release|Win32.ActiveCfg = Release|Win32
{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}.Release|Win32.Build.0 = Release|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Debug|Win32.ActiveCfg = Debug|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Debug|Win32.Build.0 = Debug|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Release|Win32.ActiveCfg = Release|Win32
{31231DD7-4B8F-4E46-A747-81E41AFE04B5}.Release|Win32.Build.0 = Release|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Debug|Win32.ActiveCfg = Debug|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Debug|Win32.Build.0 = Debug|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Release|Win32.ActiveCfg = Release|Win32
{5386B148-05B4-483B-B144-C3E2A6E15C78}.Release|Win32.Build.0 = Release|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Debug|Win32.ActiveCfg = Debug|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Debug|Win32.Build.0 = Debug|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Release|Win32.ActiveCfg = Release|Win32
{8CE7DC81-695B-436B-AA96-2D753846AFE5}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,83 +1,131 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="MrEd"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\mzscheme\include,..\..\mred\wxme,..\..\mzscheme\utils,..\..\wxwindow\contrib\fafa"
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,__WINDOWS__,GC_DLL,__STDC__"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll /DELAYLOAD:libmredxxxxxxx.dll"
AdditionalDependencies="Unicows.lib WSock32.lib User32.lib Advapi32.lib delayimp.lib"
OutputFile="..\..\..\$(ProjectName).exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libcd.lib"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
SubSystem="2"/>
SubSystem="2"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@ -85,46 +133,59 @@
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,__WINDOWS__,GC_DLL,__STDC__"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll /DELAYLOAD:libmredxxxxxxx.dll"
AdditionalDependencies="Unicows.lib WSock32.lib User32.lib Advapi32.lib delayimp.lib"
OutputFile="..\..\..\$(ProjectName).exe"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libcd.lib"
GenerateDebugInformation="TRUE"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
SubSystem="2"/>
SubSystem="2"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -132,83 +193,109 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath=".\Mred.rc">
RelativePath=".\Mred.rc"
>
</File>
<File
RelativePath="..\..\mred\mrmain.cxx">
RelativePath="..\..\mred\mrmain.cxx"
>
</File>
<File
RelativePath="..\mzscheme\uniplt.c">
RelativePath="..\mzscheme\uniplt.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd">
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
<File
RelativePath="..\..\mred\wxme\edjr.h">
RelativePath="..\..\mred\wxme\edjr.h"
>
</File>
<File
RelativePath="..\..\mred\mred.h">
RelativePath="..\..\mred\mred.h"
>
</File>
<File
RelativePath="..\..\mred\Wxme\Wx_cgrec.h">
RelativePath="..\..\mred\Wxme\Wx_cgrec.h"
>
</File>
<File
RelativePath="..\..\mred\Wxme\Wx_keym.h">
RelativePath="..\..\mred\Wxme\Wx_keym.h"
>
</File>
<File
RelativePath="..\..\mred\Wxme\Wx_medad.h">
RelativePath="..\..\mred\Wxme\Wx_medad.h"
>
</File>
<File
RelativePath="..\..\mred\wxme\wx_media.h">
RelativePath="..\..\mred\wxme\wx_media.h"
>
</File>
<File
RelativePath="..\..\mred\wxme\wx_medio.h">
RelativePath="..\..\mred\wxme\wx_medio.h"
>
</File>
<File
RelativePath="..\..\mred\Wxme\wx_mline.h">
RelativePath="..\..\mred\Wxme\wx_mline.h"
>
</File>
<File
RelativePath="..\..\mred\Wxme\wx_mpriv.h">
RelativePath="..\..\mred\Wxme\wx_mpriv.h"
>
</File>
<File
RelativePath="..\..\mred\Wxme\Wx_snip.h">
RelativePath="..\..\mred\Wxme\Wx_snip.h"
>
</File>
<File
RelativePath="..\..\mred\wxme\wx_style.h">
RelativePath="..\..\mred\wxme\wx_style.h"
>
</File>
<File
RelativePath="..\..\mzscheme\utils\xcglue.h">
RelativePath="..\..\mzscheme\utils\xcglue.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
>
<File
RelativePath=".\BULLSEYE.CUR">
RelativePath=".\BULLSEYE.CUR"
>
</File>
<File
RelativePath=".\child.ico">
RelativePath=".\child.ico"
>
</File>
<File
RelativePath=".\fafa.ico">
RelativePath=".\fafa.ico"
>
</File>
<File
RelativePath=".\HAND.CUR">
RelativePath=".\HAND.CUR"
>
</File>
<File
RelativePath=".\mdi.ico">
RelativePath=".\mdi.ico"
>
</File>
<File
RelativePath=".\mred.ico">
RelativePath=".\mred.ico"
>
</File>
<File
RelativePath=".\std.ico">
RelativePath=".\std.ico"
>
</File>
<File
RelativePath=".\WATCH1.CUR">
RelativePath=".\WATCH1.CUR"
>
</File>
</Filter>
</Files>

View File

@ -1,18 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MrStart", "mrstart.vcproj", "{138CC248-8A45-436E-A4A6-E7570D7C2C0F}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Release = Release
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release.ActiveCfg = Release|Win32
{138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release.Build.0 = Release|Win32
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release|Win32.ActiveCfg = Release|Win32
{138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,74 +1,105 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="MrStart"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="..\..\..\collects\launcher"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName="..\..\..\collects\launcher\$(ProjectName).tlb"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,MRSTART"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"/>
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG,MRSTART"
Culture="1033"
AdditionalIncludeDirectories="..\starters;$(NoInherit)"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
OutputFile="..\..\..\collects\launcher\$(ProjectName).exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\collects\launcher\$(ProjectName).pdb"
SubSystem="2"/>
SubSystem="2"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName="..\..\..\collects\launcher\$(ProjectName).tlb"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG,MRSTART"
Culture="1033"
AdditionalIncludeDirectories="..\starters;$(NoInherit)"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -76,21 +107,26 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath="..\..\mzscheme\dynsrc\start.c">
RelativePath="..\..\mzscheme\dynsrc\start.c"
>
</File>
<File
RelativePath="..\starters\start.rc">
RelativePath="..\starters\start.rc"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd">
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,24 +1,44 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="MzCOM"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@ -26,108 +46,149 @@
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,GC_DLL"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="delayimp.lib"
OutputFile="..\..\..\$(ProjectName).exe"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
SubSystem="2"/>
SubSystem="2"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
UseOfATL="1"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\include,."
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,GC_DLL"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="delayimp.lib"
OutputFile="..\..\..\$(ProjectName).exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
SubSystem="2"/>
SubSystem="2"
/>
<Tool
Name="VCMIDLTool"
TypeLibraryName="$(OutDir)\$(ProjectName).tlb"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -135,47 +196,61 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\mzcom\mzcom.cxx">
RelativePath="..\..\mzcom\mzcom.cxx"
>
</File>
<File
RelativePath="..\..\mzcom\mzcom.idl">
RelativePath="..\..\mzcom\mzcom.idl"
>
</File>
<File
RelativePath="..\..\mzcom\mzobj.cxx">
RelativePath="..\..\mzcom\mzobj.cxx"
>
</File>
<File
RelativePath="..\..\mzcom\stdafx.h">
RelativePath="..\..\mzcom\stdafx.h"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
<File
RelativePath=".\mzcom.h">
RelativePath=".\mzcom.h"
>
</File>
<File
RelativePath=".\MzCOMCP.h">
RelativePath=".\MzCOMCP.h"
>
</File>
<File
RelativePath="..\..\mzcom\mzobj.h">
RelativePath="..\..\mzcom\mzobj.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath=".\mzcom.ico">
RelativePath=".\mzcom.ico"
>
</File>
<File
RelativePath=".\mzcom.rc">
RelativePath=".\mzcom.rc"
>
</File>
<File
RelativePath=".\MzCOM.rgs">
RelativePath=".\MzCOM.rgs"
>
</File>
<File
RelativePath=".\MzObj.rgs">
RelativePath=".\MzObj.rgs"
>
</File>
</Filter>
</Files>

View File

@ -1,8 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzCOM", "MzCOM.vcproj", "{36F31050-55C6-41A3-A23E-3008EBFC1273}"
ProjectSection(ProjectDependencies) = postProject
{4894077C-B1DF-438E-9978-96628CD3F030} = {4894077C-B1DF-438E-9978-96628CD3F030}
{3FAA1824-F251-4A4F-A585-33308CCC51A8} = {3FAA1824-F251-4A4F-A585-33308CCC51A8}
{4894077C-B1DF-438E-9978-96628CD3F030} = {4894077C-B1DF-438E-9978-96628CD3F030}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{4894077C-B1DF-438E-9978-96628CD3F030}"
@ -11,30 +12,27 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\lib
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{3FAA1824-F251-4A4F-A585-33308CCC51A8}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug.ActiveCfg = Debug|Win32
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug.Build.0 = Debug|Win32
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Release.ActiveCfg = Release|Win32
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Release.Build.0 = Release|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Debug.ActiveCfg = Debug|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Debug.Build.0 = Debug|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Release.ActiveCfg = Release|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Release.Build.0 = Release|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Debug.ActiveCfg = Debug|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Debug.Build.0 = Debug|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Release.ActiveCfg = Release|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Release.Build.0 = Release|Win32
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug|Win32.ActiveCfg = Debug|Win32
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug|Win32.Build.0 = Debug|Win32
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Release|Win32.ActiveCfg = Release|Win32
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Release|Win32.Build.0 = Release|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Debug|Win32.ActiveCfg = Debug|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Debug|Win32.Build.0 = Debug|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Release|Win32.ActiveCfg = Release|Win32
{4894077C-B1DF-438E-9978-96628CD3F030}.Release|Win32.Build.0 = Release|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Debug|Win32.ActiveCfg = Debug|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Debug|Win32.Build.0 = Debug|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Release|Win32.ActiveCfg = Release|Win32
{3FAA1824-F251-4A4F-A585-33308CCC51A8}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,4 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzScheme", "mzscheme.vcproj", "{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}"
ProjectSection(ProjectDependencies) = postProject
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188} = {2D99E176-BCA5-4B8E-B25C-1B2D7179C188}
@ -11,30 +12,27 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\lib
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug.ActiveCfg = Debug|Win32
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug.Build.0 = Debug|Win32
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release.ActiveCfg = Release|Win32
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release.Build.0 = Release|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Debug.ActiveCfg = Debug|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Debug.Build.0 = Debug|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Release.ActiveCfg = Release|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Release.Build.0 = Release|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Debug.ActiveCfg = Debug|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Debug.Build.0 = Debug|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Release.ActiveCfg = Release|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Release.Build.0 = Release|Win32
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug|Win32.ActiveCfg = Debug|Win32
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug|Win32.Build.0 = Debug|Win32
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release|Win32.ActiveCfg = Release|Win32
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release|Win32.Build.0 = Release|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Debug|Win32.ActiveCfg = Debug|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Debug|Win32.Build.0 = Debug|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Release|Win32.ActiveCfg = Release|Win32
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.Release|Win32.Build.0 = Release|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Debug|Win32.ActiveCfg = Debug|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Debug|Win32.Build.0 = Debug|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Release|Win32.ActiveCfg = Release|Win32
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,23 +1,42 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="MzScheme"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@ -27,22 +46,52 @@
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="unicows.lib delayimp.lib user32.lib"
OutputFile="..\..\..\$(ProjectName).exe"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
SubSystem="1"/>
SubSystem="1"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="
@ -55,64 +104,93 @@ if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdynd.bat
cd ..\..\worksp\mzscheme
"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\include,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,GC_DLL"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386 /DELAYLOAD:libmzschxxxxxxx.dll /DELAYLOAD:libmzgcxxxxxxx.dll"
AdditionalDependencies="unicows.lib delayimp.lib user32.lib"
OutputFile="..\..\..\$(ProjectName).exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
SubSystem="1"/>
SubSystem="1"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="
@ -125,25 +203,8 @@ if errorlevel 1 exit 1
cd ..\..\mzscheme\dynsrc
mkmzdyn.bat
cd ..\..\worksp\mzscheme
"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
"
/>
</Configuration>
</Configurations>
<References>
@ -151,29 +212,37 @@ cd ..\..\worksp\mzscheme
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath="..\..\Mzscheme\Main.c">
RelativePath="..\..\Mzscheme\Main.c"
>
</File>
<File
RelativePath=".\mzscheme.rc">
RelativePath=".\mzscheme.rc"
>
</File>
<File
RelativePath="uniplt.c">
RelativePath="uniplt.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd">
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
<File
RelativePath=".\resource.h">
RelativePath=".\resource.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
>
<File
RelativePath=".\mzscheme.ico">
RelativePath=".\mzscheme.ico"
>
</File>
</Filter>
</Files>

View File

@ -1,18 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzStart", "mzstart.vcproj", "{838B0D91-A8B3-4716-9D37-E0E444B563D2}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Release = Release
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release.ActiveCfg = Release|Win32
{838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release.Build.0 = Release|Win32
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release|Win32.ActiveCfg = Release|Win32
{838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@ -1,69 +1,100 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="MzStart"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="..\..\..\collects\launcher"
IntermediateDirectory="Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,MZSTART"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"/>
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG,MZSTART"
Culture="1033"
AdditionalIncludeDirectories="..\starters;$(NoInherit)"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
OutputFile="..\..\..\collects\launcher\$(ProjectName).exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="..\..\..\collects\launcher\$(ProjectName).pdb"
SubSystem="1"/>
SubSystem="1"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCManifestTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG,MZSTART"
Culture="1033"
AdditionalIncludeDirectories="..\starters;$(NoInherit)"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCAppVerifierTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -71,21 +102,26 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath="..\..\mzscheme\dynsrc\start.c">
RelativePath="..\..\mzscheme\dynsrc\start.c"
>
</File>
<File
RelativePath="..\starters\start.rc">
RelativePath="..\starters\start.rc"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd">
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,110 +1,157 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="png"
ProjectGUID="{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="..\..\wxcommon\zlib,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,GC_DLL"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\wxcommon\zlib,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB,GC_DLL"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -112,65 +159,85 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\wxcommon\libpng\png.c">
RelativePath="..\..\wxcommon\libpng\png.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngerror.c">
RelativePath="..\..\wxcommon\libpng\pngerror.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pnggccrd.c">
RelativePath="..\..\wxcommon\libpng\pnggccrd.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngget.c">
RelativePath="..\..\wxcommon\libpng\pngget.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngmem.c">
RelativePath="..\..\wxcommon\libpng\pngmem.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngpread.c">
RelativePath="..\..\wxcommon\libpng\pngpread.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngread.c">
RelativePath="..\..\wxcommon\libpng\pngread.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngrio.c">
RelativePath="..\..\wxcommon\libpng\pngrio.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngrtran.c">
RelativePath="..\..\wxcommon\libpng\pngrtran.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngrutil.c">
RelativePath="..\..\wxcommon\libpng\pngrutil.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngset.c">
RelativePath="..\..\wxcommon\libpng\pngset.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngtest.c">
RelativePath="..\..\wxcommon\libpng\pngtest.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngtrans.c">
RelativePath="..\..\wxcommon\libpng\pngtrans.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngvcrd.c">
RelativePath="..\..\wxcommon\libpng\pngvcrd.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngwio.c">
RelativePath="..\..\wxcommon\libpng\pngwio.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngwrite.c">
RelativePath="..\..\wxcommon\libpng\pngwrite.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngwtran.c">
RelativePath="..\..\wxcommon\libpng\pngwtran.c"
>
</File>
<File
RelativePath="..\..\wxcommon\libpng\pngwutil.c">
RelativePath="..\..\wxcommon\libpng\pngwutil.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
</Filter>
</Files>
<Globals>

View File

@ -1,109 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="wxme"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxcommon\jpeg,..\jpeg,..\..\wxcommon\zlib,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,__WINDOWS__,GC_DLL,__STDC__"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxcommon\jpeg,..\jpeg,..\..\wxcommon\zlib,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,__WINDOWS__,GC_DLL,__STDC__"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -111,56 +158,73 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\mred\Wxme\WX_CGREC.cxx">
RelativePath="..\..\mred\Wxme\WX_CGREC.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_KEYM.cxx">
RelativePath="..\..\mred\Wxme\WX_KEYM.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MBUF.cxx">
RelativePath="..\..\mred\Wxme\WX_MBUF.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MEDAD.cxx">
RelativePath="..\..\mred\Wxme\WX_MEDAD.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MEDIA.cxx">
RelativePath="..\..\mred\Wxme\WX_MEDIA.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MEDIO.cxx">
RelativePath="..\..\mred\Wxme\WX_MEDIO.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MLINE.cxx">
RelativePath="..\..\mred\Wxme\WX_MLINE.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MPBRD.cxx">
RelativePath="..\..\mred\Wxme\WX_MPBRD.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MPRIV.cxx">
RelativePath="..\..\mred\Wxme\WX_MPRIV.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_MSNIP.cxx">
RelativePath="..\..\mred\Wxme\WX_MSNIP.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_SNIP.cxx">
RelativePath="..\..\mred\Wxme\WX_SNIP.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxme\WX_STYLE.cxx">
RelativePath="..\..\mred\Wxme\WX_STYLE.cxx"
>
</File>
<File
RelativePath="..\..\wxcommon\wxGC.cxx">
RelativePath="..\..\wxcommon\wxGC.cxx"
>
</File>
<File
RelativePath="..\..\wxcommon\wxJPEG.cxx">
RelativePath="..\..\wxcommon\wxJPEG.cxx"
>
</File>
<File
RelativePath="..\..\mzscheme\utils\xcglue.c">
RelativePath="..\..\mzscheme\utils\xcglue.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
</Filter>
</Files>
<Globals>

View File

@ -1,109 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="wxs"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\mred\wxme,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxWindow\contrib\fafa,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,__WINDOWS__,GC_DLL,__STDC__"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="wx.h"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="true"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\mred\wxme,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxWindow\contrib\fafa,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,__WINDOWS__,GC_DLL,__STDC__"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="wx.h"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="true"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -111,189 +158,250 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath="..\..\mred\Wxs\WXS_BMAP.cxx">
RelativePath="..\..\mred\Wxs\WXS_BMAP.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_BUTN.cxx">
RelativePath="..\..\mred\Wxs\WXS_BUTN.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_CHCE.cxx">
RelativePath="..\..\mred\Wxs\WXS_CHCE.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_CKBX.cxx">
RelativePath="..\..\mred\Wxs\WXS_CKBX.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_CNVS.cxx">
RelativePath="..\..\mred\Wxs\WXS_CNVS.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_DC.cxx">
RelativePath="..\..\mred\Wxs\WXS_DC.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_EVNT.cxx">
RelativePath="..\..\mred\Wxs\WXS_EVNT.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_FRAM.cxx">
RelativePath="..\..\mred\Wxs\WXS_FRAM.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_GAGE.cxx">
RelativePath="..\..\mred\Wxs\WXS_GAGE.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_GDI.cxx">
RelativePath="..\..\mred\Wxs\WXS_GDI.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_GLOB.cxx">
RelativePath="..\..\mred\Wxs\WXS_GLOB.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_ITEM.cxx">
RelativePath="..\..\mred\Wxs\WXS_ITEM.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_LBOX.cxx">
RelativePath="..\..\mred\Wxs\WXS_LBOX.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_MADM.cxx">
RelativePath="..\..\mred\Wxs\WXS_MADM.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_MEDE.cxx">
RelativePath="..\..\mred\Wxs\WXS_MEDE.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_MEDI.cxx">
RelativePath="..\..\mred\Wxs\WXS_MEDI.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_MENU.cxx">
RelativePath="..\..\mred\Wxs\WXS_MENU.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_MIO.cxx">
RelativePath="..\..\mred\Wxs\WXS_MIO.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_MISC.cxx">
RelativePath="..\..\mred\Wxs\WXS_MISC.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_MPB.cxx">
RelativePath="..\..\mred\Wxs\WXS_MPB.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_OBJ.cxx">
RelativePath="..\..\mred\Wxs\WXS_OBJ.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_PANL.cxx">
RelativePath="..\..\mred\Wxs\WXS_PANL.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_RADO.cxx">
RelativePath="..\..\mred\Wxs\WXS_RADO.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_SLID.cxx">
RelativePath="..\..\mred\Wxs\WXS_SLID.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_SNIP.cxx">
RelativePath="..\..\mred\Wxs\WXS_SNIP.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_STYL.cxx">
RelativePath="..\..\mred\Wxs\WXS_STYL.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_TABC.cxx">
RelativePath="..\..\mred\Wxs\WXS_TABC.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXS_WIN.cxx">
RelativePath="..\..\mred\Wxs\WXS_WIN.cxx"
>
</File>
<File
RelativePath="..\..\mred\Wxs\WXSCHEME.cxx">
RelativePath="..\..\mred\Wxs\WXSCHEME.cxx"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd">
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
<File
RelativePath="..\..\mred\Wxs\wxs_bmap.h">
RelativePath="..\..\mred\Wxs\wxs_bmap.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_butn.h">
RelativePath="..\..\mred\Wxs\wxs_butn.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_chce.h">
RelativePath="..\..\mred\Wxs\wxs_chce.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_ckbx.h">
RelativePath="..\..\mred\Wxs\wxs_ckbx.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_cnvs.h">
RelativePath="..\..\mred\Wxs\wxs_cnvs.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_dc.h">
RelativePath="..\..\mred\Wxs\wxs_dc.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_evnt.h">
RelativePath="..\..\mred\Wxs\wxs_evnt.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_fram.h">
RelativePath="..\..\mred\Wxs\wxs_fram.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_gage.h">
RelativePath="..\..\mred\Wxs\wxs_gage.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_gdi.h">
RelativePath="..\..\mred\Wxs\wxs_gdi.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_glob.h">
RelativePath="..\..\mred\Wxs\wxs_glob.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_item.h">
RelativePath="..\..\mred\Wxs\wxs_item.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_lbox.h">
RelativePath="..\..\mred\Wxs\wxs_lbox.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_madm.h">
RelativePath="..\..\mred\Wxs\wxs_madm.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_mede.h">
RelativePath="..\..\mred\Wxs\wxs_mede.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_medi.h">
RelativePath="..\..\mred\Wxs\wxs_medi.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_menu.h">
RelativePath="..\..\mred\Wxs\wxs_menu.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_mio.h">
RelativePath="..\..\mred\Wxs\wxs_mio.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_misc.h">
RelativePath="..\..\mred\Wxs\wxs_misc.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_mpb.h">
RelativePath="..\..\mred\Wxs\wxs_mpb.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_obj.h">
RelativePath="..\..\mred\Wxs\wxs_obj.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_panl.h">
RelativePath="..\..\mred\Wxs\wxs_panl.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_rado.h">
RelativePath="..\..\mred\Wxs\wxs_rado.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_slid.h">
RelativePath="..\..\mred\Wxs\wxs_slid.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_snip.h">
RelativePath="..\..\mred\Wxs\wxs_snip.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_styl.h">
RelativePath="..\..\mred\Wxs\wxs_styl.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_text.h">
RelativePath="..\..\mred\Wxs\wxs_text.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxs_win.h">
RelativePath="..\..\mred\Wxs\wxs_win.h"
>
</File>
<File
RelativePath="..\..\mred\Wxs\wxscheme.h">
RelativePath="..\..\mred\Wxs\wxscheme.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,107 +1,154 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="wxutils"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\mzscheme\gc,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxwindow\contrib\wxxpm\libxpm.34b\lib,..\..\wxWindow\contrib\fafa"
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,__WINDOWS__,$(NOINHERIT)"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="true"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..\..\mzscheme\gc,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxwindow\contrib\wxxpm\libxpm.34b\lib,..\..\wxWindow\contrib\fafa"
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,__WINDOWS__,$(NOINHERIT)"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="true"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -109,117 +156,154 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Button.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Button.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Check.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Check.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Cont.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Cont.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crbuffri.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crbuffri.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crdatfri.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crdatfri.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Create.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Create.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crifrbuf.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crifrbuf.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crifrdat.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crifrdat.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Data.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Data.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Dialog.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Dialog.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Utils\Dib\DIB.cxx">
RelativePath="..\..\Wxwindow\Utils\Dib\DIB.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Draw.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Draw.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Dumfafa.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Dumfafa.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Fafa.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Fafa.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Hashtab.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Hashtab.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Misc.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Misc.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Parse.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Parse.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Rdftodat.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Rdftodat.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Rdftoi.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Rdftoi.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Rgb.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Rgb.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Scan.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Scan.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Simx.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Simx.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Fafa\Static.c">
RelativePath="..\..\Wxwindow\Contrib\Fafa\Static.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffrdat.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffrdat.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffri.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffri.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffrp.c">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffrp.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\wximgxbm.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\wximgxbm.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyz3d.c">
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyz3d.c"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyzgauge.c">
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyzgauge.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd">
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
<File
RelativePath="..\..\wxwindow\utils\dib\dib.h">
RelativePath="..\..\wxwindow\utils\dib\dib.h"
>
</File>
<File
RelativePath="..\..\wxWindow\contrib\fafa\fafa.h">
RelativePath="..\..\wxWindow\contrib\fafa\fafa.h"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\simx.h">
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\simx.h"
>
</File>
<File
RelativePath="..\..\Wxwindow\Contrib\Gauge\zyz3d.h">
RelativePath="..\..\Wxwindow\Contrib\Gauge\zyz3d.h"
>
</File>
<File
RelativePath="..\..\wxwindow\contrib\gauge\zyzgauge.h">
RelativePath="..\..\wxwindow\contrib\gauge\zyzgauge.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,108 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="wxwin"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxwindow\contrib\wxxpm\libxpm.34b\lib,..\..\wxWindow\contrib\fafa,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,__WINDOWS__,GC_DLL"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="wx.h"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="true"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,..\..\wxwindow\contrib\wxxpm\libxpm.34b\lib,..\..\wxWindow\contrib\fafa,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,__WINDOWS__,GC_DLL"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="wx.h"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
SuppressStartupBanner="true"
/>
<Tool
Name="VCMIDLTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCPostBuildEventTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCPreBuildEventTool"/>
Name="VCBscMakeTool"
/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCFxCopTool"
/>
<Tool
Name="VCResourceCompilerTool"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -110,165 +158,218 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_CANVS.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_CANVS.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_CMDLG.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_CMDLG.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_DATA.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_DATA.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_DC.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_DC.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_DIALG.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_DIALG.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_FRAME.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_FRAME.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_GDI.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_GDI.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_HASH.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_HASH.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_ITEM.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_ITEM.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_LIST.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_LIST.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_MAIN.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_MAIN.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_MF.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_MF.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_OBJ.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_OBJ.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_PANEL.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_PANEL.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_PRINT.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_PRINT.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_PS.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_PS.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_STDEV.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_STDEV.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_SYSEV.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_SYSEV.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_TIMER.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_TIMER.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_TYPES.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_TYPES.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_UTILS.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_UTILS.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Base\WB_WIN.cxx">
RelativePath="..\..\Wxwindow\Src\Base\WB_WIN.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_BUTTN.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_BUTTN.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_CANVS.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_CANVS.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_CHECK.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_CHECK.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_CHOIC.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_CHOIC.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_CLIPB.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_CLIPB.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_CMDLG.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_CMDLG.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_DC.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_DC.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_DIALG.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_DIALG.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_FRAME.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_FRAME.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_GAUGE.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_GAUGE.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\wx_gbox.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\wx_gbox.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_GDI.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_GDI.cxx"
>
</File>
<File
RelativePath="..\..\wxwindow\src\msw\wx_graph_glue.cxx">
RelativePath="..\..\wxwindow\src\msw\wx_graph_glue.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_ITEM.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_ITEM.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_LBOX.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_LBOX.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_MAIN.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_MAIN.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_MENU.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_MENU.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_MESSG.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_MESSG.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_MF.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_MF.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_PANEL.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_PANEL.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\wx_pdf.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\wx_pdf.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_RBOX.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_RBOX.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_SLIDR.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_SLIDR.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_TABC.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_TABC.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_TIMER.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_TIMER.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_UTILS.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_UTILS.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\WX_WIN.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\WX_WIN.cxx"
>
</File>
<File
RelativePath="..\..\Wxwindow\Src\Msw\wximgfil.cxx">
RelativePath="..\..\Wxwindow\Src\Msw\wximgfil.cxx"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;fi;fd">
Filter="h;hpp;hxx;hm;inl;fi;fd"
>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
>
</Filter>
</Files>
<Globals>

View File

@ -1,111 +1,158 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Version="8.00"
Name="zlib"
ProjectGUID="{8CE7DC81-695B-436B-AA96-2D753846AFE5}"
SccProjectName=""
SccLocalPath="">
>
<Platforms>
<Platform
Name="Win32"/>
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\zlib,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB,GC_DLL"
RuntimeLibrary="1"
UsePrecompiledHeader="2"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"/>
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
AdditionalIncludeDirectories="..\zlib,$(NOINHERIT)"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB,GC_DLL"
StringPooling="TRUE"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
Culture="1033"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"/>
Name="VCLibrarianTool"
OutputFile="$(OutDir)\$(ProjectName).lib"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
Name="VCALinkTool"
/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
@ -113,62 +160,81 @@
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath="..\..\wxcommon\zlib\adler32.c">
RelativePath="..\..\wxcommon\zlib\adler32.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\compress.c">
RelativePath="..\..\wxcommon\zlib\compress.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\crc32.c">
RelativePath="..\..\wxcommon\zlib\crc32.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\deflate.c">
RelativePath="..\..\wxcommon\zlib\deflate.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\gzio.c">
RelativePath="..\..\wxcommon\zlib\gzio.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\infblock.c">
RelativePath="..\..\wxcommon\zlib\infblock.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\infcodes.c">
RelativePath="..\..\wxcommon\zlib\infcodes.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\inffast.c">
RelativePath="..\..\wxcommon\zlib\inffast.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\inffast.h">
RelativePath="..\..\wxcommon\zlib\inffast.h"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\inflate.c">
RelativePath="..\..\wxcommon\zlib\inflate.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\inftrees.c">
RelativePath="..\..\wxcommon\zlib\inftrees.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\infutil.c">
RelativePath="..\..\wxcommon\zlib\infutil.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\maketree.c">
RelativePath="..\..\wxcommon\zlib\maketree.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\minigzip.c">
RelativePath="..\..\wxcommon\zlib\minigzip.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\trees.c">
RelativePath="..\..\wxcommon\zlib\trees.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\uncompr.c">
RelativePath="..\..\wxcommon\zlib\uncompr.c"
>
</File>
<File
RelativePath="..\..\wxcommon\zlib\zutil.c">
RelativePath="..\..\wxcommon\zlib\zutil.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
Filter="h;hpp;hxx;hm;inl"
>
</Filter>
</Files>
<Globals>