worksp is now for vc7.1
svn: r352
This commit is contained in:
parent
9922d3e746
commit
4f00299809
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="jpeg"
|
Name="jpeg"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -49,6 +49,12 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -93,8 +99,16 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,131 +1,149 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="libmred"
|
Name="libmred"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="Debug"
|
OutputDirectory="Debug"
|
||||||
IntermediateDirectory="Debug"
|
IntermediateDirectory="Debug"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\mred\wxme,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,$(NOINHERIT)"
|
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\mred\wxme,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,$(NOINHERIT)"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;LIBMRED_EXPORTS"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;LIBMRED_EXPORTS"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
CompileAs="0"/>
|
CompileAs="0"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCCustomBuildTool"/>
|
||||||
AdditionalOptions="/MACHINE:I386"
|
<Tool
|
||||||
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"
|
Name="VCLinkerTool"
|
||||||
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
SuppressStartupBanner="TRUE"
|
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"
|
||||||
GenerateDebugInformation="TRUE"
|
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
||||||
BaseAddress="0x11000000"
|
SuppressStartupBanner="TRUE"
|
||||||
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
GenerateDebugInformation="TRUE"
|
||||||
<Tool
|
BaseAddress="0x11000000"
|
||||||
Name="VCMIDLTool"/>
|
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCMIDLTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCPreLinkEventTool"/>
|
||||||
PreprocessorDefinitions="NDEBUG"
|
<Tool
|
||||||
Culture="1033"/>
|
Name="VCResourceCompilerTool"
|
||||||
<Tool
|
PreprocessorDefinitions="NDEBUG"
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
</Configuration>
|
<Tool
|
||||||
<Configuration
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
Name="Release|Win32"
|
<Tool
|
||||||
OutputDirectory="Release"
|
Name="VCWebDeploymentTool"/>
|
||||||
IntermediateDirectory="Release"
|
<Tool
|
||||||
ConfigurationType="2"
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
UseOfMFC="0"
|
<Tool
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
CharacterSet="2">
|
</Configuration>
|
||||||
<Tool
|
<Configuration
|
||||||
Name="VCCLCompilerTool"
|
Name="Release|Win32"
|
||||||
GlobalOptimizations="TRUE"
|
OutputDirectory="Release"
|
||||||
InlineFunctionExpansion="2"
|
IntermediateDirectory="Release"
|
||||||
EnableIntrinsicFunctions="TRUE"
|
ConfigurationType="2"
|
||||||
FavorSizeOrSpeed="1"
|
UseOfMFC="0"
|
||||||
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\mred\wxme,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,$(NOINHERIT)"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;LIBMRED_EXPORTS"
|
CharacterSet="2">
|
||||||
StringPooling="TRUE"
|
<Tool
|
||||||
RuntimeLibrary="0"
|
Name="VCCLCompilerTool"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
GlobalOptimizations="TRUE"
|
||||||
UsePrecompiledHeader="2"
|
InlineFunctionExpansion="2"
|
||||||
WarningLevel="3"
|
EnableIntrinsicFunctions="TRUE"
|
||||||
SuppressStartupBanner="TRUE"
|
FavorSizeOrSpeed="1"
|
||||||
DebugInformationFormat="3"
|
AdditionalIncludeDirectories="..,..\..\mzscheme\gc,..\..\mzscheme\include,..\..\mred\wxme,..\..\wxwindow\include\base,..\..\wxwindow\include\msw,$(NOINHERIT)"
|
||||||
CompileAs="0"/>
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;LIBMRED_EXPORTS"
|
||||||
<Tool
|
StringPooling="TRUE"
|
||||||
Name="VCLinkerTool"
|
RuntimeLibrary="0"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
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"
|
UsePrecompiledHeader="2"
|
||||||
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
DebugInformationFormat="3"
|
||||||
BaseAddress="0x11000000"
|
CompileAs="0"/>
|
||||||
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
<Tool
|
||||||
<Tool
|
Name="VCCustomBuildTool"/>
|
||||||
Name="VCMIDLTool"/>
|
<Tool
|
||||||
<Tool
|
Name="VCLinkerTool"
|
||||||
Name="VCPostBuildEventTool"/>
|
AdditionalOptions="/MACHINE:I386"
|
||||||
<Tool
|
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"
|
||||||
Name="VCPreBuildEventTool"/>
|
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
||||||
<Tool
|
SuppressStartupBanner="TRUE"
|
||||||
Name="VCPreLinkEventTool"/>
|
GenerateDebugInformation="TRUE"
|
||||||
<Tool
|
BaseAddress="0x11000000"
|
||||||
Name="VCResourceCompilerTool"
|
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
||||||
PreprocessorDefinitions="NDEBUG"
|
<Tool
|
||||||
Culture="1033"/>
|
Name="VCMIDLTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
</Configuration>
|
<Tool
|
||||||
</Configurations>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Files>
|
<Tool
|
||||||
<Filter
|
Name="VCResourceCompilerTool"
|
||||||
Name="Source Files"
|
PreprocessorDefinitions="NDEBUG"
|
||||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
Culture="1033"/>
|
||||||
<File
|
<Tool
|
||||||
RelativePath="..\..\mred\MRED.cxx">
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
</File>
|
<Tool
|
||||||
<File
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
RelativePath="..\..\mred\MREDMSW.cxx">
|
<Tool
|
||||||
</File>
|
Name="VCWebDeploymentTool"/>
|
||||||
<File
|
<Tool
|
||||||
RelativePath="..\mzscheme\uniplt.c">
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
</File>
|
<Tool
|
||||||
</Filter>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
<Filter
|
</Configuration>
|
||||||
Name="Header Files"
|
</Configurations>
|
||||||
Filter="h;hpp;hxx;hm;inl">
|
<References>
|
||||||
</Filter>
|
</References>
|
||||||
</Files>
|
<Files>
|
||||||
<Globals>
|
<Filter
|
||||||
</Globals>
|
Name="Source Files"
|
||||||
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\mred\MRED.cxx">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\mred\MREDMSW.cxx">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\mzscheme\uniplt.c">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl">
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="dotnet"
|
Name="dotnet"
|
||||||
ProjectGUID="{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}"
|
ProjectGUID="{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}"
|
||||||
Keyword="AtlProj">
|
Keyword="AtlProj">
|
||||||
|
@ -70,8 +70,14 @@
|
||||||
AdditionalIncludeDirectories="$(IntDir)"/>
|
AdditionalIncludeDirectories="$(IntDir)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Jrm|Win32"
|
Name="Jrm|Win32"
|
||||||
|
@ -134,8 +140,14 @@
|
||||||
AdditionalIncludeDirectories="$(IntDir)"/>
|
AdditionalIncludeDirectories="$(IntDir)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -199,10 +211,18 @@
|
||||||
AdditionalIncludeDirectories="$(IntDir)"/>
|
AdditionalIncludeDirectories="$(IntDir)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
@ -210,6 +230,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\BaseInfo.cpp">
|
RelativePath="..\..\..\mysterx\dotnet\BaseInfo.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\mysterx\dotnet\dotnet.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\Patch.cpp">
|
RelativePath="..\..\..\mysterx\dotnet\Patch.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
@ -219,15 +242,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\SimpleException.cpp">
|
RelativePath="..\..\..\mysterx\dotnet\SimpleException.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\mysterx\dotnet\Synchronize.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\mysterx\dotnet\dotnet.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\stdafx.cpp">
|
RelativePath="..\..\..\mysterx\dotnet\stdafx.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -249,6 +263,12 @@
|
||||||
UsePrecompiledHeader="1"/>
|
UsePrecompiledHeader="1"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\mysterx\dotnet\Synchronize.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\utils.cpp">
|
RelativePath="..\..\..\mysterx\dotnet\utils.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
@ -268,11 +288,14 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\Resource.h">
|
RelativePath="..\..\..\mysterx\dotnet\Resource.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\mysterx\dotnet\SimpleException.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\SList.h">
|
RelativePath="..\..\..\mysterx\dotnet\SList.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\SimpleException.h">
|
RelativePath="..\..\..\mysterx\dotnet\stdafx.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\Synchronize.h">
|
RelativePath="..\..\..\mysterx\dotnet\Synchronize.h">
|
||||||
|
@ -280,9 +303,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.h">
|
RelativePath="..\..\..\mysterx\dotnet\ThreadInfo.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\mysterx\dotnet\stdafx.h">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
Name="Resource Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="dotnetPS"
|
Name="dotnetPS"
|
||||||
ProjectGUID="{5BF37E89-6891-42AD-9133-77B412C01724}"
|
ProjectGUID="{5BF37E89-6891-42AD-9133-77B412C01724}"
|
||||||
Keyword="AtlPSProj">
|
Keyword="AtlPSProj">
|
||||||
|
@ -45,8 +45,14 @@ Exit 1
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Jrm|Win32"
|
Name="Jrm|Win32"
|
||||||
|
@ -83,8 +89,14 @@ Exit 1
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -124,10 +136,18 @@ Exit 1
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,28 +1,38 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysc", "mysc\mysc.vcproj", "{71042DA0-8212-49BB-A3B2-9387D4D39FA6}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysc", "mysc\mysc.vcproj", "{71042DA0-8212-49BB-A3B2-9387D4D39FA6}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myspage", "myspage\myspage.vcproj", "{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myspage", "myspage\myspage.vcproj", "{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{71042DA0-8212-49BB-A3B2-9387D4D39FA6} = {71042DA0-8212-49BB-A3B2-9387D4D39FA6}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myssink", "myssink\myssink.vcproj", "{1B8F4E47-9F2D-45EA-9941-7672B28E8285}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "myssink", "myssink\myssink.vcproj", "{1B8F4E47-9F2D-45EA-9941-7672B28E8285}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmysterx", "libmysterx.vcproj", "{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}"
|
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}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dotnet", "dotnet\dotnet.vcproj", "{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dotnet", "dotnet\dotnet.vcproj", "{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dotnetPS", "dotnet\dotnetPS.vcproj", "{5BF37E89-6891-42AD-9133-77B412C01724}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dotnetPS", "dotnet\dotnetPS.vcproj", "{5BF37E89-6891-42AD-9133-77B412C01724}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{44BA9F7B-63F7-41F4-B8E9-8C69A08A677C} = {44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
ConfigName.0 = Debug
|
Debug = Debug
|
||||||
ConfigName.1 = Jrm
|
Jrm = Jrm
|
||||||
ConfigName.2 = Release
|
Release = Release
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}.0 = {71042DA0-8212-49BB-A3B2-9387D4D39FA6}
|
|
||||||
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.0 = {1B8F4E47-9F2D-45EA-9941-7672B28E8285}
|
|
||||||
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.1 = {4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}
|
|
||||||
{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}.2 = {71042DA0-8212-49BB-A3B2-9387D4D39FA6}
|
|
||||||
{5BF37E89-6891-42AD-9133-77B412C01724}.0 = {44BA9F7B-63F7-41F4-B8E9-8C69A08A677C}
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Debug.ActiveCfg = Debug|Win32
|
{71042DA0-8212-49BB-A3B2-9387D4D39FA6}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="libmysterx"
|
Name="libmysterx"
|
||||||
ProjectGUID="{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}"
|
ProjectGUID="{68D1B4E0-D9D3-45C3-9BCC-A5491F1F755A}"
|
||||||
Keyword="Win32Proj">
|
Keyword="Win32Proj">
|
||||||
|
@ -65,8 +65,14 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Jrm|Win32"
|
Name="Jrm|Win32"
|
||||||
|
@ -123,8 +129,14 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -184,10 +196,18 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="mysc"
|
Name="mysc"
|
||||||
ProjectGUID="{71042DA0-8212-49BB-A3B2-9387D4D39FA6}"
|
ProjectGUID="{71042DA0-8212-49BB-A3B2-9387D4D39FA6}"
|
||||||
Keyword="Win32Proj">
|
Keyword="Win32Proj">
|
||||||
|
@ -46,6 +46,12 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Jrm|Win32"
|
Name="Jrm|Win32"
|
||||||
|
@ -83,6 +89,12 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -127,8 +139,16 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="myspage"
|
Name="myspage"
|
||||||
ProjectGUID="{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}"
|
ProjectGUID="{4F5E803D-985F-43B1-8BDC-B8F6D12F56B8}"
|
||||||
Keyword="Win32Proj">
|
Keyword="Win32Proj">
|
||||||
|
@ -70,8 +70,14 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Jrm|Win32"
|
Name="Jrm|Win32"
|
||||||
|
@ -134,8 +140,14 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -202,10 +214,18 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="myssink"
|
Name="myssink"
|
||||||
ProjectGUID="{1B8F4E47-9F2D-45EA-9941-7672B28E8285}"
|
ProjectGUID="{1B8F4E47-9F2D-45EA-9941-7672B28E8285}"
|
||||||
Keyword="Win32Proj">
|
Keyword="Win32Proj">
|
||||||
|
@ -69,8 +69,14 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Jrm|Win32"
|
Name="Jrm|Win32"
|
||||||
|
@ -131,8 +137,14 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -200,10 +212,18 @@
|
||||||
Name="VCResourceCompilerTool"/>
|
Name="VCResourceCompilerTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,185 +1,199 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="libmzgc"
|
Name="libmzgc"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="Debug"
|
OutputDirectory="Debug"
|
||||||
IntermediateDirectory="Debug"
|
IntermediateDirectory="Debug"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..\..\MzScheme\Gc\Include,$(NOINHERIT)"
|
AdditionalIncludeDirectories="..\..\MzScheme\Gc\Include,$(NOINHERIT)"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_BUILD;MD_LIB_MAIN;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_BUILD;MD_LIB_MAIN;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
UsePrecompiledHeader="0"
|
UsePrecompiledHeader="0"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
CompileAs="0"/>
|
CompileAs="0"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
AdditionalDependencies="Unicows.lib User32.lib"
|
AdditionalDependencies="Unicows.lib User32.lib"
|
||||||
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG"
|
PreprocessorDefinitions="NDEBUG"
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
</Configuration>
|
<Tool
|
||||||
<Configuration
|
Name="VCWebDeploymentTool"/>
|
||||||
Name="Release|Win32"
|
<Tool
|
||||||
OutputDirectory="Release"
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
IntermediateDirectory="Release"
|
<Tool
|
||||||
ConfigurationType="2"
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
UseOfMFC="0"
|
</Configuration>
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
<Configuration
|
||||||
CharacterSet="2">
|
Name="Release|Win32"
|
||||||
<Tool
|
OutputDirectory="Release"
|
||||||
Name="VCCLCompilerTool"
|
IntermediateDirectory="Release"
|
||||||
GlobalOptimizations="TRUE"
|
ConfigurationType="2"
|
||||||
InlineFunctionExpansion="2"
|
UseOfMFC="0"
|
||||||
EnableIntrinsicFunctions="TRUE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
FavorSizeOrSpeed="1"
|
CharacterSet="2">
|
||||||
AdditionalIncludeDirectories="..\..\MzScheme\Gc\Include,$(NOINHERIT)"
|
<Tool
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_BUILD;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL"
|
Name="VCCLCompilerTool"
|
||||||
StringPooling="TRUE"
|
GlobalOptimizations="TRUE"
|
||||||
RuntimeLibrary="0"
|
InlineFunctionExpansion="2"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableIntrinsicFunctions="TRUE"
|
||||||
UsePrecompiledHeader="0"
|
FavorSizeOrSpeed="1"
|
||||||
WarningLevel="3"
|
AdditionalIncludeDirectories="..\..\MzScheme\Gc\Include,$(NOINHERIT)"
|
||||||
SuppressStartupBanner="TRUE"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_BUILD;SILENT;OLD_BLOCK_ALLOC;LARGE_CONFIG;ATOMIC_UNCOLLECTABLE;INITIAL_MARK_STACK_SIZE=8192;GC_DLL"
|
||||||
DebugInformationFormat="3"
|
StringPooling="TRUE"
|
||||||
CompileAs="0"/>
|
RuntimeLibrary="0"
|
||||||
<Tool
|
EnableFunctionLevelLinking="TRUE"
|
||||||
Name="VCCustomBuildTool"/>
|
UsePrecompiledHeader="0"
|
||||||
<Tool
|
WarningLevel="3"
|
||||||
Name="VCLinkerTool"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
DebugInformationFormat="3"
|
||||||
AdditionalDependencies="Unicows.lib User32.lib"
|
CompileAs="0"/>
|
||||||
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
<Tool
|
||||||
SuppressStartupBanner="TRUE"
|
Name="VCCustomBuildTool"/>
|
||||||
GenerateDebugInformation="TRUE"
|
<Tool
|
||||||
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
Name="VCLinkerTool"
|
||||||
<Tool
|
AdditionalOptions="/MACHINE:I386"
|
||||||
Name="VCMIDLTool"/>
|
AdditionalDependencies="Unicows.lib User32.lib"
|
||||||
<Tool
|
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
||||||
Name="VCPostBuildEventTool"/>
|
SuppressStartupBanner="TRUE"
|
||||||
<Tool
|
GenerateDebugInformation="TRUE"
|
||||||
Name="VCPreBuildEventTool"/>
|
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCMIDLTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCPostBuildEventTool"/>
|
||||||
PreprocessorDefinitions="NDEBUG"
|
<Tool
|
||||||
Culture="1033"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCResourceCompilerTool"
|
||||||
</Configuration>
|
PreprocessorDefinitions="NDEBUG"
|
||||||
</Configurations>
|
Culture="1033"/>
|
||||||
<Files>
|
<Tool
|
||||||
<Filter
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
Name="Source Files"
|
<Tool
|
||||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<File
|
<Tool
|
||||||
RelativePath="..\..\Mzscheme\Gc\Allchblk.c">
|
Name="VCWebDeploymentTool"/>
|
||||||
</File>
|
<Tool
|
||||||
<File
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
RelativePath="..\..\Mzscheme\Gc\Alloc.c">
|
<Tool
|
||||||
</File>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
<File
|
</Configuration>
|
||||||
RelativePath="..\..\Mzscheme\Gc\Blacklst.c">
|
</Configurations>
|
||||||
</File>
|
<References>
|
||||||
<File
|
</References>
|
||||||
RelativePath="..\..\Mzscheme\Gc\Dyn_load.c">
|
<Files>
|
||||||
</File>
|
<Filter
|
||||||
<File
|
Name="Source Files"
|
||||||
RelativePath="..\..\Mzscheme\Gc\Finalize.c">
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Allchblk.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Headers.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Alloc.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Mach_dep.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Blacklst.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Malloc.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Dyn_load.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Mallocx.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Finalize.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Mark.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Headers.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Mark_rts.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Mach_dep.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Misc.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Malloc.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\New_hblk.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Mallocx.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Obj_map.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Mark.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Os_dep.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Mark_rts.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Reclaim.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Misc.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\Stubborn.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\New_hblk.c">
|
||||||
RelativePath="..\mzscheme\uniplt.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Gc\Obj_map.c">
|
||||||
RelativePath="..\..\Mzscheme\Gc\win32_threads.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
</Filter>
|
RelativePath="..\..\Mzscheme\Gc\Os_dep.c">
|
||||||
<Filter
|
</File>
|
||||||
Name="Header Files"
|
<File
|
||||||
Filter="h;hpp;hxx;hm;inl">
|
RelativePath="..\..\Mzscheme\Gc\Reclaim.c">
|
||||||
</Filter>
|
</File>
|
||||||
<Filter
|
<File
|
||||||
Name="Resource Files"
|
RelativePath="..\..\Mzscheme\Gc\Stubborn.c">
|
||||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
</File>
|
||||||
</Filter>
|
<File
|
||||||
</Files>
|
RelativePath="..\mzscheme\uniplt.c">
|
||||||
<Globals>
|
</File>
|
||||||
</Globals>
|
<File
|
||||||
|
RelativePath="..\..\Mzscheme\Gc\win32_threads.c">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
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>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
|
@ -1,266 +1,280 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="libmzsch"
|
Name="libmzsch"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
Name="Win32"/>
|
Name="Win32"/>
|
||||||
</Platforms>
|
</Platforms>
|
||||||
<Configurations>
|
<Configurations>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
OutputDirectory="Debug"
|
OutputDirectory="Debug"
|
||||||
IntermediateDirectory="Debug"
|
IntermediateDirectory="Debug"
|
||||||
ConfigurationType="2"
|
ConfigurationType="2"
|
||||||
UseOfMFC="0"
|
UseOfMFC="0"
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
CharacterSet="2">
|
CharacterSet="2">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
AdditionalIncludeDirectories="..,..\..\mzscheme\include,..\..\mzscheme\src,..\..\foreign\libffi_msvc,$(NOINHERIT)"
|
AdditionalIncludeDirectories="..,..\..\mzscheme\include,..\..\mzscheme\src,..\..\foreign\libffi_msvc,$(NOINHERIT)"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__"
|
||||||
BasicRuntimeChecks="3"
|
BasicRuntimeChecks="3"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
CompileAs="0"/>
|
CompileAs="0"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
AdditionalDependencies="Unicows.lib WSock32.lib Shell32.lib User32.lib"
|
AdditionalDependencies="Unicows.lib WSock32.lib Shell32.lib User32.lib"
|
||||||
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
BaseAddress="0x10400000"
|
BaseAddress="0x10400000"
|
||||||
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG"
|
PreprocessorDefinitions="NDEBUG"
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
</Configuration>
|
<Tool
|
||||||
<Configuration
|
Name="VCWebDeploymentTool"/>
|
||||||
Name="Release|Win32"
|
<Tool
|
||||||
OutputDirectory="Release"
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
IntermediateDirectory="Release"
|
<Tool
|
||||||
ConfigurationType="2"
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
UseOfMFC="0"
|
</Configuration>
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
<Configuration
|
||||||
CharacterSet="2">
|
Name="Release|Win32"
|
||||||
<Tool
|
OutputDirectory="Release"
|
||||||
Name="VCCLCompilerTool"
|
IntermediateDirectory="Release"
|
||||||
GlobalOptimizations="TRUE"
|
ConfigurationType="2"
|
||||||
InlineFunctionExpansion="2"
|
UseOfMFC="0"
|
||||||
EnableIntrinsicFunctions="TRUE"
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
||||||
FavorSizeOrSpeed="1"
|
CharacterSet="2">
|
||||||
AdditionalIncludeDirectories="..,..\..\mzscheme\include,..\..\mzscheme\src,..\..\foreign\libffi_msvc,$(NOINHERIT)"
|
<Tool
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__"
|
Name="VCCLCompilerTool"
|
||||||
StringPooling="TRUE"
|
GlobalOptimizations="TRUE"
|
||||||
RuntimeLibrary="0"
|
InlineFunctionExpansion="2"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableIntrinsicFunctions="TRUE"
|
||||||
UsePrecompiledHeader="2"
|
FavorSizeOrSpeed="1"
|
||||||
WarningLevel="3"
|
AdditionalIncludeDirectories="..,..\..\mzscheme\include,..\..\mzscheme\src,..\..\foreign\libffi_msvc,$(NOINHERIT)"
|
||||||
SuppressStartupBanner="TRUE"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GC_DLL;__STDC__"
|
||||||
DebugInformationFormat="3"
|
StringPooling="TRUE"
|
||||||
CompileAs="0"/>
|
RuntimeLibrary="0"
|
||||||
<Tool
|
EnableFunctionLevelLinking="TRUE"
|
||||||
Name="VCCustomBuildTool"/>
|
UsePrecompiledHeader="2"
|
||||||
<Tool
|
WarningLevel="3"
|
||||||
Name="VCLinkerTool"
|
SuppressStartupBanner="TRUE"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
DebugInformationFormat="3"
|
||||||
AdditionalDependencies="Unicows.lib WSock32.lib Shell32.lib User32.lib"
|
CompileAs="0"/>
|
||||||
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
<Tool
|
||||||
SuppressStartupBanner="TRUE"
|
Name="VCCustomBuildTool"/>
|
||||||
GenerateDebugInformation="TRUE"
|
<Tool
|
||||||
BaseAddress="0x10400000"
|
Name="VCLinkerTool"
|
||||||
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
AdditionalOptions="/MACHINE:I386"
|
||||||
<Tool
|
AdditionalDependencies="Unicows.lib WSock32.lib Shell32.lib User32.lib"
|
||||||
Name="VCMIDLTool"/>
|
OutputFile="..\..\..\$(ProjectName)xxxxxxx.dll"
|
||||||
<Tool
|
SuppressStartupBanner="TRUE"
|
||||||
Name="VCPostBuildEventTool"/>
|
GenerateDebugInformation="TRUE"
|
||||||
<Tool
|
BaseAddress="0x10400000"
|
||||||
Name="VCPreBuildEventTool"/>
|
ImportLibrary="..\..\..\lib\msvc\$(ProjectName)xxxxxxx.lib"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCMIDLTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCPostBuildEventTool"/>
|
||||||
PreprocessorDefinitions="NDEBUG"
|
<Tool
|
||||||
Culture="1033"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCResourceCompilerTool"
|
||||||
</Configuration>
|
PreprocessorDefinitions="NDEBUG"
|
||||||
</Configurations>
|
Culture="1033"/>
|
||||||
<Files>
|
<Tool
|
||||||
<Filter
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
Name="Source Files"
|
<Tool
|
||||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<File
|
<Tool
|
||||||
RelativePath="..\..\Mzscheme\Src\Bignum.c">
|
Name="VCWebDeploymentTool"/>
|
||||||
</File>
|
<Tool
|
||||||
<File
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
RelativePath="..\..\Mzscheme\Src\Bool.c">
|
<Tool
|
||||||
</File>
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
<File
|
</Configuration>
|
||||||
RelativePath="..\..\Mzscheme\Src\Char.c">
|
</Configurations>
|
||||||
</File>
|
<References>
|
||||||
<File
|
</References>
|
||||||
RelativePath="..\..\Mzscheme\Src\Complex.c">
|
<Files>
|
||||||
</File>
|
<Filter
|
||||||
<File
|
Name="Source Files"
|
||||||
RelativePath="..\..\Mzscheme\Src\Dynext.c">
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Bignum.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Env.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Bool.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Error.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\builtin.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Eval.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Char.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\File.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Complex.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Fun.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Dynext.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Hash.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Env.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\List.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Error.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Number.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Eval.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Port.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\foreign\libffi_msvc\ffi.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Print.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\File.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Rational.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\foreign\foreign.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Read.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Fun.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Regexp.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\gmp\gmp.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Salloc.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Hash.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Sema.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\image.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Setjmpup.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\List.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\String.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\module.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Struct.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\mzsj86.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Symbol.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\network.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Syntax.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\numarith.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\Type.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Number.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\builtin.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\numcomp.c">
|
||||||
RelativePath="..\..\foreign\libffi_msvc\ffi.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\numstr.c">
|
||||||
RelativePath="..\..\foreign\foreign.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Port.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\gmp\gmp.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\portfun.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\image.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\foreign\libffi_msvc\prep_cif.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\module.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Print.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\mzsj86.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Rational.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\network.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Read.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\numarith.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Regexp.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\numcomp.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Salloc.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\numstr.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Sema.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\portfun.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Setjmpup.c">
|
||||||
RelativePath="..\..\foreign\libffi_msvc\prep_cif.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\String.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\stxobj.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Struct.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\thread.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\stxobj.c">
|
||||||
RelativePath="..\..\foreign\libffi_msvc\types.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Symbol.c">
|
||||||
RelativePath="..\mzscheme\uniplt.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\Syntax.c">
|
||||||
RelativePath="..\..\Mzscheme\Src\vector.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
<File
|
RelativePath="..\..\Mzscheme\Src\thread.c">
|
||||||
RelativePath="..\..\foreign\libffi_msvc\win32.c">
|
</File>
|
||||||
</File>
|
<File
|
||||||
</Filter>
|
RelativePath="..\..\Mzscheme\Src\Type.c">
|
||||||
<Filter
|
</File>
|
||||||
Name="Header Files"
|
<File
|
||||||
Filter="h;hpp;hxx;hm;inl">
|
RelativePath="..\..\foreign\libffi_msvc\types.c">
|
||||||
</Filter>
|
</File>
|
||||||
<Filter
|
<File
|
||||||
Name="Resource Files"
|
RelativePath="..\mzscheme\uniplt.c">
|
||||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
</File>
|
||||||
</Filter>
|
<File
|
||||||
</Files>
|
RelativePath="..\..\Mzscheme\Src\vector.c">
|
||||||
<Globals>
|
</File>
|
||||||
</Globals>
|
<File
|
||||||
|
RelativePath="..\..\foreign\libffi_msvc\win32.c">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
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>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
</VisualStudioProject>
|
</VisualStudioProject>
|
||||||
|
|
|
@ -1,47 +1,69 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MrEd", "mred.vcproj", "{D59A2B28-330B-41F5-8261-F5BC1019E163}"
|
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}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmred", "..\libmred\libmred.vcproj", "{81BD2D42-F150-493D-94BA-88585B202789}"
|
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}
|
||||||
|
{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3} = {1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}
|
||||||
|
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90} = {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{66548E7B-294E-40EF-B7C0-C8D6D7E6234F} = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{66548E7B-294E-40EF-B7C0-C8D6D7E6234F}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jpeg", "..\jpeg\jpeg.vcproj", "{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jpeg", "..\jpeg\jpeg.vcproj", "{1549C7C5-AF41-43BE-B905-BA6374FE6BEC}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "png", "..\png\png.vcproj", "{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "png", "..\png\png.vcproj", "{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxme", "..\wxme\wxme.vcproj", "{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxme", "..\wxme\wxme.vcproj", "{1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxs", "..\wxs\wxs.vcproj", "{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxs", "..\wxs\wxs.vcproj", "{B9FC613A-B427-4DB5-B1E3-7673D384ECE3}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxutils", "..\wxutils\wxutils.vcproj", "{31231DD7-4B8F-4E46-A747-81E41AFE04B5}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxutils", "..\wxutils\wxutils.vcproj", "{31231DD7-4B8F-4E46-A747-81E41AFE04B5}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxwin", "..\wxwin\wxwin.vcproj", "{5386B148-05B4-483B-B144-C3E2A6E15C78}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxwin", "..\wxwin\wxwin.vcproj", "{5386B148-05B4-483B-B144-C3E2A6E15C78}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "..\zlib\zlib.vcproj", "{8CE7DC81-695B-436B-AA96-2D753846AFE5}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "..\zlib\zlib.vcproj", "{8CE7DC81-695B-436B-AA96-2D753846AFE5}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pltgdi", "..\pltgdi\pltgdi.vcproj", "{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pltgdi", "..\pltgdi\pltgdi.vcproj", "{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
ConfigName.0 = Debug
|
Debug = Debug
|
||||||
ConfigName.1 = Release
|
Release = Release
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
{D59A2B28-330B-41F5-8261-F5BC1019E163}.0 = {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}
|
|
||||||
{D59A2B28-330B-41F5-8261-F5BC1019E163}.1 = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
|
|
||||||
{D59A2B28-330B-41F5-8261-F5BC1019E163}.2 = {81BD2D42-F150-493D-94BA-88585B202789}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.0 = {A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.1 = {1C9F9C4D-FA97-4A56-8E7F-CA1EC99C35E3}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.2 = {1549C7C5-AF41-43BE-B905-BA6374FE6BEC}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.3 = {85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.4 = {B9FC613A-B427-4DB5-B1E3-7673D384ECE3}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.5 = {31231DD7-4B8F-4E46-A747-81E41AFE04B5}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.6 = {5386B148-05B4-483B-B144-C3E2A6E15C78}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.7 = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
|
|
||||||
{81BD2D42-F150-493D-94BA-88585B202789}.8 = {8CE7DC81-695B-436B-AA96-2D753846AFE5}
|
|
||||||
{A6713577-7DFB-48F8-B8C1-7DB2D7C51F90}.0 = {66548E7B-294E-40EF-B7C0-C8D6D7E6234F}
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug.ActiveCfg = Debug|Win32
|
{D59A2B28-330B-41F5-8261-F5BC1019E163}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="MrEd"
|
Name="MrEd"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -41,11 +41,11 @@
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
AdditionalDependencies="Unicows.lib WSock32.lib User32.lib Advapi32.lib"
|
AdditionalDependencies="Unicows.lib WSock32.lib User32.lib Advapi32.lib"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
IgnoreDefaultLibraryNames="libcd.lib"
|
IgnoreDefaultLibraryNames="libcd.lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
||||||
SubSystem="2"/>
|
SubSystem="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
|
@ -62,8 +62,14 @@
|
||||||
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"/>
|
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
|
@ -91,10 +97,10 @@
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
AdditionalDependencies="Unicows.lib WSock32.lib User32.lib Advapi32.lib"
|
AdditionalDependencies="Unicows.lib WSock32.lib User32.lib Advapi32.lib"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
IgnoreDefaultLibraryNames="libcd.lib"
|
IgnoreDefaultLibraryNames="libcd.lib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
||||||
SubSystem="2"/>
|
SubSystem="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
|
@ -111,10 +117,18 @@
|
||||||
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"/>
|
AdditionalIncludeDirectories="..\..\wxwindow\include\msw;..\..\wxwindow\contrib\fafa"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
@ -132,6 +146,12 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
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">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\mred\mred.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mred\Wxme\Wx_cgrec.h">
|
RelativePath="..\..\mred\Wxme\Wx_cgrec.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -141,15 +161,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mred\Wxme\Wx_medad.h">
|
RelativePath="..\..\mred\Wxme\Wx_medad.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\mred\Wxme\Wx_snip.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\mred\wxme\edjr.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\mred\mred.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mred\wxme\wx_media.h">
|
RelativePath="..\..\mred\wxme\wx_media.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -162,6 +173,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mred\Wxme\wx_mpriv.h">
|
RelativePath="..\..\mred\Wxme\wx_mpriv.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\mred\Wxme\Wx_snip.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mred\wxme\wx_style.h">
|
RelativePath="..\..\mred\wxme\wx_style.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -175,18 +189,15 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\BULLSEYE.CUR">
|
RelativePath=".\BULLSEYE.CUR">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\HAND.CUR">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\WATCH1.CUR">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\child.ico">
|
RelativePath=".\child.ico">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\fafa.ico">
|
RelativePath=".\fafa.ico">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\HAND.CUR">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\mdi.ico">
|
RelativePath=".\mdi.ico">
|
||||||
</File>
|
</File>
|
||||||
|
@ -196,6 +207,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\std.ico">
|
RelativePath=".\std.ico">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\WATCH1.CUR">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MrStart", "mrstart.vcproj", "{138CC248-8A45-436E-A4A6-E7570D7C2C0F}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MrStart", "mrstart.vcproj", "{138CC248-8A45-436E-A4A6-E7570D7C2C0F}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
ConfigName.0 = Release
|
Release = Release
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
{138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release.ActiveCfg = Release|Win32
|
{138CC248-8A45-436E-A4A6-E7570D7C2C0F}.Release.ActiveCfg = Release|Win32
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="MrStart"
|
Name="MrStart"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -37,9 +37,9 @@
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
OutputFile="..\..\..\collects\launcher\$(ProjectName).exe"
|
OutputFile="..\..\..\collects\launcher\$(ProjectName).exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="..\..\..\collects\launcher\$(ProjectName).pdb"
|
ProgramDatabaseFile="..\..\..\collects\launcher\$(ProjectName).pdb"
|
||||||
SuppressStartupBanner="TRUE"
|
|
||||||
SubSystem="2"/>
|
SubSystem="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
|
@ -57,14 +57,22 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
PreprocessorDefinitions="NDEBUG,MRSTART"
|
PreprocessorDefinitions="NDEBUG,MRSTART"
|
||||||
AdditionalIncludeDirectories="..\starters;$(NoInherit)"
|
Culture="1033"
|
||||||
Culture="1033"/>
|
AdditionalIncludeDirectories="..\starters;$(NoInherit)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="MzCOM"
|
Name="MzCOM"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -37,9 +37,9 @@
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
||||||
SubSystem="2"/>
|
SubSystem="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
|
@ -52,13 +52,19 @@
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"
|
|
||||||
PreprocessorDefinitions="_DEBUG"
|
PreprocessorDefinitions="_DEBUG"
|
||||||
Culture="1033"/>
|
Culture="1033"
|
||||||
|
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -91,10 +97,10 @@
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
||||||
SubSystem="2"/>
|
SubSystem="2"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"
|
Name="VCMIDLTool"
|
||||||
|
@ -107,15 +113,23 @@
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"
|
|
||||||
PreprocessorDefinitions="NDEBUG"
|
PreprocessorDefinitions="NDEBUG"
|
||||||
Culture="1033"/>
|
Culture="1033"
|
||||||
|
AdditionalIncludeDirectories="..\..\mzcom,$(OutDir),$(NOINHERIT)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
@ -137,10 +151,10 @@
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
Filter="h;hpp;hxx;hm;inl">
|
Filter="h;hpp;hxx;hm;inl">
|
||||||
<File
|
<File
|
||||||
RelativePath=".\MzCOMCP.h">
|
RelativePath=".\mzcom.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\mzcom.h">
|
RelativePath=".\MzCOMCP.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mzcom\mzobj.h">
|
RelativePath="..\..\mzcom\mzobj.h">
|
||||||
|
@ -149,18 +163,18 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Resource Files"
|
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.rgs">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\MzObj.rgs">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\mzcom.ico">
|
RelativePath=".\mzcom.ico">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\mzcom.rc">
|
RelativePath=".\mzcom.rc">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\MzCOM.rgs">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\MzObj.rgs">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
|
@ -1,33 +1,37 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzCOM", "MzCOM.vcproj", "{36F31050-55C6-41A3-A23E-3008EBFC1273}"
|
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}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{4894077C-B1DF-438E-9978-96628CD3F030}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{4894077C-B1DF-438E-9978-96628CD3F030}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{3FAA1824-F251-4A4F-A585-33308CCC51A8} = {3FAA1824-F251-4A4F-A585-33308CCC51A8}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{3FAA1824-F251-4A4F-A585-33308CCC51A8}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{3FAA1824-F251-4A4F-A585-33308CCC51A8}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
ConfigName.0 = Debug
|
Debug = Debug
|
||||||
ConfigName.1 = Release
|
Release = Release
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
{4894077C-B1DF-438E-9978-96628CD3F030}.0 = {3FAA1824-F251-4A4F-A585-33308CCC51A8}
|
|
||||||
{36F31050-55C6-41A3-A23E-3008EBFC1273}.0 = {3FAA1824-F251-4A4F-A585-33308CCC51A8}
|
|
||||||
{36F31050-55C6-41A3-A23E-3008EBFC1273}.1 = {4894077C-B1DF-438E-9978-96628CD3F030}
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug.ActiveCfg = Debug|Win32
|
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug.ActiveCfg = Debug|Win32
|
||||||
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Debug.Build.0 = 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.ActiveCfg = Release|Win32
|
||||||
{36F31050-55C6-41A3-A23E-3008EBFC1273}.Release.Build.0 = Release|Win32
|
{36F31050-55C6-41A3-A23E-3008EBFC1273}.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
|
|
||||||
{4894077C-B1DF-438E-9978-96628CD3F030}.Debug.ActiveCfg = Debug|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}.Debug.Build.0 = Debug|Win32
|
||||||
{4894077C-B1DF-438E-9978-96628CD3F030}.Release.ActiveCfg = Release|Win32
|
{4894077C-B1DF-438E-9978-96628CD3F030}.Release.ActiveCfg = Release|Win32
|
||||||
{4894077C-B1DF-438E-9978-96628CD3F030}.Release.Build.0 = 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
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
|
|
@ -1,33 +1,37 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mzscheme", "mzscheme.vcproj", "{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}"
|
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}
|
||||||
|
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D} = {CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzsch", "..\libmzsch\libmzsch.vcproj", "{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D} = {CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmzgc", "..\libmzgc\libmzgc.vcproj", "{CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
ConfigName.0 = Debug
|
Debug = Debug
|
||||||
ConfigName.1 = Release
|
Release = Release
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
{2D99E176-BCA5-4B8E-B25C-1B2D7179C188}.0 = {CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}
|
|
||||||
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.0 = {CB68718B-24BF-43E3-9E96-BCF9B37CFE2D}
|
|
||||||
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.1 = {2D99E176-BCA5-4B8E-B25C-1B2D7179C188}
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
{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
|
|
||||||
{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
|
|
||||||
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug.ActiveCfg = Debug|Win32
|
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug.ActiveCfg = Debug|Win32
|
||||||
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Debug.Build.0 = 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.ActiveCfg = Release|Win32
|
||||||
{EB7023C8-6D72-4DE4-ADFC-3913C4C70991}.Release.Build.0 = 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
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="MzScheme"
|
Name="MzScheme"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -36,9 +36,9 @@
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
||||||
SubSystem="1"/>
|
SubSystem="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
|
@ -65,8 +65,14 @@ cd ..\..\worksp\mzscheme
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -98,10 +104,10 @@ cd ..\..\worksp\mzscheme
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalOptions="/MACHINE:I386"
|
AdditionalOptions="/MACHINE:I386"
|
||||||
OutputFile="..\..\..\$(ProjectName).exe"
|
OutputFile="..\..\..\$(ProjectName).exe"
|
||||||
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="..\..\..\$(ProjectName).pdb"
|
||||||
SubSystem="1"/>
|
SubSystem="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
|
@ -128,10 +134,18 @@ cd ..\..\worksp\mzscheme
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzStart", "mzstart.vcproj", "{838B0D91-A8B3-4716-9D37-E0E444B563D2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MzStart", "mzstart.vcproj", "{838B0D91-A8B3-4716-9D37-E0E444B563D2}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
ConfigName.0 = Release
|
Release = Release
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
{838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release.ActiveCfg = Release|Win32
|
{838B0D91-A8B3-4716-9D37-E0E444B563D2}.Release.ActiveCfg = Release|Win32
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="MzStart"
|
Name="MzStart"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -51,15 +51,23 @@
|
||||||
Name="VCPreLinkEventTool"/>
|
Name="VCPreLinkEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
AdditionalIncludeDirectories="..\starters;$(NoInherit)"
|
|
||||||
PreprocessorDefinitions="NDEBUG,MZSTART"
|
PreprocessorDefinitions="NDEBUG,MZSTART"
|
||||||
Culture="1033"/>
|
Culture="1033"
|
||||||
|
AdditionalIncludeDirectories="..\starters;$(NoInherit)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="pltgdi"
|
Name="pltgdi"
|
||||||
ProjectGUID="{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}"
|
ProjectGUID="{7AA435B6-FCCA-41CB-87FF-C224FE1DAB88}"
|
||||||
Keyword="MFCDLLProj">
|
Keyword="MFCDLLProj">
|
||||||
|
@ -59,8 +59,14 @@
|
||||||
AdditionalIncludeDirectories="$(IntDir)"/>
|
AdditionalIncludeDirectories="$(IntDir)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -115,10 +121,18 @@
|
||||||
AdditionalIncludeDirectories="$(IntDir)"/>
|
AdditionalIncludeDirectories="$(IntDir)"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebDeploymentTool"/>
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="png"
|
Name="png"
|
||||||
ProjectGUID="{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}"
|
ProjectGUID="{85CFDF8A-E7A2-4B6D-A0D2-1C75835B6AEA}"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
|
@ -53,6 +53,12 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
|
@ -93,8 +99,16 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="wxme"
|
Name="wxme"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -48,6 +48,12 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -92,8 +98,16 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="wxs"
|
Name="wxs"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -48,6 +48,12 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -92,15 +98,20 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
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\WXSCHEME.cxx">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mred\Wxs\WXS_BMAP.cxx">
|
RelativePath="..\..\mred\Wxs\WXS_BMAP.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
@ -185,6 +196,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\mred\Wxs\WXS_WIN.cxx">
|
RelativePath="..\..\mred\Wxs\WXS_WIN.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\mred\Wxs\WXSCHEME.cxx">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="wxutils"
|
Name="wxutils"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -47,6 +47,12 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -90,8 +96,16 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
@ -120,15 +134,15 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crifrdat.c">
|
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Crifrdat.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\Wxwindow\Utils\Dib\DIB.cxx">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Data.c">
|
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Data.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Contrib\Fafa\Dialog.c">
|
RelativePath="..\..\Wxwindow\Contrib\Fafa\Dialog.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Wxwindow\Utils\Dib\DIB.cxx">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Contrib\Fafa\Draw.c">
|
RelativePath="..\..\Wxwindow\Contrib\Fafa\Draw.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -174,15 +188,15 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffrp.c">
|
RelativePath="..\..\Wxwindow\Contrib\Wxxpm\Libxpm.34b\Lib\Wrffrp.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Wxwindow\Src\Msw\wximgxbm.cxx">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyz3d.c">
|
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyz3d.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyzgauge.c">
|
RelativePath="..\..\Wxwindow\Contrib\Gauge\Zyzgauge.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\wximgxbm.cxx">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="wxwin"
|
Name="wxwin"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
SccLocalPath="">
|
SccLocalPath="">
|
||||||
|
@ -48,6 +48,12 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -91,8 +97,16 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
@ -193,9 +207,15 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\WX_GAUGE.cxx">
|
RelativePath="..\..\Wxwindow\Src\Msw\WX_GAUGE.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Wxwindow\Src\Msw\wx_gbox.cxx">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\WX_GDI.cxx">
|
RelativePath="..\..\Wxwindow\Src\Msw\WX_GDI.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\wxwindow\src\msw\wx_graph_glue.cxx">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\WX_ITEM.cxx">
|
RelativePath="..\..\Wxwindow\Src\Msw\WX_ITEM.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
@ -217,6 +237,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\WX_PANEL.cxx">
|
RelativePath="..\..\Wxwindow\Src\Msw\WX_PANEL.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\Wxwindow\Src\Msw\wx_pdf.cxx">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\WX_RBOX.cxx">
|
RelativePath="..\..\Wxwindow\Src\Msw\WX_RBOX.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
@ -235,15 +258,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\WX_WIN.cxx">
|
RelativePath="..\..\Wxwindow\Src\Msw\WX_WIN.cxx">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\wx_gbox.cxx">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\wxwindow\src\msw\wx_graph_glue.cxx">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\wx_pdf.cxx">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Wxwindow\Src\Msw\wximgfil.cxx">
|
RelativePath="..\..\Wxwindow\Src\Msw\wximgfil.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="7.00"
|
Version="7.10"
|
||||||
Name="zlib"
|
Name="zlib"
|
||||||
ProjectGUID="{8CE7DC81-695B-436B-AA96-2D753846AFE5}"
|
ProjectGUID="{8CE7DC81-695B-436B-AA96-2D753846AFE5}"
|
||||||
SccProjectName=""
|
SccProjectName=""
|
||||||
|
@ -50,6 +50,12 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
|
@ -94,8 +100,16 @@
|
||||||
Culture="1033"/>
|
Culture="1033"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCWebServiceProxyGeneratorTool"/>
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
<Files>
|
<Files>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Source Files"
|
Name="Source Files"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user