[mapguide-commits] r9765 - in sandbox/jng/vanilla_swig/Bindings/src: Bindings Bindings/DotNet Bindings/DotNet/MapGuideCommon Bindings/DotNet/PlatformBase Managed/DotNet Managed/DotNet/OSGeo.MapGuide.Foundation/custom Managed/DotNet/OSGeo.MapGuide.MapGuideCommon Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64 Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native Managed/DotNet/OSGeo.MapGuide.PlatformBase Managed/DotNet/OSGeo.MapGuide.PlatformBase/custom
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Nov 10 03:22:48 PST 2020
Author: jng
Date: 2020-11-10 03:22:48 -0800 (Tue, 10 Nov 2020)
New Revision: 9765
Added:
sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/
sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.rc
sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.vcxproj
sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApiGen.xml
sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonConstants.xml
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native/
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native/README.txt
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/custom/
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/custom/AssemblyInfo.cs
Modified:
sandbox/jng/vanilla_swig/Bindings/src/Bindings/Bindings.sln
sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase/
sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase/PlatformBaseApi.rc
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Foundation/custom/AssemblyInfo.cs
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/
sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/OSGeo.MapGuide.PlatformBase.csproj
Log:
Next step in attempting to split up the .net binding. Add MgMapGuideCommon glue and .net wrapper.
Modified: sandbox/jng/vanilla_swig/Bindings/src/Bindings/Bindings.sln
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/Bindings.sln 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/Bindings.sln 2020-11-10 11:22:48 UTC (rev 9765)
@@ -65,7 +65,22 @@
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSGeo.MapGuide.PlatformBase", "..\Managed\DotNet\OSGeo.MapGuide.PlatformBase\OSGeo.MapGuide.PlatformBase.csproj", "{80D0D30B-A9E1-464B-93ED-0EFEAD4EE102}"
+ ProjectSection(ProjectDependencies) = postProject
+ {3BAE3F0E-8F3F-404B-B29B-5881C16BD33B} = {3BAE3F0E-8F3F-404B-B29B-5881C16BD33B}
+ EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MapGuideCommonApi", "DotNet\MapGuideCommon\MapGuideCommonApi.vcxproj", "{42FC41FD-742B-4AED-816E-C211F1B07F3F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {3BAE3F0E-8F3F-404B-B29B-5881C16BD33B} = {3BAE3F0E-8F3F-404B-B29B-5881C16BD33B}
+ {B994F673-EB8E-4C65-8884-B56AB8783115} = {B994F673-EB8E-4C65-8884-B56AB8783115}
+ {73C62FF2-C188-4A61-929E-2F112D7E17AA} = {73C62FF2-C188-4A61-929E-2F112D7E17AA}
+ EndProjectSection
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSGeo.MapGuide.MapGuideCommon", "..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\OSGeo.MapGuide.MapGuideCommon.csproj", "{B4C52243-CBA3-4FB7-BB22-4D44331D6058}"
+ ProjectSection(ProjectDependencies) = postProject
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F} = {42FC41FD-742B-4AED-816E-C211F1B07F3F}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -150,6 +165,20 @@
{80D0D30B-A9E1-464B-93ED-0EFEAD4EE102}.Release|Any CPU.Build.0 = Release|Any CPU
{80D0D30B-A9E1-464B-93ED-0EFEAD4EE102}.Release|x64.ActiveCfg = Release|Any CPU
{80D0D30B-A9E1-464B-93ED-0EFEAD4EE102}.Release|x64.Build.0 = Release|Any CPU
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F}.Debug|Any CPU.ActiveCfg = Debug|x64
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F}.Debug|x64.ActiveCfg = Debug|x64
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F}.Debug|x64.Build.0 = Debug|x64
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F}.Release|Any CPU.ActiveCfg = Release|x64
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F}.Release|x64.ActiveCfg = Release|x64
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F}.Release|x64.Build.0 = Release|x64
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Debug|x64.Build.0 = Debug|Any CPU
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Release|x64.ActiveCfg = Release|Any CPU
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -167,6 +196,8 @@
{15A784CC-1DA1-4AF2-81EA-D9EABCD4B760} = {A9257857-9844-4CEA-AF02-A7D8AB8F46AB}
{3BAE3F0E-8F3F-404B-B29B-5881C16BD33B} = {A9257857-9844-4CEA-AF02-A7D8AB8F46AB}
{80D0D30B-A9E1-464B-93ED-0EFEAD4EE102} = {A9257857-9844-4CEA-AF02-A7D8AB8F46AB}
+ {42FC41FD-742B-4AED-816E-C211F1B07F3F} = {A9257857-9844-4CEA-AF02-A7D8AB8F46AB}
+ {B4C52243-CBA3-4FB7-BB22-4D44331D6058} = {A9257857-9844-4CEA-AF02-A7D8AB8F46AB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {733BCCC2-0431-4AB7-ABB6-AAE81AB54C48}
Index: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon 2020-11-10 11:22:48 UTC (rev 9765)
Property changes on: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,7 ##
+language.i
+MapGuideCommonApi.i
+MapGuideCommonApi.vcxproj.user
+MapGuideCommonApi_Doc.i
+MapGuideCommonUnmanagedApi_wrap.cpp
+lib
+obj
Added: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.rc
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.rc (rev 0)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.rc 2020-11-10 11:22:48 UTC (rev 9765)
@@ -0,0 +1,96 @@
+// Microsoft Visual C++ generated resource script.
+//
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "winresrc.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "#include ""winresrc.h""\r\n"
+ "\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 3,0,0,0
+ PRODUCTVERSION 3,0,0,0
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "Open Source Geospatial Foundation"
+ VALUE "FileDescription", "MapGuideCommonUnmanagedApi Dynamic Link Library"
+ VALUE "FileVersion", "4, 0, 0, 0"
+ VALUE "InternalName", "MapGuideCommonUnmanagedApi"
+ VALUE "LegalCopyright", "Copyright (C) 2006-2020 by Autodesk, Inc."
+ VALUE "OriginalFilename", "MapGuideCommonUnmanagedApi.dll"
+ VALUE "ProductName", "MapGuide Open Source"
+ VALUE "ProductVersion", "4, 0, 0, 0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
Added: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.vcxproj
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.vcxproj (rev 0)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApi.vcxproj 2020-11-10 11:22:48 UTC (rev 9765)
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{42FC41FD-742B-4AED-816E-C211F1B07F3F}</ProjectGuid>
+ <RootNamespace>MapGuideCommonUnmanagedApi</RootNamespace>
+ <Keyword>Win32Proj</Keyword>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v140</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v140</PlatformToolset>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">bin\$(Configuration)64\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">obj\$(Configuration)64\MapGuideCommonUnmanagedApi\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\runtimes\win-x64\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">obj\$(Configuration)64\MapGuideCommonUnmanagedApi\</IntDir>
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MapGuideCommonUnmanagedApid</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MapGuideCommonUnmanagedApi</TargetName>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <PreBuildEvent>
+ <Command>if exist "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\*.cs" del /Q "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\*.cs"
+if exist "$(ProjectDir)MapGuideCommonApi_Properties.i" del /Q "$(ProjectDir)MapGuideCommonApi_Properties.i"
+"..\..\..\IMake\Win32\IMake.exe" -p "$(ProjectDir)MapGuideCommonConstants.xml" -l C# -o "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\Constants.cs" -t
+copy "$(ProjectDir)..\dotnetcore_split.i" "$(ProjectDir)language.i"
+"..\..\..\IMake\Win32\IMake.exe" -p "$(ProjectDir)MapGuideCommonApiGen.xml" -l C# -x "MapGuideCommonApi"
+"..\..\..\Tools\swig\install\swig.exe" -c++ -csharp -DDOTNETCORE -DWIN32 -DSWIG_CSHARP_NO_EXCEPTION_HELPER -DSWIG_CSHARP_NO_STRING_HELPER -DSWIG_CSHARP_NO_WSTRING_HELPER -namespace OSGeo.MapGuide -nodefaultctor -nodefaultdtor -module MapGuideCommonUnmanagedApi -o "$(ProjectDir)MapGuideCommonUnmanagedApi_wrap.cpp" -outdir "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon" MapGuideCommonApi.i
+del /Q ..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\MapGuideCommonUnmanagedApi.cs
+</Command>
+ </PreBuildEvent>
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>..\..\..\..\..\..\Web\src\HttpHandler;..\..\..\..\..\..\Web\src\WebApp;..\..\..\..\..\..\Web\src\WebSupport;..\..\..\..\..\Common\MdfModel;..\..\..\..\..\Common\Foundation;..\..\..\..\..\Common\Geometry;..\..\..\..\..\Common\PlatformBase;..\..\..\..\..\Common\MapGuideCommon;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SWIG_PUBLIC_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ExceptionHandling>Async</ExceptionHandling>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
+ <OutputFile>$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\runtimes\win-x64\native\MapGuideCommonUnmanagedApid.dll</OutputFile>
+ <AdditionalLibraryDirectories>$(MG_SDK_LIB64);$(MG_OEM_ACE_LIB_ROOT)\lib64\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <ProgramDatabaseFile>$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\runtimes\win-x64\native\MapGuideCommonUnmanagedApid.pdb</ProgramDatabaseFile>
+ <SubSystem>Windows</SubSystem>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <ImportLibrary>lib\$(Configuration)64\MapGuideCommonUnmanagedApid.lib</ImportLibrary>
+ <TargetMachine>MachineX64</TargetMachine>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <PreBuildEvent>
+ <Command>if exist "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\*.cs" del /Q "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\*.cs"
+if exist "$(ProjectDir)MapGuideCommonApi_Properties.i" del /Q "$(ProjectDir)MapGuideCommonApi_Properties.i"
+"..\..\..\IMake\Win32\IMake.exe" -p "$(ProjectDir)MapGuideCommonConstants.xml" -l C# -o "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\Constants.cs" -t
+copy "$(ProjectDir)..\dotnetcore_split.i" "$(ProjectDir)language.i"
+"..\..\..\IMake\Win32\IMake.exe" -p "$(ProjectDir)MapGuideCommonApiGen.xml" -l C# -x "MapGuideCommonApi"
+"..\..\..\Tools\swig\install\swig.exe" -c++ -csharp -DDOTNETCORE -DWIN32 -DSWIG_CSHARP_NO_EXCEPTION_HELPER -DSWIG_CSHARP_NO_STRING_HELPER -DSWIG_CSHARP_NO_WSTRING_HELPER -namespace OSGeo.MapGuide -nodefaultctor -nodefaultdtor -module MapGuideCommonUnmanagedApi -o "$(ProjectDir)MapGuideCommonUnmanagedApi_wrap.cpp" -outdir "$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon" MapGuideCommonApi.i
+del /Q ..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\MapGuideCommonUnmanagedApi.cs
+</Command>
+ </PreBuildEvent>
+ <ClCompile>
+ <Optimization>MaxSpeed</Optimization>
+ <AdditionalIncludeDirectories>..\..\..\..\..\..\Web\src\HttpHandler;..\..\..\..\..\..\Web\src\WebApp;..\..\..\..\..\..\Web\src\WebSupport;..\..\..\..\..\Common\MdfModel;..\..\..\..\..\Common\Foundation;..\..\..\..\..\Common\Geometry;..\..\..\..\..\Common\PlatformBase;..\..\..\..\..\Common\MapGuideCommon;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_WIN64;SWIG_PUBLIC_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ExceptionHandling>Async</ExceptionHandling>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
+ </ClCompile>
+ <Link>
+ <AdditionalDependencies>MgFoundation.lib;MgPlatformBase.lib;MgMapGuideCommon.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <OutputFile>$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\runtimes\win-x64\native\MapGuideCommonUnmanagedApi.dll</OutputFile>
+ <AdditionalLibraryDirectories>..\..\..\..\..\Common\lib\Release64;..\..\..\..\..\..\Web\lib\Release64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <ProgramDatabaseFile>$(ProjectDir)..\..\..\Managed\DotNet\OSGeo.MapGuide.MapGuideCommon\runtimes\win-x64\native\MapGuideCommonUnmanagedApi.pdb</ProgramDatabaseFile>
+ <SubSystem>Windows</SubSystem>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <ImportLibrary>lib\$(Configuration)64\MapGuideCommonUnmanagedApi.lib</ImportLibrary>
+ <TargetMachine>MachineX64</TargetMachine>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="MapGuideCommonUnmanagedApi_wrap.cpp">
+ <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessToFile>
+ <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessSuppressLineNumbers>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="MapGuideCommonApi.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <Xml Include="MapGuideCommonApiGen.xml" />
+ <Xml Include="MapGuideCommonConstants.xml" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file
Added: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApiGen.xml
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApiGen.xml (rev 0)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonApiGen.xml 2020-11-10 11:22:48 UTC (rev 9765)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Parameters>
+<!--
+ Module section.
+-->
+<Module name="MapGuideCommonApi" />
+
+<!--
+ Custom file path.
+-->
+<CustomFile path="." />
+
+<!--
+ Target section.
+-->
+<Target path="./MapGuideCommonApi.i" />
+<DocTarget path="./MapGuideCommonApi_Doc.i" />
+
+<!--
+ C++ inline section.
+-->
+<CppInline>
+#ifdef _WIN32
+#pragma warning(disable: 4251)
+#endif
+
+#include <string>
+#include <map>
+#include <list>
+
+#include "Foundation.h"
+#include "GeometryCommon.h"
+#include "MapGuideCommon.h"
+
+#if defined(PHP) || defined(JAVA)
+typedef std::wstring STRINGPARAM;
+#else
+typedef wchar_t* STRINGPARAM;
+#endif
+</CppInline>
+
+<!--
+ Type replacements.
+-->
+<TypeReplacements>
+ <TypeReplacement oldtype="CREFSTRING" newtype="STRINGPARAM" />
+ <TypeReplacement oldtype="INT64" newtype="long long" />
+</TypeReplacements>
+
+<!--
+ Swig inline section.
+-->
+<SwigInline>
+ %include "MapGuideCommonApi_Doc.i" //doc fragments
+ %include "language.i" //typemaps specific for each language
+ // IMPORTANT: Must %import dependencies *after* %include-ing language.i, otherwise
+ // SWIG runtime glue code for $LANGUAGE isn't generated
+ %import "../Foundation/FoundationApi.i"
+ %import "../Geometry/GeometryApi.i"
+ %import "../PlatformBase/PlatformBaseApi.i"
+ %include "../../../../../Common/MapGuideCommon/System/MapGuideCommonClassId.h"
+
+#if defined(PHPSWIG)
+ // We force UTF-8 encoding for PHP
+ typedef char* STRINGPARAM;
+ typedef char* STRING;
+ typedef char* BYTE_ARRAY_IN;
+ typedef char* BYTE_ARRAY_OUT;
+ typedef unsigned char BYTE;
+#elseif defined(JAVA)
+ typedef std::wstring STRINGPARAM;
+ typedef signed char BYTE; //mapped to byte in Java
+#else // .Net
+ typedef char* BYTE_ARRAY_IN;
+ typedef char* BYTE_ARRAY_OUT;
+ typedef unsigned char BYTE; //mapped to byte in C#
+#endif
+
+ typedef int STATUS;
+ typedef short INT8;
+ typedef short INT16;
+ typedef int INT32;
+ typedef int UINT32;
+
+</SwigInline>
+
+<!--
+ C++ Headers section. If you add headers to this section then you
+ must also add them to Makefile.am in the JavaApi and PhpApi folders.
+-->
+<Headers>
+
+ <!-- MapGuideCommon classes -->
+
+ <Header path="../../../../../Common/MapGuideCommon/Services/DrawingService.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/DwfVersion.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/FeatureInformation.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/KmlService.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/Layout.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/MappingService.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/MapPlot.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/MapPlotCollection.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/Metatile.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/PackageStatusInformation.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/PlotSpecification.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/ProfilingService.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/RenderingOptions.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/RenderingService.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/ServerAdmin.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/Site.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/SiteConnection.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/SiteInfo.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/TileService.h" />
+
+ <Header path="../../../../../Common/MapGuideCommon/System/UserInformation.h" />
+
+ <Header path="../../../../../Common/MapGuideCommon/MapLayer/Layer.h" />
+ <Header path="../../../../../Common/MapGuideCommon/MapLayer/Map.h" />
+ <Header path="../../../../../Common/MapGuideCommon/MapLayer/Selection.h" />
+
+</Headers>
+
+</Parameters>
Added: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonConstants.xml
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonConstants.xml (rev 0)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/MapGuideCommon/MapGuideCommonConstants.xml 2020-11-10 11:22:48 UTC (rev 9765)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<Parameters>
+
+<!--
+ Type replacements.
+-->
+<PHPTypeReplacements>
+ <TypeReplacement oldtype="STRING" newtype="" />
+ <TypeReplacement oldtype="INT16" newtype="" />
+ <TypeReplacement oldtype="INT32" newtype="" />
+ <TypeReplacement oldtype="int" newtype="" />
+ <TypeReplacement oldtype="float" newtype="" />
+ <TypeReplacement oldtype="double" newtype="" />
+ <TypeReplacement oldtype="static" newtype="" />
+ <TypeReplacement oldtype="bool" newtype="" />
+</PHPTypeReplacements>
+<CSharpTypeReplacements>
+ <TypeReplacement oldtype="STRING" newtype="string" />
+ <TypeReplacement oldtype="INT16" newtype="short" />
+ <TypeReplacement oldtype="INT32" newtype="int" />
+ <TypeReplacement oldtype="int" newtype="int" />
+ <TypeReplacement oldtype="float" newtype="float" />
+ <TypeReplacement oldtype="double" newtype="double" />
+ <TypeReplacement oldtype="static" newtype="" />
+ <TypeReplacement oldtype="const" newtype="const" />
+</CSharpTypeReplacements>
+<JavaTypeReplacements>
+ <TypeReplacement oldtype="STRING" newtype="String" />
+ <TypeReplacement oldtype="INT16" newtype="short" />
+ <TypeReplacement oldtype="INT32" newtype="int" />
+ <TypeReplacement oldtype="int" newtype="int" />
+ <TypeReplacement oldtype="float" newtype="float" />
+ <TypeReplacement oldtype="double" newtype="double" />
+ <TypeReplacement oldtype="const" newtype="final" />
+ <TypeReplacement oldtype="bool" newtype="boolean" />
+</JavaTypeReplacements>
+
+<!--
+ Inline section.
+-->
+<Inline>
+//
+// Copyright (C) 2004-2011 by Autodesk, Inc.
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of version 2.1 of the GNU Lesser
+// General Public License as published by the Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+//
+</Inline>
+
+<Namespace>OSGeo.MapGuide</Namespace>
+<Package>org.osgeo.mapguide</Package>
+
+<Classes>
+ <Class name="MgPageUnitsType" />
+ <Class name="MgCoordinateSpace" />
+ <Class name="MgConfigProperties" />
+ <Class name="MgImageFormats" />
+ <Class name="MgMapPlotInstruction" />
+ <Class name="MgUnitType" />
+ <Class name="MgLogFileType" />
+ <Class name="MgPackageStatus" />
+ <Class name="MgServerInformationProperties" />
+</Classes>
+
+<!--
+ C++ Headers section. If you add headers to this section then you
+ must also add them to Makefile.am in the JavaApi and PhpApi folders.
+-->
+<Headers>
+
+ <!-- API -->
+ <Header path="../../../../../Common/MapGuideCommon/Services/ImageFormats.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/MappingDefs.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/MapPlotInstruction.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/ServerAdminDefs.h" />
+ <Header path="../../../../../Common/MapGuideCommon/Services/UnitType.h" />
+ <Header path="../../../../../Common/MapGuideCommon/System/ConfigProperties.h" />
+</Headers>
+
+</Parameters>
Index: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase 2020-11-10 11:22:48 UTC (rev 9765)
Property changes on: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase
___________________________________________________________________
Modified: svn:ignore
## -4,3 +4,5 ##
PlatformBaseApi_Doc.i
PlatformBaseApi_Properties.i
PlatformBaseUnmanagedApi_wrap.cpp
+lib
+obj
Modified: sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase/PlatformBaseApi.rc
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase/PlatformBaseApi.rc 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Bindings/DotNet/PlatformBase/PlatformBaseApi.rc 2020-11-10 11:22:48 UTC (rev 9765)
@@ -64,11 +64,11 @@
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Open Source Geospatial Foundation"
- VALUE "FileDescription", "GeometryUnmanagedApi Dynamic Link Library"
+ VALUE "FileDescription", "PlatformBaseUnmanagedApi Dynamic Link Library"
VALUE "FileVersion", "4, 0, 0, 0"
- VALUE "InternalName", "GeometryUnmanagedApi"
+ VALUE "InternalName", "PlatformBaseUnmanagedApi"
VALUE "LegalCopyright", "Copyright (C) 2006-2020 by Autodesk, Inc."
- VALUE "OriginalFilename", "GeometryUnmanagedApi.dll"
+ VALUE "OriginalFilename", "PlatformBaseUnmanagedApi.dll"
VALUE "ProductName", "MapGuide Open Source"
VALUE "ProductVersion", "4, 0, 0, 0"
END
Modified: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Foundation/custom/AssemblyInfo.cs
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Foundation/custom/AssemblyInfo.cs 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.Foundation/custom/AssemblyInfo.cs 2020-11-10 11:22:48 UTC (rev 9765)
@@ -1,4 +1,5 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("OSGeo.MapGuide.Geometry")]
-[assembly: InternalsVisibleTo("OSGeo.MapGuide.PlatformBase")]
\ No newline at end of file
+[assembly: InternalsVisibleTo("OSGeo.MapGuide.PlatformBase")]
+[assembly: InternalsVisibleTo("OSGeo.MapGuide.MapGuideCommon")]
\ No newline at end of file
Index: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon 2020-11-10 11:22:48 UTC (rev 9765)
Property changes on: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,3 ##
+obj
+bin
+*.cs
Added: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj (rev 0)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/OSGeo.MapGuide.MapGuideCommon.csproj 2020-11-10 11:22:48 UTC (rev 9765)
@@ -0,0 +1,41 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <PackageId>OSGeo.MapGuide.PlatformBase</PackageId>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <Version>4.0.0.0</Version>
+ <PackageProjectUrl>https://mapguide.osgeo.org/</PackageProjectUrl>
+ <RepositoryUrl>https://mapguide.osgeo.org/</RepositoryUrl>
+ <PackageIconUrl>https://mapguide.osgeo.org/</PackageIconUrl>
+ <PackageTags>MapGuide GIS Geospatial Maps</PackageTags>
+ <Authors>OSGeo</Authors>
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
+ <PackageLicenseExpression></PackageLicenseExpression>
+ <PackageLicenseFile>License.txt</PackageLicenseFile>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Content Include="build/**" PackagePath="%(Identity)" />
+ <Content Include="runtimes/**" PackagePath="%(Identity)" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="..\Common\MgClassMap.cs" Link="MgClassMap.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <None Include="..\..\..\..\..\License.txt">
+ <Pack>True</Pack>
+ <PackagePath></PackagePath>
+ </None>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\OSGeo.MapGuide.Foundation\OSGeo.MapGuide.Foundation.csproj" />
+ <ProjectReference Include="..\OSGeo.MapGuide.Geometry\OSGeo.MapGuide.Geometry.csproj" />
+ <ProjectReference Include="..\OSGeo.MapGuide.PlatformBase\OSGeo.MapGuide.PlatformBase.csproj" />
+ </ItemGroup>
+
+</Project>
Index: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native 2020-11-10 11:22:48 UTC (rev 9765)
Property changes on: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,2 ##
+*.dll
+*.pdb
Added: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native/README.txt
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native/README.txt (rev 0)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.MapGuideCommon/runtimes/win-x64/native/README.txt 2020-11-10 11:22:48 UTC (rev 9765)
@@ -0,0 +1 @@
+All ummanaged libraries being P/Invoked (including their dependencies) go here
\ No newline at end of file
Index: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase 2020-11-10 11:22:48 UTC (rev 9765)
Property changes on: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase
___________________________________________________________________
Modified: svn:ignore
## -1,2 +1,3 ##
*.cs
bin
+obj
Modified: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/OSGeo.MapGuide.PlatformBase.csproj
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/OSGeo.MapGuide.PlatformBase.csproj 2020-11-10 11:08:18 UTC (rev 9764)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/OSGeo.MapGuide.PlatformBase.csproj 2020-11-10 11:22:48 UTC (rev 9765)
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>OSGeo.MapGuide.PlatformBase</PackageId>
Added: sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/custom/AssemblyInfo.cs
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/custom/AssemblyInfo.cs (rev 0)
+++ sandbox/jng/vanilla_swig/Bindings/src/Managed/DotNet/OSGeo.MapGuide.PlatformBase/custom/AssemblyInfo.cs 2020-11-10 11:22:48 UTC (rev 9765)
@@ -0,0 +1,3 @@
+using System.Runtime.CompilerServices;
+
+[assembly: InternalsVisibleTo("OSGeo.MapGuide.MapGuideCommon")]
\ No newline at end of file
More information about the mapguide-commits
mailing list