|
12 | 12 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
| 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>0</ApplicationRevision> |
| 26 | + <ApplicationVersion>1.1.0.%2a</ApplicationVersion> |
| 27 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 28 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 29 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
15 | 30 | </PropertyGroup>
|
16 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 32 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
82 | 97 | <Name>GitBitterLib</Name>
|
83 | 98 | </ProjectReference>
|
84 | 99 | </ItemGroup>
|
| 100 | + <ItemGroup> |
| 101 | + <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> |
| 102 | + <Visible>False</Visible> |
| 103 | + <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName> |
| 104 | + <Install>true</Install> |
| 105 | + </BootstrapperPackage> |
| 106 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 107 | + <Visible>False</Visible> |
| 108 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 109 | + <Install>false</Install> |
| 110 | + </BootstrapperPackage> |
| 111 | + </ItemGroup> |
85 | 112 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
86 | 113 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
87 | 114 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments