summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2024-07-15 14:50:58 +0200
committerJose <jose@zeroc.com>2024-07-15 14:50:58 +0200
commit04baba3ac634cb6f08d6f8df11dae34b2c42e082 (patch)
tree5aa83dc0c74e15587d55f88296997eaa3f1a20e5
parentAdditional C# thread pool fixes (#2372) (diff)
downloadice-04baba3ac634cb6f08d6f8df11dae34b2c42e082.tar.bz2
ice-04baba3ac634cb6f08d6f8df11dae34b2c42e082.tar.xz
ice-04baba3ac634cb6f08d6f8df11dae34b2c42e082.zip
Fix C# build failure
-rw-r--r--csharp/src/Ice/msbuild/net45/ice.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/csharp/src/Ice/msbuild/net45/ice.csproj b/csharp/src/Ice/msbuild/net45/ice.csproj
index b864a1cc756..407b80f04bb 100644
--- a/csharp/src/Ice/msbuild/net45/ice.csproj
+++ b/csharp/src/Ice/msbuild/net45/ice.csproj
@@ -41,9 +41,6 @@
<Compile Include="..\..\AssemblyUtil.cs">
<Link>AssemblyUtil.cs</Link>
</Compile>
- <Compile Include="..\..\AsyncIOThread.cs">
- <Link>AsyncIOThread.cs</Link>
- </Compile>
<Compile Include="..\..\AsyncResult.cs">
<Link>AsyncResult.cs</Link>
</Compile>