|
16 | 16 | <Deterministic>true</Deterministic> |
17 | 17 | <NuGetPackageImportStamp> |
18 | 18 | </NuGetPackageImportStamp> |
| 19 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 20 | + <PublishUrl>C:\Users\frolo\Desktop\SharpPasswordManager\</PublishUrl> |
| 21 | + <Install>true</Install> |
| 22 | + <InstallFrom>Disk</InstallFrom> |
| 23 | + <UpdateEnabled>false</UpdateEnabled> |
| 24 | + <UpdateMode>Foreground</UpdateMode> |
| 25 | + <UpdateInterval>7</UpdateInterval> |
| 26 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 27 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 28 | + <UpdateRequired>false</UpdateRequired> |
| 29 | + <MapFileExtensions>true</MapFileExtensions> |
| 30 | + <ApplicationRevision>1</ApplicationRevision> |
| 31 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 32 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 33 | + <PublishWizardCompleted>true</PublishWizardCompleted> |
| 34 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
19 | 35 | </PropertyGroup> |
20 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | 37 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
38 | 54 | <WarningLevel>4</WarningLevel> |
39 | 55 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
40 | 56 | </PropertyGroup> |
| 57 | + <PropertyGroup> |
| 58 | + <ApplicationIcon>secure-socket-layer-ssl_icon-icons.com_52820.ico</ApplicationIcon> |
| 59 | + </PropertyGroup> |
| 60 | + <PropertyGroup> |
| 61 | + <ManifestCertificateThumbprint>769B197A0AFFCC9BB33B52168E0A73C9BD57742D</ManifestCertificateThumbprint> |
| 62 | + </PropertyGroup> |
| 63 | + <PropertyGroup> |
| 64 | + <ManifestKeyFile>SharpPasswordManager_TemporaryKey.pfx</ManifestKeyFile> |
| 65 | + </PropertyGroup> |
| 66 | + <PropertyGroup> |
| 67 | + <GenerateManifests>true</GenerateManifests> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup> |
| 70 | + <TargetZone>LocalIntranet</TargetZone> |
| 71 | + </PropertyGroup> |
| 72 | + <PropertyGroup> |
| 73 | + <ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
| 74 | + </PropertyGroup> |
| 75 | + <PropertyGroup> |
| 76 | + <SignManifests>true</SignManifests> |
| 77 | + </PropertyGroup> |
41 | 78 | <ItemGroup> |
42 | 79 | <Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL"> |
43 | 80 | <HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath> |
|
186 | 223 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
187 | 224 | </EmbeddedResource> |
188 | 225 | <None Include="packages.config" /> |
| 226 | + <None Include="Properties\app.manifest" /> |
189 | 227 | <None Include="Properties\Settings.settings"> |
190 | 228 | <Generator>SettingsSingleFileGenerator</Generator> |
191 | 229 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
192 | 230 | </None> |
| 231 | + <None Include="SharpPasswordManager_TemporaryKey.pfx" /> |
193 | 232 | <Resource Include="Views\Fonts\LoraBold.ttf" /> |
194 | 233 | <Resource Include="Views\Fonts\LoraBoldItalic.ttf" /> |
195 | 234 | <Resource Include="Views\Fonts\LoraItalic.ttf" /> |
|
198 | 237 | <ItemGroup> |
199 | 238 | <None Include="App.config" /> |
200 | 239 | </ItemGroup> |
201 | | - <ItemGroup /> |
| 240 | + <ItemGroup> |
| 241 | + <Resource Include="secure-socket-layer-ssl_icon-icons.com_52820.ico" /> |
| 242 | + </ItemGroup> |
202 | 243 | <ItemGroup> |
203 | 244 | <ProjectReference Include="..\SharpPasswordManager.BL\SharpPasswordManager.BL.csproj"> |
204 | 245 | <Project>{4346b910-ee1a-449f-aa12-03c109be012a}</Project> |
|
209 | 250 | <Name>SharpPasswordManager.DL</Name> |
210 | 251 | </ProjectReference> |
211 | 252 | </ItemGroup> |
| 253 | + <ItemGroup> |
| 254 | + <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> |
| 255 | + <Visible>False</Visible> |
| 256 | + <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> |
| 257 | + <Install>true</Install> |
| 258 | + </BootstrapperPackage> |
| 259 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 260 | + <Visible>False</Visible> |
| 261 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 262 | + <Install>false</Install> |
| 263 | + </BootstrapperPackage> |
| 264 | + </ItemGroup> |
212 | 265 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
213 | 266 | <Import Project="..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" /> |
214 | 267 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
0 commit comments