Skip to content

Commit

Permalink
Moved Algorithm Classes to Folder
Browse files Browse the repository at this point in the history
-Moved all the classes relating to specific algorithms to their own
folder to clean up the project folder.
  • Loading branch information
Daniel-McCarthy committed May 5, 2017
1 parent 5373c45 commit 8aed6bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions PeepsCompress/PeepsCompress/PeepsCompress.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<Compile Include="MainGUI.Designer.cs">
<DependentUpon>MainGUI.cs</DependentUpon>
</Compile>
<Compile Include="MIO0.cs" />
<Compile Include="Algorithm Classes\MIO0.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Abstract Classes\SlidingWindowAlgorithm.cs" />
<Compile Include="YAY0.cs" />
<Compile Include="YAZ0.cs" />
<Compile Include="Algorithm Classes\YAY0.cs" />
<Compile Include="Algorithm Classes\YAZ0.cs" />
<EmbeddedResource Include="MainGUI.resx">
<DependentUpon>MainGUI.cs</DependentUpon>
</EmbeddedResource>
Expand Down

0 comments on commit 8aed6bc

Please sign in to comment.