[mapguide-commits] r9067 - in branches/3.1/MgDev/nuget/MapGuideNuget: . CoordSysEnumTest CoordSysEnumTest64 DesktopConsoleTest DesktopConsoleTest64 DesktopViewerTest DesktopViewerTest64 WebApiTest WebApiTest/Properties WebApiTest64 WebApiTest64/Properties

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 11 05:06:58 PDT 2016


Author: jng
Date: 2016-10-11 05:06:58 -0700 (Tue, 11 Oct 2016)
New Revision: 9067

Added:
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/App.config
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Program.cs
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Properties/
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Properties/AssemblyInfo.cs
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/WebApiTest.csproj
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/App.config
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/Properties/
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/Properties/AssemblyInfo.cs
   branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/WebApiTest64.csproj
Removed:
   branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget/
   branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget64/
   branches/3.1/MgDev/nuget/MapGuideNuget/Web.sln
   branches/3.1/MgDev/nuget/MapGuideNuget/Web64.sln
Modified:
   branches/3.1/MgDev/nuget/MapGuideNuget/
   branches/3.1/MgDev/nuget/MapGuideNuget/CoordSysEnumTest/
   branches/3.1/MgDev/nuget/MapGuideNuget/CoordSysEnumTest64/
   branches/3.1/MgDev/nuget/MapGuideNuget/DesktopConsoleTest/
   branches/3.1/MgDev/nuget/MapGuideNuget/DesktopConsoleTest64/
   branches/3.1/MgDev/nuget/MapGuideNuget/DesktopViewerTest/
   branches/3.1/MgDev/nuget/MapGuideNuget/DesktopViewerTest64/
   branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget.sln
   branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget64.sln
Log:
Update nuget package verification solution/projects. Remove the web projects (as this requires a specific VS2012 express SKU) and replace with a console app that exercises some MapGuide Web-specific APIs.


Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget
___________________________________________________________________
Added: svn:ignore
   + *.suo
.vs
packages



Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/CoordSysEnumTest
___________________________________________________________________
Added: svn:ignore
   + bin
obj



Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/CoordSysEnumTest64
___________________________________________________________________
Added: svn:ignore
   + bin
obj



Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/DesktopConsoleTest
___________________________________________________________________
Added: svn:ignore
   + bin
obj



Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/DesktopConsoleTest64
___________________________________________________________________
Added: svn:ignore
   + bin
obj



Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/DesktopViewerTest
___________________________________________________________________
Added: svn:ignore
   + bin
obj



Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/DesktopViewerTest64
___________________________________________________________________
Added: svn:ignore
   + bin
obj


