Skip to content

Commit cf3425d

Browse files
committed
UnitTests are now actually in the Repository.. Just moved everything one Folder down to habe the normal Project and the UnitTest-Project in the main Git-Folder
1 parent 7ec7a2b commit cf3425d

169 files changed

Lines changed: 501 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/obj/*
2-
/bin/*
1+
*/obj/*
2+
*/bin/*
33
.vs/*
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<Compile Include="Logic\SaveLoadManager.cs" />
5454
<Compile Include="Models\Cell.cs" />
5555
<Compile Include="Logic\CellOverseer.cs" />
56+
<Compile Include="Output\ConsoleCellPrinter.cs" />
5657
<Compile Include="Program.cs" />
5758
<Compile Include="Properties\AssemblyInfo.cs" />
5859
</ItemGroup>

0 commit comments

Comments
 (0)