<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9.00" Name="DotNetUnmanagedApi" ProjectGUID="{EE7B8899-52B6-4D6D-8003-8953DB52E0FB}" RootNamespace="DotNetUnmanagedApi" Keyword="Win32Proj" TargetFrameworkVersion="131072" > <Platforms> <Platform Name="Win32" /> <Platform Name="x64" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="..\..\bin\debug" IntermediateDirectory="..\..\obj\debug\DotNetUnmanagedApi" ConfigurationType="2" CharacterSet="1" > <Tool Name="VCPreBuildEventTool" CommandLine="..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\Constants.xml C# ./Constants.cs
copy .\dotnet.i .\language.i
..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\MapGuideApiGen.xml C#
..\..\..\..\Oem\SwigEx\Win32\swig -c++ -csharp -dllname MapGuideUnmanagedApid -namespace OSGeo.MapGuide -proxydir .\custom -baseexception MgException -clsidcode getclassid.code -clsiddata m_cls_id -catchallcode catchall.code -dispose "((MgDisposable*)arg1)->Release()" -rethrow "e->Raise();" -nodefault -noconstants -module MapGuideApi -o MgApi_wrap.cpp -lib ..\..\..\..\Oem\SWIGEx\Lib MapGuideApi.i
" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\..\Oem\ACE\ACE_wrappers;..\..\..\..\Oem\dbxml\xerces-c-src\src;..\..\..\..\Common\Foundation;..\..\..\..\Common\PlatformBase;..\..\..\..\Common\Geometry" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL" MinimalRebuild="true" ExceptionHandling="2" BasicRuntimeChecks="3" RuntimeLibrary="3" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="ACEd.lib" OutputFile="$(OutDir)\MapGuideUnmanagedApid.dll" LinkIncremental="2" AdditionalLibraryDirectories="..\..\..\..\Oem\ACE\ACE_wrappers\lib" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)\MapGuideUnmanagedApid.pdb" SubSystem="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" ImportLibrary="..\..\lib\debug\MapGuideUnmanagedApid.lib" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCPostBuildEventTool" CommandLine="move /Y *.cs ..\DotNetApi" /> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="..\..\bin\release" IntermediateDirectory="..\..\obj\release\DotNetUnmanagedApi" ConfigurationType="2" CharacterSet="1" > <Tool Name="VCPreBuildEventTool" CommandLine="..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\Constants.xml C# ./Constants.cs
copy .\dotnet.i .\language.i
..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\MapGuideApiGen.xml C#
..\..\..\..\Oem\SwigEx\Win32\swig -c++ -csharp -namespace OSGeo.MapGuide -dllname MapGuideUnmanagedApi -proxydir .\custom -baseexception MgException -clsidcode getclassid.code -clsiddata m_cls_id -catchallcode catchall.code -dispose "((MgDisposable*)arg1)->Release()" -rethrow "e->Raise();" -nodefault -noconstants -module MapGuideApi -o MgApi_wrap.cpp -lib ..\..\..\..\Oem\SWIGEx\Lib MapGuideApi.i
" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\..\Oem\ACE\ACE_wrappers;..\..\..\..\Oem\dbxml\xerces-c-src\src;..\..\..\..\Common\Foundation;..\..\..\..\Common\PlatformBase;..\..\..\..\Common\Geometry;..\..\..\..\Common\MapGuideCommon;..\..\..\..\Common\MapGuideCommon\MapLayer" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" ExceptionHandling="2" RuntimeLibrary="2" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="ACE.lib" OutputFile="$(OutDir)\MapGuideUnmanagedApi.dll" LinkIncremental="1" AdditionalLibraryDirectories="..\..\..\..\Oem\ACE\ACE_wrappers\lib" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)\MapGuideUnmanagedApi.pdb" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" RandomizedBaseAddress="1" DataExecutionPrevention="0" ImportLibrary="..\..\lib\release\MapGuideUnmanagedApi.lib" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCPostBuildEventTool" CommandLine="move /Y *.cs ..\DotNetApi" /> </Configuration> <Configuration Name="Debug|x64" OutputDirectory="..\..\bin\debug64" IntermediateDirectory="..\..\obj\debug64\DotNetUnmanagedApi" ConfigurationType="2" CharacterSet="1" > <Tool Name="VCPreBuildEventTool" CommandLine="..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\Constants.xml C# ./Constants.cs
copy .\dotnet.i .\language.i
..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\MapGuideApiGen.xml C#
..\..\..\..\Oem\SwigEx\Win32\swig -c++ -csharp -dllname MapGuideUnmanagedApid -namespace OSGeo.MapGuide -proxydir .\custom -baseexception MgException -clsidcode getclassid.code -clsiddata m_cls_id -catchallcode catchall.code -dispose "((MgDisposable*)arg1)->Release()" -rethrow "e->Raise();" -nodefault -noconstants -module MapGuideApi -o MgApi_wrap.cpp -lib ..\..\..\..\Oem\SWIGEx\Lib MapGuideApi.i
" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\..\Oem\ACE\ACE_wrappers;..\..\..\..\Oem\dbxml\xerces-c-src\src;..\..\..\..\Common\Foundation;..\..\..\..\Common\PlatformBase;..\..\..\..\Common\Geometry" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL" MinimalRebuild="true" ExceptionHandling="2" BasicRuntimeChecks="3" RuntimeLibrary="3" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" IgnoreImportLibrary="false" AdditionalDependencies="ACEd.lib" OutputFile="$(OutDir)\MapGuideUnmanagedApid.dll" LinkIncremental="2" AdditionalLibraryDirectories="..\..\..\..\Oem\ACE\ACE_wrappers\lib64" IgnoreAllDefaultLibraries="false" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)\MapGuideUnmanagedApid.pdb" SubSystem="2" ImportLibrary="..\..\lib\debug64\MapGuideUnmanagedApid.lib" TargetMachine="17" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" CommandLine="move /Y *.cs ..\DotNetApi" /> </Configuration> <Configuration Name="Release|x64" OutputDirectory="..\..\bin\release64" IntermediateDirectory="..\..\obj\release64\DotNetUnmanagedApi" ConfigurationType="2" CharacterSet="1" > <Tool Name="VCPreBuildEventTool" CommandLine="..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\Constants.xml C# ./Constants.cs
copy .\dotnet.i .\language.i
..\..\..\..\BuildTools\WebTools\IMake\Win32\IMake.exe ..\MapGuideApi\MapGuideApiGen.xml C#
..\..\..\..\Oem\SwigEx\Win32\swig -c++ -csharp -namespace OSGeo.MapGuide -dllname MapGuideUnmanagedApi -proxydir .\custom -baseexception MgException -clsidcode getclassid.code -clsiddata m_cls_id -catchallcode catchall.code -dispose "((MgDisposable*)arg1)->Release()" -rethrow "e->Raise();" -nodefault -noconstants -module MapGuideApi -o MgApi_wrap.cpp -lib ..\..\..\..\Oem\SWIGEx\Lib MapGuideApi.i
" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\..\Oem\ACE\ACE_wrappers;..\..\..\..\Oem\dbxml\xerces-c-src\src;..\..\..\..\Common\Foundation;..\..\..\..\Common\PlatformBase;..\..\..\..\Common\Geometry;..\..\..\..\Common\MapGuideCommon;..\..\..\..\Common\MapGuideCommon\MapLayer" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL" ExceptionHandling="2" RuntimeLibrary="2" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="ACE.lib" OutputFile="$(OutDir)\MapGuideUnmanagedApi.dll" LinkIncremental="1" AdditionalLibraryDirectories="..\..\..\..\Oem\ACE\ACE_wrappers\lib64" GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)\MapGuideUnmanagedApi.pdb" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" ImportLibrary="..\..\lib\release64\MapGuideUnmanagedApi.lib" TargetMachine="17" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" CommandLine="move /Y *.cs ..\DotNetApi" /> </Configuration> </Configurations> <References> </References> <Files> <File RelativePath=".\catchall.code" > </File> <File RelativePath=".\dotnet.i" > </File> <File RelativePath=".\DotNetUnmanagedApi.rc" > </File> <File RelativePath=".\getclassid.code" > </File> <File RelativePath=".\MgApi_wrap.cpp" > </File> </Files> <Globals> </Globals> </VisualStudioProject>