Skip to content

Commit 8aed6bc

Browse files
Moved Algorithm Classes to Folder
-Moved all the classes relating to specific algorithms to their own folder to clean up the project folder.
1 parent 5373c45 commit 8aed6bc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

PeepsCompress/PeepsCompress/PeepsCompress.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
<Compile Include="MainGUI.Designer.cs">
5959
<DependentUpon>MainGUI.cs</DependentUpon>
6060
</Compile>
61-
<Compile Include="MIO0.cs" />
61+
<Compile Include="Algorithm Classes\MIO0.cs" />
6262
<Compile Include="Program.cs" />
6363
<Compile Include="Properties\AssemblyInfo.cs" />
6464
<Compile Include="Abstract Classes\SlidingWindowAlgorithm.cs" />
65-
<Compile Include="YAY0.cs" />
66-
<Compile Include="YAZ0.cs" />
65+
<Compile Include="Algorithm Classes\YAY0.cs" />
66+
<Compile Include="Algorithm Classes\YAZ0.cs" />
6767
<EmbeddedResource Include="MainGUI.resx">
6868
<DependentUpon>MainGUI.cs</DependentUpon>
6969
</EmbeddedResource>

0 commit comments

Comments
 (0)