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-05-08 15:00:22 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-05-08 15:00:22 +0300
commitfc499717e24b1d6b2a22b35a979336c7a230d8f9 (patch)
treeda84e6014211af25bafb6652f76d268e7a70f2d3
parent9bffeb66876e9c7b398bedc3e521926dccee3df7 (diff)
Release2.17
-rw-r--r--GameGenieDataBase.cs1
-rw-r--r--Properties/AssemblyInfo.cs4
-rw-r--r--hakchi_gui.csproj10
3 files changed, 7 insertions, 8 deletions
diff --git a/GameGenieDataBase.cs b/GameGenieDataBase.cs
index 210fafa0..a6f5d05a 100644
--- a/GameGenieDataBase.cs
+++ b/GameGenieDataBase.cs
@@ -62,7 +62,6 @@ namespace com.clusterrr.hakchi_gui
class GameGenieDataBase
{
- private readonly string DataBasePath;
private XmlDocument FXml = new XmlDocument();
private XmlNode FGameNode = null;
private List<GameGenieCode> FGameCodes = null;
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 6ab3657a..3fed75f2 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@ using System.Resources;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.17.1")]
-[assembly: AssemblyFileVersion("2.0.17.1")]
+[assembly: AssemblyVersion("2.0.17.10")]
+[assembly: AssemblyFileVersion("2.0.17.10")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 0c0fea51..0626fb0d 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -31,9 +31,10 @@
<PublisherName>Alexey %27Cluster%27 Avdyukhin</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
- <ApplicationRevision>23</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <ApplicationRevision>10</ApplicationRevision>
+ <ApplicationVersion>2.0.17.10</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
+ <CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
@@ -900,7 +901,6 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
- <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources1.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="SearchForm.pl-PL.resx">
@@ -1670,8 +1670,8 @@
<PostBuildEvent>if exist languages rd /S /Q languages
md languages
for /D %25%25i in (*.*) do if exist %25%25i\hakchi.resources.dll move /Y %25%25i languages\%25%25i
-del *.application
-del *.manifest</PostBuildEvent>
+rem del *.application
+rem del *.manifest</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.