|
18 | 18 | <OldToolsVersion>3.5</OldToolsVersion> |
19 | 19 | <UpgradeBackupLocation /> |
20 | 20 | <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
| 21 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 22 | + <SonarQubeTestProject> |
| 23 | + </SonarQubeTestProject> |
21 | 24 | <PublishUrl>publish\</PublishUrl> |
22 | 25 | <Install>true</Install> |
23 | 26 | <InstallFrom>Disk</InstallFrom> |
|
30 | 33 | <MapFileExtensions>true</MapFileExtensions> |
31 | 34 | <ApplicationRevision>0</ApplicationRevision> |
32 | 35 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
33 | | - <IsWebBootstrapper>false</IsWebBootstrapper> |
34 | 36 | <UseApplicationTrust>false</UseApplicationTrust> |
35 | 37 | <BootstrapperEnabled>true</BootstrapperEnabled> |
36 | | - <SonarQubeTestProject> |
37 | | - </SonarQubeTestProject> |
38 | 38 | </PropertyGroup> |
39 | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
40 | 40 | <DebugSymbols>true</DebugSymbols> |
|
70 | 70 | <ApplicationManifest>app.manifest</ApplicationManifest> |
71 | 71 | </PropertyGroup> |
72 | 72 | <PropertyGroup> |
73 | | - <SignAssembly>false</SignAssembly> |
| 73 | + <SignAssembly>true</SignAssembly> |
74 | 74 | </PropertyGroup> |
75 | 75 | <PropertyGroup> |
76 | | - <AssemblyOriginatorKeyFile> |
77 | | - </AssemblyOriginatorKeyFile> |
| 76 | + <AssemblyOriginatorKeyFile>autoscreen.pfx</AssemblyOriginatorKeyFile> |
78 | 77 | </PropertyGroup> |
79 | 78 | <ItemGroup> |
80 | 79 | <Reference Include="System" /> |
|
371 | 370 | <ItemGroup> |
372 | 371 | <Content Include="autoscreen.ico" /> |
373 | 372 | <Content Include="icons\ico\autoscreen-error.ico" /> |
| 373 | + <None Include="autoscreen.pfx" /> |
374 | 374 | <None Include="help\help-0-Welcome.rtf" /> |
375 | 375 | <None Include="help\help-1-Setup-and-First-Run.rtf" /> |
376 | 376 | <None Include="icons\ico\autoscreen-warning.ico" /> |
|
0 commit comments