Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-05 07:05:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-05 07:05:16 +0300
commit01c8b9149f139648ed53fe175bbc955443c2ef01 (patch)
tree5e9ae2af9d2cf2602bbf4ca40ee2348f4af06d2a /hakchi_gui.csproj
parente0b2f51d15924c3353393072be25f8bb3d3e45d2 (diff)
Huge refactoring. Testing required. But need to sleep.
Diffstat (limited to 'hakchi_gui.csproj')
-rw-r--r--hakchi_gui.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 021d83c1..031e6e58 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -122,6 +122,8 @@
<Compile Include="Apps\AppTypeCollection.cs" />
<Compile Include="Apps\ArcadeGame.cs" />
<Compile Include="Apps\Atari2600Game.cs" />
+ <Compile Include="Apps\ICloverAutofill.cs" />
+ <Compile Include="Apps\ISupportsGameGenie.cs" />
<Compile Include="Apps\Sega32XGame.cs" />
<Compile Include="Apps\GenesisGame.cs" />
<Compile Include="Apps\PceGame.cs" />
@@ -351,7 +353,7 @@
<Compile Include="ImageGooglerForm.Designer.cs">
<DependentUpon>ImageGooglerForm.cs</DependentUpon>
</Compile>
- <Compile Include="INesMenuElement.cs" />
+ <Compile Include="Apps\INesMenuElement.cs" />
<Compile Include="IpsPatcher.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>