Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed May 8, 2017
1 parent 9bffeb6 commit fc49971
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion GameGenieDataBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public GameGenieCode(string ACode, string ADescription)

class GameGenieDataBase
{
private readonly string DataBasePath;
private XmlDocument FXml = new XmlDocument();
private XmlNode FGameNode = null;
private List<GameGenieCode> FGameCodes = null;
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// 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")]
10 changes: 5 additions & 5 deletions hakchi_gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit fc49971

Please sign in to comment.