|
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | 14 | <Deterministic>true</Deterministic> |
| 15 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
15 | 16 | <PublishUrl>publish\</PublishUrl> |
16 | 17 | <Install>true</Install> |
17 | 18 | <InstallFrom>Disk</InstallFrom> |
|
24 | 25 | <MapFileExtensions>true</MapFileExtensions> |
25 | 26 | <ApplicationRevision>0</ApplicationRevision> |
26 | 27 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
27 | | - <IsWebBootstrapper>false</IsWebBootstrapper> |
28 | 28 | <UseApplicationTrust>false</UseApplicationTrust> |
29 | 29 | <BootstrapperEnabled>true</BootstrapperEnabled> |
30 | 30 | </PropertyGroup> |
|
37 | 37 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
38 | 38 | <ErrorReport>prompt</ErrorReport> |
39 | 39 | <WarningLevel>4</WarningLevel> |
| 40 | + <CodeAnalysisRuleSet>EncrypIT.ruleset</CodeAnalysisRuleSet> |
40 | 41 | </PropertyGroup> |
41 | 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
42 | 43 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
46 | 47 | <DefineConstants>TRACE</DefineConstants> |
47 | 48 | <ErrorReport>prompt</ErrorReport> |
48 | 49 | <WarningLevel>4</WarningLevel> |
| 50 | + <CodeAnalysisRuleSet>EncrypIT.ruleset</CodeAnalysisRuleSet> |
| 51 | + <RunCodeAnalysis>false</RunCodeAnalysis> |
49 | 52 | </PropertyGroup> |
50 | 53 | <PropertyGroup> |
51 | 54 | <ApplicationIcon>LogoSymbol.ico</ApplicationIcon> |
|
63 | 66 | <ManifestTimestampUrl>http://tsa.starfieldtech.com</ManifestTimestampUrl> |
64 | 67 | </PropertyGroup> |
65 | 68 | <PropertyGroup> |
66 | | - <AssemblyOriginatorKeyFile>OsborneProSignAssembly.pfx</AssemblyOriginatorKeyFile> |
| 69 | + <AssemblyOriginatorKeyFile>SigningCertificate.pfx</AssemblyOriginatorKeyFile> |
67 | 70 | </PropertyGroup> |
68 | 71 | <ItemGroup> |
69 | 72 | <Reference Include="System" /> |
|
99 | 102 | <AutoGen>True</AutoGen> |
100 | 103 | <DependentUpon>Resources.resx</DependentUpon> |
101 | 104 | </Compile> |
102 | | - <None Include="OPCodeSigningCert.pfx" /> |
103 | | - <None Include="OsborneProSignAssembly.pfx" /> |
| 105 | + <None Include="EncrypIT.ruleset" /> |
104 | 106 | <None Include="Properties\Settings.settings"> |
105 | 107 | <Generator>SettingsSingleFileGenerator</Generator> |
106 | 108 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
110 | 112 | <DependentUpon>Settings.settings</DependentUpon> |
111 | 113 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
112 | 114 | </Compile> |
| 115 | + <None Include="SigningCertificate.pfx" /> |
113 | 116 | </ItemGroup> |
114 | 117 | <ItemGroup> |
115 | 118 | <None Include="App.config" /> |
|
0 commit comments