|
11 | 11 | <AssemblyName>unitybinarybackup</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <PublishUrl>publish\</PublishUrl> |
| 15 | + <Install>true</Install> |
| 16 | + <InstallFrom>Disk</InstallFrom> |
| 17 | + <UpdateEnabled>false</UpdateEnabled> |
| 18 | + <UpdateMode>Foreground</UpdateMode> |
| 19 | + <UpdateInterval>7</UpdateInterval> |
| 20 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 21 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 22 | + <UpdateRequired>false</UpdateRequired> |
| 23 | + <MapFileExtensions>true</MapFileExtensions> |
| 24 | + <ApplicationRevision>0</ApplicationRevision> |
| 25 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 26 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 27 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 28 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
14 | 29 | </PropertyGroup> |
15 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 31 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
50 | 65 | <ItemGroup> |
51 | 66 | <None Include="App.config" /> |
52 | 67 | </ItemGroup> |
| 68 | + <ItemGroup> |
| 69 | + <BootstrapperPackage Include=".NETFramework,Version=v4.5"> |
| 70 | + <Visible>False</Visible> |
| 71 | + <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName> |
| 72 | + <Install>true</Install> |
| 73 | + </BootstrapperPackage> |
| 74 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 75 | + <Visible>False</Visible> |
| 76 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 77 | + <Install>false</Install> |
| 78 | + </BootstrapperPackage> |
| 79 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 80 | + <Visible>False</Visible> |
| 81 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 82 | + <Install>false</Install> |
| 83 | + </BootstrapperPackage> |
| 84 | + </ItemGroup> |
53 | 85 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
54 | 86 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
55 | 87 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments