diff options
author | Jose <jose@zeroc.com> | 2024-07-15 14:50:58 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2024-07-15 14:50:58 +0200 |
commit | 04baba3ac634cb6f08d6f8df11dae34b2c42e082 (patch) | |
tree | 5aa83dc0c74e15587d55f88296997eaa3f1a20e5 | |
parent | Additional C# thread pool fixes (#2372) (diff) | |
download | ice-04baba3ac634cb6f08d6f8df11dae34b2c42e082.tar.bz2 ice-04baba3ac634cb6f08d6f8df11dae34b2c42e082.tar.xz ice-04baba3ac634cb6f08d6f8df11dae34b2c42e082.zip |
Fix C# build failure
-rw-r--r-- | csharp/src/Ice/msbuild/net45/ice.csproj | 3 |
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> |