summaryrefslogtreecommitdiff
path: root/csharp
diff options
context:
space:
mode:
Diffstat (limited to 'csharp')
-rw-r--r--csharp/msbuild/ice.proj3
-rw-r--r--csharp/msbuild/logo.pngbin3150 -> 0 bytes
-rw-r--r--csharp/msbuild/zeroc.ice.net.nuspec6
3 files changed, 5 insertions, 4 deletions
diff --git a/csharp/msbuild/ice.proj b/csharp/msbuild/ice.proj
index ef758af8617..49f6f99b969 100644
--- a/csharp/msbuild/ice.proj
+++ b/csharp/msbuild/ice.proj
@@ -254,6 +254,9 @@
<Copy SourceFiles="$(MSBuildThisFileDirectory)..\..\LICENSE"
DestinationFiles="zeroc.ice.net\LICENSE.txt" />
+ <Copy SourceFiles="$(MSBuildThisFileDirectory)..\..\logo.png"
+ DestinationFiles="zeroc.ice.net\logo.png" />
+
<!-- Generate iceboxnet.exe.config with the correct assembly pulbic key token and assembly paths -->
<GetPublicKeyToken AssemblyFile="$(MSBuildThisFileDirectory)..\lib\net45\Ice.dll">
<Output TaskParameter="PublicKeyToken" PropertyName="PublicKeyToken"/>
diff --git a/csharp/msbuild/logo.png b/csharp/msbuild/logo.png
deleted file mode 100644
index 8303feb2dcd..00000000000
--- a/csharp/msbuild/logo.png
+++ /dev/null
Binary files differ
diff --git a/csharp/msbuild/zeroc.ice.net.nuspec b/csharp/msbuild/zeroc.ice.net.nuspec
index 0fd811463ce..43ada3d7913 100644
--- a/csharp/msbuild/zeroc.ice.net.nuspec
+++ b/csharp/msbuild/zeroc.ice.net.nuspec
@@ -8,13 +8,11 @@
<copyright>Copyright (c) ZeroC, Inc. All rights reserved</copyright>
<license type="expression">GPL-2.0-only</license>
<projectUrl>https://github.com/zeroc-ice/ice</projectUrl>
- <icon>images\logo.png</icon>
+ <icon>logo.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Ice C#/.NET SDK. Ice is a comprehensive RPC framework that helps you network your software with minimal effort.</description>
<releaseNotes>https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-4-release-notes</releaseNotes>
<tags>ice</tags>
</metadata>
- <files>
- <file src="..\logo.png" target="images\"/>
- </files>
</package>
+