diff options
author | Jose <jose@zeroc.com> | 2018-05-10 10:46:04 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-05-10 10:46:04 +0200 |
commit | ebc1da407499bb2f711af55384f8171e3d695767 (patch) | |
tree | 3dde182b61989b09c8b7e47171af01c39b60c44a /csharp/test/Ice/proxy | |
parent | Removed quote from message attribute in JUnit XML (diff) | |
download | ice-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/test/Ice/proxy')
4 files changed, 0 insertions, 4 deletions
diff --git a/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj b/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj index 81d919beb7e..31c4fb1bf9b 100644 --- a/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj +++ b/csharp/test/Ice/proxy/msbuild/client/net45/client.csproj @@ -16,7 +16,6 @@ <AssemblyName>client</AssemblyName> <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> - <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <OutputPath>$(MSBuildThisFileDirectory)</OutputPath> <DebugSymbols>true</DebugSymbols> </PropertyGroup> diff --git a/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj b/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj index f23d6d5d9f1..b29726dfacf 100644 --- a/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj +++ b/csharp/test/Ice/proxy/msbuild/collocated/net45/collocated.csproj @@ -16,7 +16,6 @@ <AssemblyName>collocated</AssemblyName> <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> - <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <OutputPath>$(MSBuildThisFileDirectory)</OutputPath> <DebugSymbols>true</DebugSymbols> </PropertyGroup> diff --git a/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj b/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj index 1613c859878..ddef3699edb 100644 --- a/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj +++ b/csharp/test/Ice/proxy/msbuild/server/net45/server.csproj @@ -16,7 +16,6 @@ <AssemblyName>server</AssemblyName> <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> - <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <OutputPath>$(MSBuildThisFileDirectory)</OutputPath> <DebugSymbols>true</DebugSymbols> </PropertyGroup> diff --git a/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj b/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj index 06912be9832..638defd953f 100644 --- a/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj +++ b/csharp/test/Ice/proxy/msbuild/serveramd/net45/serveramd.csproj @@ -16,7 +16,6 @@ <AssemblyName>serveramd</AssemblyName> <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> - <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <OutputPath>$(MSBuildThisFileDirectory)</OutputPath> <DebugSymbols>true</DebugSymbols> </PropertyGroup> |