diff options
author | Jose <jose@zeroc.com> | 2021-06-09 17:03:10 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-06-09 17:03:10 +0200 |
commit | 910308ad17ba6ba1f5e5609fe6dc19b9c6de81ef (patch) | |
tree | 1b09c09581cf420d2ec490b19af1e63afbe95b89 | |
parent | Fix unreachable code compilation error (diff) | |
download | ice-3.7.6-rc0.tar.bz2 ice-3.7.6-rc0.tar.xz ice-3.7.6-rc0.zip |
Avoid rebuild slice2cs and slice2htmlv3.7.6-rc0
-rw-r--r-- | csharp/msbuild/ice.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/msbuild/ice.proj b/csharp/msbuild/ice.proj index 5dc419bf52e..50d968acc43 100644 --- a/csharp/msbuild/ice.proj +++ b/csharp/msbuild/ice.proj @@ -46,7 +46,7 @@ <Otherwise> <ItemGroup> - <SliceCompilers Include="c++98\slice2cs:Rebuild;c++98\slice2html:Rebuild"/> + <SliceCompilers Include="c++98\slice2cs;c++98\slice2html"/> </ItemGroup> </Otherwise> </Choose> |