Skip to content

Commit

Permalink
add references to license and readme to project file (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
krogenth authored Jul 30, 2023
1 parent 827a8da commit b1b928e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/G2DataGUI/G2DataGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,15 @@
<EmbeddedResource Include="Assets\Styles\Styles.xaml" />
</ItemGroup>

<ItemGroup>
<Content Include="..\..\LICENSE">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>LICENSE</TargetPath>
</Content>
<Content Include="..\..\README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>README.md</TargetPath>
</Content>
</ItemGroup>

</Project>

0 comments on commit b1b928e

Please sign in to comment.