summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/proxy
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2020-03-09 17:50:46 +0100
committerBenoit Foucher <benoit@zeroc.com>2020-03-09 17:50:46 +0100
commitb874e9237e790aa95c4f159da1f6e9ddc4438776 (patch)
treefc4394a1c219b0799645e75daafbee661fae9692 /csharp/test/Ice/proxy
parentFixed C# mappping to use .NET Core 3.1 (diff)
downloadice-b874e9237e790aa95c4f159da1f6e9ddc4438776.tar.bz2
ice-b874e9237e790aa95c4f159da1f6e9ddc4438776.tar.xz
ice-b874e9237e790aa95c4f159da1f6e9ddc4438776.zip
Fixed C# exe projects to set <UseAppHost>true</UseAppHost> which is now disabled by default on macOS/Catalina
Diffstat (limited to 'csharp/test/Ice/proxy')
-rw-r--r--csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj1
-rw-r--r--csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj1
-rw-r--r--csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj1
-rw-r--r--csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj1
4 files changed, 4 insertions, 0 deletions
diff --git a/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj b/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj
index ff41f11abc8..5c25b94b949 100644
--- a/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj
+++ b/csharp/test/Ice/proxy/msbuild/client/netstandard2.0/client.csproj
@@ -4,6 +4,7 @@
<PropertyGroup>
<AssemblyName>client</AssemblyName>
<OutputType>Exe</OutputType>
+ <UseAppHost>true</UseAppHost>
<TargetFramework>$(AppTargetFramework)</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
diff --git a/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj b/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj
index 641537a0dbd..2f1bea008c2 100644
--- a/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj
+++ b/csharp/test/Ice/proxy/msbuild/collocated/netstandard2.0/collocated.csproj
@@ -4,6 +4,7 @@
<PropertyGroup>
<AssemblyName>collocated</AssemblyName>
<OutputType>Exe</OutputType>
+ <UseAppHost>true</UseAppHost>
<TargetFramework>$(AppTargetFramework)</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
diff --git a/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj b/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj
index 46f4e3f1bdc..d338f14349f 100644
--- a/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj
+++ b/csharp/test/Ice/proxy/msbuild/server/netstandard2.0/server.csproj
@@ -4,6 +4,7 @@
<PropertyGroup>
<AssemblyName>server</AssemblyName>
<OutputType>Exe</OutputType>
+ <UseAppHost>true</UseAppHost>
<TargetFramework>$(AppTargetFramework)</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
diff --git a/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj b/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj
index 48569334892..5b4850a83e8 100644
--- a/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj
+++ b/csharp/test/Ice/proxy/msbuild/serveramd/netstandard2.0/serveramd.csproj
@@ -4,6 +4,7 @@
<PropertyGroup>
<AssemblyName>serveramd</AssemblyName>
<OutputType>Exe</OutputType>
+ <UseAppHost>true</UseAppHost>
<TargetFramework>$(AppTargetFramework)</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>