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-08 03:15:27 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 03:15:27 +0300
commita2f31929bcbfe91b3dade80e0f7b63ca3a3adb9d (patch)
tree6774490dd5b51b487146abcbfefa455050c13c9e /hakchi_gui.csproj
parent1eb07e299750fdfa2d840d444adda4784f4a3f58 (diff)
Power leak fix
Diffstat (limited to 'hakchi_gui.csproj')
-rw-r--r--hakchi_gui.csproj11
1 files changed, 7 insertions, 4 deletions
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 7b353512..e605e719 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>12</ApplicationRevision>
- <ApplicationVersion>2.0.20.12</ApplicationVersion>
+ <ApplicationRevision>14</ApplicationRevision>
+ <ApplicationVersion>2.0.20.14</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -1908,12 +1908,15 @@
<Content Include="mods\mod_hakchi\hakchi\rootfs\bin\remote-exec">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
- <None Include="mods\mod_hakchi\hakchi\rootfs\etc\init.d\S82remote-exec">
+ <Content Include="mods\mod_hakchi\hakchi\rootfs\etc\init.d\S82remote-exec">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
+ </Content>
<Content Include="mods\hmods\tiny7zx-dynamic.hmod">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
+ <Content Include="mods\mod_hakchi\hakchi\rootfs\bin\usleep">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
<None Include="Properties\app.manifest" />
</ItemGroup>
<ItemGroup>