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>2018-03-20 20:36:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-03-20 20:36:00 +0300
commita1590b08308921b95656046224bc3dd75131b42c (patch)
tree98440677ec33d24858450df9f1401bbec90b2957 /hakchi_gui.csproj
parentf1bd4ab0679dd02c8a28e763ada4e7ed34322c81 (diff)
Life View tool for remote debug
Diffstat (limited to 'hakchi_gui.csproj')
-rw-r--r--hakchi_gui.csproj13
1 files changed, 11 insertions, 2 deletions
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index ca44aaa0..07421598 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -31,8 +31,8 @@
<PublisherName>Alexey %27Cluster%27 Avdyukhin</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
- <ApplicationRevision>15</ApplicationRevision>
- <ApplicationVersion>2.0.30.15</ApplicationVersion>
+ <ApplicationRevision>16</ApplicationRevision>
+ <ApplicationVersion>2.0.30.16</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -152,6 +152,12 @@
<Compile Include="GameGenie\GameGenieFormatException.cs" />
<Compile Include="GameGenie\GameGenieNotFoundException.cs" />
<Compile Include="GameGenie\GameGeniePatcherSnes.cs" />
+ <Compile Include="LifeViewForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="LifeViewForm.Designer.cs">
+ <DependentUpon>LifeViewForm.cs</DependentUpon>
+ </Compile>
<Compile Include="SelectConsoleDialog.cs">
<SubType>Form</SubType>
</Compile>
@@ -597,6 +603,9 @@
<EmbeddedResource Include="ImageGooglerForm.pt-BR.resx">
<DependentUpon>ImageGooglerForm.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="LifeViewForm.resx">
+ <DependentUpon>LifeViewForm.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="MainForm.hu-HU.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>