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