Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Moved FlagPFPCore to its own folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings committed Jul 22, 2021
1 parent 074408d commit a20fad0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions FlagPFPGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@
<Compile Include="AboutForm.Designer.cs">
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="BitmapProcessing.cs" />
<Compile Include="Exceptions.cs" />
<Compile Include="FlagPFPCore\BitmapProcessing.cs" />
<Compile Include="FlagPFPCore\Exceptions.cs" />
<Compile Include="InputChecker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainClass.cs" />
<Compile Include="FlagPFPCore\MainClass.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="PrideFlag.cs" />
<Compile Include="FlagPFPCore\PrideFlag.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="AboutForm.resx">
Expand Down

0 comments on commit a20fad0

Please sign in to comment.