Skip to content

Commit

Permalink
Added new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Mar 18, 2021
1 parent 934331d commit 06c6da0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions InternetTest/InternetTest/InternetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<UseWPF>true</UseWPF>
</PropertyGroup>

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

<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
Expand All @@ -31,4 +36,13 @@
<Folder Include="Fonts\" />
</ItemGroup>

<ItemGroup>
<Resource Include="Images\BackgroundBlack.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Images\BackgroundWhite.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>

</Project>

0 comments on commit 06c6da0

Please sign in to comment.