summaryrefslogtreecommitdiff
path: root/csharp/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-05-10 10:46:04 +0200
committerJose <jose@zeroc.com>2018-05-10 10:46:04 +0200
commitebc1da407499bb2f711af55384f8171e3d695767 (patch)
tree3dde182b61989b09c8b7e47171af01c39b60c44a /csharp/src
parentRemoved quote from message attribute in JUnit XML (diff)
downloadice-ebc1da407499bb2f711af55384f8171e3d695767.tar.bz2
ice-ebc1da407499bb2f711af55384f8171e3d695767.tar.xz
ice-ebc1da407499bb2f711af55384f8171e3d695767.zip
Remove dependency on Visual Studio Extension for C# builds
Closes #84
Diffstat (limited to 'csharp/src')
-rw-r--r--csharp/src/Glacier2/msbuild/net45/glacier2.csproj1
-rw-r--r--csharp/src/Ice/msbuild/net45/ice.csproj1
-rw-r--r--csharp/src/IceBox/msbuild/iceboxlib/net45/iceboxlib.csproj1
-rw-r--r--csharp/src/IceDiscovery/msbuild/net45/icediscovery.csproj1
-rw-r--r--csharp/src/IceGrid/msbuild/net45/icegrid.csproj1
-rw-r--r--csharp/src/IceLocatorDiscovery/msbuild/net45/icelocatordiscovery.csproj1
-rw-r--r--csharp/src/IcePatch2/msbuild/icepatch2.csproj1
-rw-r--r--csharp/src/IcePatch2/msbuild/net45/icepatch2.csproj1
-rw-r--r--csharp/src/IceSSL/msbuild/net45/icessl.csproj1
-rw-r--r--csharp/src/IceStorm/msbuild/net45/icestorm.csproj1
10 files changed, 0 insertions, 10 deletions
diff --git a/csharp/src/Glacier2/msbuild/net45/glacier2.csproj b/csharp/src/Glacier2/msbuild/net45/glacier2.csproj
index de5128e1802..3ceec0e6769 100644
--- a/csharp/src/Glacier2/msbuild/net45/glacier2.csproj
+++ b/csharp/src/Glacier2/msbuild/net45/glacier2.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{D765A8A0-01C2-4EEE-B6C0-5DD6F9C1087A}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Glacier2</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\Glacier2.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45</OutputPath>
<NoWarn>1591</NoWarn>
diff --git a/csharp/src/Ice/msbuild/net45/ice.csproj b/csharp/src/Ice/msbuild/net45/ice.csproj
index e432bef910c..81586f6595b 100644
--- a/csharp/src/Ice/msbuild/net45/ice.csproj
+++ b/csharp/src/Ice/msbuild/net45/ice.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{7CB4715E-DD8B-48F8-B478-27B8BD4008C7}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Ice</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\Ice.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45</OutputPath>
<NoWarn>1591</NoWarn>
diff --git a/csharp/src/IceBox/msbuild/iceboxlib/net45/iceboxlib.csproj b/csharp/src/IceBox/msbuild/iceboxlib/net45/iceboxlib.csproj
index 5dfc5209fec..df0220c9df0 100644
--- a/csharp/src/IceBox/msbuild/iceboxlib/net45/iceboxlib.csproj
+++ b/csharp/src/IceBox/msbuild/iceboxlib/net45/iceboxlib.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{FF25599C-3654-4DF3-8078-B8235341DF83}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IceBox</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\..\lib\net45\IceBox.XML</DocumentationFile>
<OutputPath>..\..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591</NoWarn>
diff --git a/csharp/src/IceDiscovery/msbuild/net45/icediscovery.csproj b/csharp/src/IceDiscovery/msbuild/net45/icediscovery.csproj
index 16016e960cd..1a9ba7cb121 100644
--- a/csharp/src/IceDiscovery/msbuild/net45/icediscovery.csproj
+++ b/csharp/src/IceDiscovery/msbuild/net45/icediscovery.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{CFFB222B-19D5-499E-B833-B0F7E523B16F}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IceDiscovery</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\IceDiscovery.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591</NoWarn>
diff --git a/csharp/src/IceGrid/msbuild/net45/icegrid.csproj b/csharp/src/IceGrid/msbuild/net45/icegrid.csproj
index 2925186a629..ad2fd26d1a8 100644
--- a/csharp/src/IceGrid/msbuild/net45/icegrid.csproj
+++ b/csharp/src/IceGrid/msbuild/net45/icegrid.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{1153F70C-80E9-469A-952F-5117DAEE71A9}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IceGrid</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\IceGrid.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591</NoWarn>
diff --git a/csharp/src/IceLocatorDiscovery/msbuild/net45/icelocatordiscovery.csproj b/csharp/src/IceLocatorDiscovery/msbuild/net45/icelocatordiscovery.csproj
index d7a5571dada..aa9210659b2 100644
--- a/csharp/src/IceLocatorDiscovery/msbuild/net45/icelocatordiscovery.csproj
+++ b/csharp/src/IceLocatorDiscovery/msbuild/net45/icelocatordiscovery.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{8D8AA726-3A35-407B-BD38-BEA828EEE727}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IceLocatorDiscovery</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\IceLocatorDiscovery.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591</NoWarn>
diff --git a/csharp/src/IcePatch2/msbuild/icepatch2.csproj b/csharp/src/IcePatch2/msbuild/icepatch2.csproj
index c53280e2e55..bf8e25f9b06 100644
--- a/csharp/src/IcePatch2/msbuild/icepatch2.csproj
+++ b/csharp/src/IcePatch2/msbuild/icepatch2.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{6479EE9D-5730-44BC-B564-97211E1B54C5}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IcePatch2</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\Assemblies\IcePatch2.XML</DocumentationFile>
<NoWarn>1591;618</NoWarn>
</PropertyGroup>
diff --git a/csharp/src/IcePatch2/msbuild/net45/icepatch2.csproj b/csharp/src/IcePatch2/msbuild/net45/icepatch2.csproj
index 46871b3f3e9..af2a6b7c727 100644
--- a/csharp/src/IcePatch2/msbuild/net45/icepatch2.csproj
+++ b/csharp/src/IcePatch2/msbuild/net45/icepatch2.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{6479EE9D-5730-44BC-B564-97211E1B54C5}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IcePatch2</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\IcePatch2.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591;618</NoWarn>
diff --git a/csharp/src/IceSSL/msbuild/net45/icessl.csproj b/csharp/src/IceSSL/msbuild/net45/icessl.csproj
index aa22cb2985f..6da4311b670 100644
--- a/csharp/src/IceSSL/msbuild/net45/icessl.csproj
+++ b/csharp/src/IceSSL/msbuild/net45/icessl.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{B763DADE-440B-46BC-9CC0-BF0CF9D43182}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IceSSL</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\IceSSL.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591</NoWarn>
diff --git a/csharp/src/IceStorm/msbuild/net45/icestorm.csproj b/csharp/src/IceStorm/msbuild/net45/icestorm.csproj
index a6ad6727831..581692f7826 100644
--- a/csharp/src/IceStorm/msbuild/net45/icestorm.csproj
+++ b/csharp/src/IceStorm/msbuild/net45/icestorm.csproj
@@ -10,7 +10,6 @@
<ProjectGuid>{A77D65F6-31CF-4BFD-A7DF-E7F509B98573}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>IceStorm</AssemblyName>
- <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DocumentationFile>..\..\..\..\lib\net45\IceStorm.XML</DocumentationFile>
<OutputPath>..\..\..\..\lib\net45\</OutputPath>
<NoWarn>1591</NoWarn>