|
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.1.0.%2a</ApplicationVersion>
|
27 |
| - <IsWebBootstrapper>false</IsWebBootstrapper> |
28 | 28 | <UseApplicationTrust>false</UseApplicationTrust>
|
| 29 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
29 | 30 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
30 | 31 | </PropertyGroup>
|
31 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
47 | 48 | <ErrorReport>prompt</ErrorReport>
|
48 | 49 | <WarningLevel>4</WarningLevel>
|
49 | 50 | </PropertyGroup>
|
| 51 | + <PropertyGroup> |
| 52 | + <ManifestCertificateThumbprint>AA3A5A93175CC1E13770BBB98E5E340FFEE69A5A</ManifestCertificateThumbprint> |
| 53 | + </PropertyGroup> |
| 54 | + <PropertyGroup> |
| 55 | + <ManifestKeyFile>SQLFormat_TemporaryKey.pfx</ManifestKeyFile> |
| 56 | + </PropertyGroup> |
| 57 | + <PropertyGroup> |
| 58 | + <GenerateManifests>true</GenerateManifests> |
| 59 | + </PropertyGroup> |
| 60 | + <PropertyGroup> |
| 61 | + <SignManifests>true</SignManifests> |
| 62 | + </PropertyGroup> |
50 | 63 | <ItemGroup>
|
51 | 64 | <Reference Include="Microsoft.SqlServer.TransactSql.ScriptDom, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
52 | 65 | <HintPath>..\packages\Microsoft.SqlServer.TransactSql.ScriptDom.15.0.4200.1\lib\net40\Microsoft.SqlServer.TransactSql.ScriptDom.dll</HintPath>
|
|
102 | 115 | <DependentUpon>Settings.settings</DependentUpon>
|
103 | 116 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
104 | 117 | </Compile>
|
| 118 | + <None Include="SQLFormat_TemporaryKey.pfx" /> |
105 | 119 | </ItemGroup>
|
106 | 120 | <ItemGroup>
|
107 | 121 | <None Include="App.config" />
|
|
0 commit comments