Skip to content

Commit

Permalink
Add README for C++ NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Oct 6, 2023
1 parent 864e3ee commit 8237ff7
Show file tree
Hide file tree
Showing 8 changed files with 743 additions and 483 deletions.
530 changes: 530 additions & 0 deletions cpp/BUILDING.md

Large diffs are not rendered by default.

687 changes: 204 additions & 483 deletions cpp/README.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions cpp/msbuild/ice.proj
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@
Properties="Configuration=Release;Platform=x64;PackageDirectory=zeroc.ice.$(DefaultPlatformToolset);DefaultBuild=$(DefaultBuild)"
Condition="'$(Platform)|$(Configuration)' == 'x64|Release' or '$(BuildAllConfigurations)' == 'yes'"/>

<Copy SourceFiles="$(MSBuildThisFileDirectory)..\README.md"
DestinationFiles="zeroc.ice.$(DefaultPlatformToolset)\README.md"
Condition="'$(DefaultPlatformToolset)' != 'v100'"/>

<Copy SourceFiles="$(MSBuildThisFileDirectory)THIRD_PARTY_LICENSE.txt"
DestinationFiles="zeroc.ice.$(DefaultPlatformToolset)\THIRD_PARTY_LICENSE.txt" />
<Copy SourceFiles="$(MSBuildThisFileDirectory)..\..\ICE_LICENSE"
Expand Down
1 change: 1 addition & 0 deletions cpp/msbuild/zeroc.ice.v120.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<description>Ice C++ SDK for Visual Studio 2013 (v120). 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-10-release-notes</releaseNotes>
<tags>ice native rpc v120 zeroc</tags>
<readme>README.md</readme>
</metadata>
</package>
1 change: 1 addition & 0 deletions cpp/msbuild/zeroc.ice.v140.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<description>Ice C++ SDK for Visual Studio 2015 (v140). 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-10-release-notes</releaseNotes>
<tags>ice native rpc v140 zeroc</tags>
<readme>README.md</readme>
</metadata>
</package>
1 change: 1 addition & 0 deletions cpp/msbuild/zeroc.ice.v141.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<description>Ice C++ SDK for Visual Studio 2017 (v141). 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-10-release-notes</releaseNotes>
<tags>ice native rpc v141 zeroc</tags>
<readme>README.md</readme>
</metadata>
</package>
1 change: 1 addition & 0 deletions cpp/msbuild/zeroc.ice.v142.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<description>Ice C++ SDK for Visual Studio 2019 (v142). 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-10-release-notes</releaseNotes>
<tags>ice native rpc v141 zeroc</tags>
<readme>README.md</readme>
</metadata>
</package>
1 change: 1 addition & 0 deletions cpp/msbuild/zeroc.ice.v143.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<description>Ice C++ SDK for Visual Studio 2022 (v143). 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-10-release-notes</releaseNotes>
<tags>ice native rpc v141 zeroc</tags>
<readme>README.md</readme>
</metadata>
</package>

0 comments on commit 8237ff7

Please sign in to comment.