|
30 | 30 | </UpgradeBackupLocation> |
31 | 31 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
32 | 32 | <TargetFrameworkProfile /> |
| 33 | + <PublishUrl>publish\</PublishUrl> |
| 34 | + <Install>true</Install> |
| 35 | + <InstallFrom>Disk</InstallFrom> |
| 36 | + <UpdateEnabled>false</UpdateEnabled> |
| 37 | + <UpdateMode>Foreground</UpdateMode> |
| 38 | + <UpdateInterval>7</UpdateInterval> |
| 39 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 40 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 41 | + <UpdateRequired>false</UpdateRequired> |
| 42 | + <MapFileExtensions>true</MapFileExtensions> |
| 43 | + <ApplicationRevision>0</ApplicationRevision> |
| 44 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 45 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 46 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 47 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
33 | 48 | </PropertyGroup> |
34 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
35 | 50 | <DebugSymbols>true</DebugSymbols> |
|
642 | 657 | <Name>Couchcoding.Logbert.Theme</Name> |
643 | 658 | </ProjectReference> |
644 | 659 | </ItemGroup> |
| 660 | + <ItemGroup> |
| 661 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 662 | + <Visible>False</Visible> |
| 663 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 664 | + <Install>false</Install> |
| 665 | + </BootstrapperPackage> |
| 666 | + </ItemGroup> |
645 | 667 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
646 | 668 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
647 | 669 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments