StarSim

StarSim.git
git clone git://git.lenczewski.org/StarSim.git
Log | Files | Refs | README | LICENSE

commit ab8c612c0a9fbcec5aba1ede1cfe5df521088630
parent d64dded134ede22ef92bf003f23cfd7e70e78935
Author: Mikolaj Lenczewski <33129490+EnderRifter@users.noreply.github.com>
Date:   Thu, 31 Oct 2019 14:11:17 +0000

Removed unnecessary files from prototype project

Diffstat:
MStarSim/StarSim/StarSim.csproj | 6------
DStarSim/StarSim/resources/chessboard.jpg | 0
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/StarSim/StarSim/StarSim.csproj b/StarSim/StarSim/StarSim.csproj @@ -22,10 +22,4 @@ <ItemGroup> <ProjectReference Include="..\StarSimLib\StarSimLib.csproj" /> </ItemGroup> - - <ItemGroup> - <None Update="resources\chessboard.jpg"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> - </ItemGroup> </Project> \ No newline at end of file diff --git a/StarSim/StarSim/resources/chessboard.jpg b/StarSim/StarSim/resources/chessboard.jpg Binary files differ.