|
12 | 12 | <TargetFrameworkVersion>v4.7</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.0.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> |
|
31 | 46 | <DefineConstants>TRACE</DefineConstants> |
32 | 47 | <ErrorReport>prompt</ErrorReport> |
33 | 48 | <WarningLevel>4</WarningLevel> |
| 49 | + <Prefer32Bit>true</Prefer32Bit> |
34 | 50 | </PropertyGroup> |
35 | 51 | <PropertyGroup> |
36 | 52 | <StartupObject /> |
|
53 | 69 | <ItemGroup> |
54 | 70 | <None Include="App.config" /> |
55 | 71 | </ItemGroup> |
| 72 | + <ItemGroup> |
| 73 | + <BootstrapperPackage Include=".NETFramework,Version=v4.7"> |
| 74 | + <Visible>False</Visible> |
| 75 | + <ProductName>Microsoft .NET Framework 4.7 %28x86 and x64%29</ProductName> |
| 76 | + <Install>true</Install> |
| 77 | + </BootstrapperPackage> |
| 78 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 79 | + <Visible>False</Visible> |
| 80 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 81 | + <Install>false</Install> |
| 82 | + </BootstrapperPackage> |
| 83 | + </ItemGroup> |
56 | 84 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
57 | 85 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
58 | 86 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments