Skip to content

Commit

Permalink
Added license and README to package
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Jan 29, 2023
1 parent 390c4bf commit c18da02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Shmuelie.WinRTServer/Shmuelie.WinRTServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<ApplicationIcon>..\..\$(MSBuildProjectName).ico</ApplicationIcon>
<IsPackable>true</IsPackable>
<Description>Out-of-Process WinRT/COM Server</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<!-- .NET Standard 2.0 polyfill packages -->
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand All @@ -22,5 +23,11 @@
<Content Include="..\..\$(MSBuildProjectName)-128.png" PackFolder="\">
<Link>icon.png</Link>
</Content>
<None Include="../../README.md" PackFolder="\">
<Visible>false</Visible>
</None>
<None Include="../../LICENSE" PackFolder="\">
<Visible>false</Visible>
</None>
</ItemGroup>
</Project>

0 comments on commit c18da02

Please sign in to comment.