Skip to content

Commit

Permalink
fixed bugs in C# project file
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson committed Sep 19, 2022
1 parent de9732c commit 29003e6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions CSharp/Clipper2Lib/Clipper2Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
<Title>Clipper2</Title>
<PackageId>Clipper2</PackageId>
<PackageProjectUrl>http://www.angusj.com/clipper2/Docs/Overview.htm</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright © 2010-2022</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/AngusJohnson/Clipper2</RepositoryUrl>
<PackageReleaseNotes>This is a major update of my original Clipper library, first released over 10yrs ago.</PackageReleaseNotes>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>

Expand All @@ -33,19 +30,4 @@
<None Remove="*.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\License.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 29003e6

Please sign in to comment.