Added #4 - only one instance will be allowed to run

This commit is contained in:
Szymon Porwolik
2019-02-28 23:06:38 +01:00
committed by simpo
parent 69f995bd6d
commit f383f3c056
4 changed files with 64 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
<SuiteName>Perun</SuiteName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>Perun.htm</WebPage>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>0.4.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
@@ -116,6 +116,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="01_Classes\NativeMethods.cs" />
<Compile Include="02_Forms\form_Main.cs">
<SubType>Form</SubType>
</Compile>