Skip to content

Commit

Permalink
Add splash screen launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurits committed Apr 3, 2022
1 parent 3d74bf7 commit f7c0374
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file added Simon says/Simon says launcher.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions Simon says/Simon says.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,12 @@
<Compile Remove="controls\WaveGenerator.cs" />
<Compile Remove="IDropDownDisplayAdapte.cs" />
</ItemGroup>
<ItemGroup>
<None Update="settings.splash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Simon says launcher.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions Simon says/settings.splash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
images\simon splash.png
Simon says.exe
500

0 comments on commit f7c0374

Please sign in to comment.