Modified: branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget.sln
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget.sln	2016-10-10 12:00:10 UTC (rev 9066)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget.sln	2016-10-11 12:06:58 UTC (rev 9067)
@@ -7,24 +7,58 @@
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopViewerTest", "DesktopViewerTest\DesktopViewerTest.csproj", "{A0DCC768-B341-426B-889A-0701A2399CE8}"
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiTest", "WebApiTest\WebApiTest.csproj", "{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Debug|Mixed Platforms = Debug|Mixed Platforms
 		Debug|x86 = Debug|x86
+		Release|Any CPU = Release|Any CPU
+		Release|Mixed Platforms = Release|Mixed Platforms
 		Release|x86 = Release|x86
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|Any CPU.ActiveCfg = Debug|x86
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|Mixed Platforms.Build.0 = Debug|x86
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|x86.ActiveCfg = Debug|x86
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|x86.Build.0 = Debug|x86
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|Any CPU.ActiveCfg = Release|x86
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|Mixed Platforms.ActiveCfg = Release|x86
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|Mixed Platforms.Build.0 = Release|x86
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|x86.ActiveCfg = Release|x86
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|x86.Build.0 = Release|x86
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|Any CPU.ActiveCfg = Debug|x86
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|Mixed Platforms.Build.0 = Debug|x86
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|x86.ActiveCfg = Debug|x86
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|x86.Build.0 = Debug|x86
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|Any CPU.ActiveCfg = Release|x86
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|Mixed Platforms.ActiveCfg = Release|x86
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|Mixed Platforms.Build.0 = Release|x86
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|x86.ActiveCfg = Release|x86
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|x86.Build.0 = Release|x86
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|Any CPU.ActiveCfg = Debug|x86
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|Mixed Platforms.Build.0 = Debug|x86
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|x86.ActiveCfg = Debug|x86
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|x86.Build.0 = Debug|x86
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|Any CPU.ActiveCfg = Release|x86
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|Mixed Platforms.ActiveCfg = Release|x86
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|Mixed Platforms.Build.0 = Release|x86
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|x86.ActiveCfg = Release|x86
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|x86.Build.0 = Release|x86
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Debug|x86.ActiveCfg = Debug|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Release|Any CPU.Build.0 = Release|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+		{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}.Release|x86.ActiveCfg = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE

Modified: branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget64.sln
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget64.sln	2016-10-10 12:00:10 UTC (rev 9066)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/MapGuideNuget64.sln	2016-10-11 12:06:58 UTC (rev 9067)
@@ -14,24 +14,58 @@
 		.nuget\NuGet.targets = .nuget\NuGet.targets
 	EndProjectSection
 EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiTest64", "WebApiTest64\WebApiTest64.csproj", "{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Debug|Mixed Platforms = Debug|Mixed Platforms
 		Debug|x64 = Debug|x64
+		Release|Any CPU = Release|Any CPU
+		Release|Mixed Platforms = Release|Mixed Platforms
 		Release|x64 = Release|x64
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|Any CPU.ActiveCfg = Debug|x64
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|Mixed Platforms.Build.0 = Debug|x64
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|x64.ActiveCfg = Debug|x64
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Debug|x64.Build.0 = Debug|x64
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|Any CPU.ActiveCfg = Release|x64
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|Mixed Platforms.ActiveCfg = Release|x64
+		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|Mixed Platforms.Build.0 = Release|x64
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|x64.ActiveCfg = Release|x64
 		{1B74DF59-B3D2-49E8-80EF-9BC5A84552F3}.Release|x64.Build.0 = Release|x64
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|Any CPU.ActiveCfg = Debug|x64
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|Mixed Platforms.Build.0 = Debug|x64
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|x64.ActiveCfg = Debug|x64
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Debug|x64.Build.0 = Debug|x64
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|Any CPU.ActiveCfg = Release|x64
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|Mixed Platforms.ActiveCfg = Release|x64
+		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|Mixed Platforms.Build.0 = Release|x64
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|x64.ActiveCfg = Release|x64
 		{87BA0B9E-F36E-4D45-89EC-C1CD95C73B62}.Release|x64.Build.0 = Release|x64
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|Any CPU.ActiveCfg = Debug|x64
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|Mixed Platforms.Build.0 = Debug|x64
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|x64.ActiveCfg = Debug|x64
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Debug|x64.Build.0 = Debug|x64
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|Any CPU.ActiveCfg = Release|x64
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|Mixed Platforms.ActiveCfg = Release|x64
+		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|Mixed Platforms.Build.0 = Release|x64
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|x64.ActiveCfg = Release|x64
 		{A0DCC768-B341-426B-889A-0701A2399CE8}.Release|x64.Build.0 = Release|x64
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Debug|x64.ActiveCfg = Debug|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Release|Any CPU.Build.0 = Release|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+		{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}.Release|x64.ActiveCfg = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE

Deleted: branches/3.1/MgDev/nuget/MapGuideNuget/Web.sln
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/Web.sln	2016-10-10 12:00:10 UTC (rev 9066)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/Web.sln	2016-10-11 12:06:58 UTC (rev 9067)
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Express 2012 for Web
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapGuideNuget", "MapGuideNuget\MapGuideNuget.csproj", "{A4665445-2B49-4808-BD7A-8A6B6AAF5237}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|x86 = Debug|x86
-		Release|x86 = Release|x86
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Debug|x86.ActiveCfg = Debug|x86
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Debug|x86.Build.0 = Debug|x86
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Release|x86.ActiveCfg = Release|x86
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Release|x86.Build.0 = Release|x86
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal

Deleted: branches/3.1/MgDev/nuget/MapGuideNuget/Web64.sln
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/Web64.sln	2016-10-10 12:00:10 UTC (rev 9066)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/Web64.sln	2016-10-11 12:06:58 UTC (rev 9067)
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Express 2012 for Web
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapGuideNuget", "MapGuideNuget64\MapGuideNuget.csproj", "{A4665445-2B49-4808-BD7A-8A6B6AAF5237}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|x64 = Debug|x64
-		Release|x64 = Release|x64
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Debug|x64.ActiveCfg = Debug|x64
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Debug|x64.Build.0 = Debug|x64
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Release|x64.ActiveCfg = Release|x64
-		{A4665445-2B49-4808-BD7A-8A6B6AAF5237}.Release|x64.Build.0 = Release|x64
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal


Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest
___________________________________________________________________
Added: svn:ignore
   + bin
obj


Added: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/App.config
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/App.config	                        (rev 0)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/App.config	2016-10-11 12:06:58 UTC (rev 9067)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+    </startup>
+</configuration>
\ No newline at end of file

Added: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Program.cs
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Program.cs	                        (rev 0)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Program.cs	2016-10-11 12:06:58 UTC (rev 9067)
@@ -0,0 +1,33 @@
+using OSGeo.MapGuide;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WebApiTest
+{
+    class Program
+    {
+        static void Main(string[] args)
+        {
+            var webConfigPath = @"C:\Program Files\OSGeo\MapGuide\Web\www\webconfig.ini";
+            MapGuideApi.MgInitializeWebTier(webConfigPath);
+
+            MgUserInformation user = new MgUserInformation("Anonymous", "");
+            MgSiteConnection conn = new MgSiteConnection();
+            conn.Open(user);
+            MgSite site = conn.GetSite();
+            string sessionId = site.CreateSession();
+
+            Console.WriteLine("Session ID: " + sessionId);
+            MgResourceIdentifier wlId = new MgResourceIdentifier("Library://Samples/Sheboygan/Layouts/SheboyganAsp.WebLayout");
+            MgResourceService resSvc = (MgResourceService)conn.CreateService(MgServiceType.ResourceService);
+
+            MgWebLayout layout = new MgWebLayout(resSvc, wlId);
+            Console.WriteLine("Web Layout Title: " + layout.GetTitle());
+            Console.WriteLine("Looks good! Press any key to continue");
+            Console.Read();
+        }
+    }
+}

Added: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Properties/AssemblyInfo.cs
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Properties/AssemblyInfo.cs	                        (rev 0)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/Properties/AssemblyInfo.cs	2016-10-11 12:06:58 UTC (rev 9067)
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("WebApiTest")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("WebApiTest")]
+[assembly: AssemblyCopyright("Copyright ©  2016")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("5714e1dc-b801-4881-b6e6-9c305c523f4d")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

Added: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/WebApiTest.csproj
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/WebApiTest.csproj	                        (rev 0)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest/WebApiTest.csproj	2016-10-11 12:06:58 UTC (rev 9067)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{B4DB8698-45CC-41EC-B8A6-7853A80ADC48}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>WebApiTest</RootNamespace>
+    <AssemblyName>WebApiTest</AssemblyName>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
+    <RestorePackages>true</RestorePackages>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
+  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
+    <PropertyGroup>
+      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
+    </PropertyGroup>
+    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
+  </Target>
+  <PropertyGroup>
+    <PostBuildEvent>
+    </PostBuildEvent>
+  </PropertyGroup>
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file


Property changes on: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64
___________________________________________________________________
Added: svn:ignore
   + bin
obj


Added: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/App.config
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/App.config	                        (rev 0)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/App.config	2016-10-11 12:06:58 UTC (rev 9067)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+    </startup>
+</configuration>
\ No newline at end of file

Added: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/Properties/AssemblyInfo.cs
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/Properties/AssemblyInfo.cs	                        (rev 0)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/Properties/AssemblyInfo.cs	2016-10-11 12:06:58 UTC (rev 9067)
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("WebApiTest64")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("WebApiTest64")]
+[assembly: AssemblyCopyright("Copyright ©  2016")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("4731ed84-c371-4ec8-b640-2f3471ce0b3c")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

Added: branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/WebApiTest64.csproj
===================================================================
--- branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/WebApiTest64.csproj	                        (rev 0)
+++ branches/3.1/MgDev/nuget/MapGuideNuget/WebApiTest64/WebApiTest64.csproj	2016-10-11 12:06:58 UTC (rev 9067)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{79A373CE-16CE-4064-A9F0-1BC15A98DC5A}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>WebApiTest64</RootNamespace>
+    <AssemblyName>WebApiTest64</AssemblyName>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
+    <RestorePackages>true</RestorePackages>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <PlatformTarget>x64</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="..\WebApiTest\Program.cs">
+      <Link>Program.cs</Link>
+    </Compile>
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
+  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
+    <PropertyGroup>
+      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
+    </PropertyGroup>
+    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
+  </Target>
+  <PropertyGroup>
+    <PostBuildEvent>
+    </PostBuildEvent>
+  </PropertyGroup>
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file



More information about the mapguide-commits mailing list