Skip to content

Commit

Permalink
Fixed more packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 14, 2020
1 parent eb59ee3 commit 94a0dd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup Label="Package">
<None Include="readme.txt" />
<None Include="readme.txt" pack="true" PackagePath="." />
</ItemGroup>

<ItemGroup Label="Package References">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,8 @@
<DefineConstants>$(DefineConstants);NET45;SIGNED;</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Remove="Images\ErrorFeedback.png" />
</ItemGroup>

<ItemGroup>
<Resource Include="Images\ErrorFeedback.png" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>
9 changes: 0 additions & 9 deletions src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,8 @@
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Remove="Images\ErrorFeedback.png" />
<None Remove="readme.txt" />
</ItemGroup>

<ItemGroup>
<Resource Include="Images\ErrorFeedback.png" />
<Resource Include="readme.txt" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>

0 comments on commit 94a0dd5

Please sign in to comment.