Skip to content

Commit aea4c8a

Browse files
committed
2.3.4.8 - Signed assembly in attempt to satisfy anti-virus software. Fixed weird Exit bug.
1 parent c9891ce commit aea4c8a

File tree

13 files changed

+927
-15
lines changed

13 files changed

+927
-15
lines changed

AutoScreenCapture.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<OldToolsVersion>3.5</OldToolsVersion>
1919
<UpgradeBackupLocation />
2020
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
21+
<IsWebBootstrapper>false</IsWebBootstrapper>
22+
<SonarQubeTestProject>
23+
</SonarQubeTestProject>
2124
<PublishUrl>publish\</PublishUrl>
2225
<Install>true</Install>
2326
<InstallFrom>Disk</InstallFrom>
@@ -30,11 +33,8 @@
3033
<MapFileExtensions>true</MapFileExtensions>
3134
<ApplicationRevision>0</ApplicationRevision>
3235
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33-
<IsWebBootstrapper>false</IsWebBootstrapper>
3436
<UseApplicationTrust>false</UseApplicationTrust>
3537
<BootstrapperEnabled>true</BootstrapperEnabled>
36-
<SonarQubeTestProject>
37-
</SonarQubeTestProject>
3838
</PropertyGroup>
3939
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4040
<DebugSymbols>true</DebugSymbols>
@@ -70,11 +70,10 @@
7070
<ApplicationManifest>app.manifest</ApplicationManifest>
7171
</PropertyGroup>
7272
<PropertyGroup>
73-
<SignAssembly>false</SignAssembly>
73+
<SignAssembly>true</SignAssembly>
7474
</PropertyGroup>
7575
<PropertyGroup>
76-
<AssemblyOriginatorKeyFile>
77-
</AssemblyOriginatorKeyFile>
76+
<AssemblyOriginatorKeyFile>autoscreen.pfx</AssemblyOriginatorKeyFile>
7877
</PropertyGroup>
7978
<ItemGroup>
8079
<Reference Include="System" />
@@ -371,6 +370,7 @@
371370
<ItemGroup>
372371
<Content Include="autoscreen.ico" />
373372
<Content Include="icons\ico\autoscreen-error.ico" />
373+
<None Include="autoscreen.pfx" />
374374
<None Include="help\help-0-Welcome.rtf" />
375375
<None Include="help\help-1-Setup-and-First-Run.rtf" />
376376
<None Include="icons\ico\autoscreen-warning.ico" />

0 commit comments

Comments
 (0)