|
11 | 11 | <AssemblyName>SPDIFKA</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 15 | + <PublishUrl>publish\</PublishUrl> |
| 16 | + <Install>true</Install> |
| 17 | + <InstallFrom>Disk</InstallFrom> |
| 18 | + <UpdateEnabled>false</UpdateEnabled> |
| 19 | + <UpdateMode>Foreground</UpdateMode> |
| 20 | + <UpdateInterval>7</UpdateInterval> |
| 21 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 22 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 23 | + <UpdateRequired>false</UpdateRequired> |
| 24 | + <MapFileExtensions>true</MapFileExtensions> |
| 25 | + <ApplicationRevision>1</ApplicationRevision> |
| 26 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 27 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 28 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
| 29 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
14 | 30 | </PropertyGroup> |
15 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 32 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
34 | 50 | <PropertyGroup> |
35 | 51 | <ApplicationIcon>paper-arrow-green-24.ico</ApplicationIcon> |
36 | 52 | </PropertyGroup> |
| 53 | + <PropertyGroup> |
| 54 | + <SignManifests>true</SignManifests> |
| 55 | + </PropertyGroup> |
| 56 | + <PropertyGroup> |
| 57 | + <SignAssembly>false</SignAssembly> |
| 58 | + </PropertyGroup> |
| 59 | + <PropertyGroup> |
| 60 | + <ManifestCertificateThumbprint>7046D9568D59A523617F9A0EC71F678DB1DC4ED4</ManifestCertificateThumbprint> |
| 61 | + </PropertyGroup> |
| 62 | + <PropertyGroup> |
| 63 | + <ManifestKeyFile>SPDIFKA_TemporaryKey.pfx</ManifestKeyFile> |
| 64 | + </PropertyGroup> |
| 65 | + <PropertyGroup> |
| 66 | + <GenerateManifests>true</GenerateManifests> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup> |
| 69 | + <TargetZone>LocalIntranet</TargetZone> |
| 70 | + </PropertyGroup> |
| 71 | + <PropertyGroup> |
| 72 | + <ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
| 73 | + </PropertyGroup> |
37 | 74 | <ItemGroup> |
38 | 75 | <Reference Include="Microsoft.VisualBasic" /> |
39 | 76 | <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|
71 | 108 | <DependentUpon>Resources.resx</DependentUpon> |
72 | 109 | <DesignTime>True</DesignTime> |
73 | 110 | </Compile> |
| 111 | + <None Include="Properties\app.manifest" /> |
74 | 112 | <None Include="Properties\Settings.settings"> |
75 | 113 | <Generator>SettingsSingleFileGenerator</Generator> |
76 | 114 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
80 | 118 | <DependentUpon>Settings.settings</DependentUpon> |
81 | 119 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
82 | 120 | </Compile> |
| 121 | + <None Include="SPDIFKA_TemporaryKey.pfx" /> |
83 | 122 | </ItemGroup> |
84 | 123 | <ItemGroup> |
85 | 124 | <None Include="App.config" /> |
|
88 | 127 | <None Include="media\silence.wav" /> |
89 | 128 | <Content Include="paper-arrow-green-24.ico" /> |
90 | 129 | </ItemGroup> |
| 130 | + <ItemGroup> |
| 131 | + <BootstrapperPackage Include=".NETFramework,Version=v4.5"> |
| 132 | + <Visible>False</Visible> |
| 133 | + <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName> |
| 134 | + <Install>true</Install> |
| 135 | + </BootstrapperPackage> |
| 136 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 137 | + <Visible>False</Visible> |
| 138 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 139 | + <Install>false</Install> |
| 140 | + </BootstrapperPackage> |
| 141 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 142 | + <Visible>False</Visible> |
| 143 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 144 | + <Install>false</Install> |
| 145 | + </BootstrapperPackage> |
| 146 | + </ItemGroup> |
91 | 147 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
92 | 148 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
93 | 149 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments