|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 | 15 | <TargetFrameworkProfile /> |
| 16 | + <PublishUrl>publish\</PublishUrl> |
| 17 | + <Install>true</Install> |
| 18 | + <InstallFrom>Disk</InstallFrom> |
| 19 | + <UpdateEnabled>false</UpdateEnabled> |
| 20 | + <UpdateMode>Foreground</UpdateMode> |
| 21 | + <UpdateInterval>7</UpdateInterval> |
| 22 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 23 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 24 | + <UpdateRequired>false</UpdateRequired> |
| 25 | + <MapFileExtensions>true</MapFileExtensions> |
| 26 | + <ApplicationRevision>0</ApplicationRevision> |
| 27 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 28 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 29 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 30 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
16 | 31 | </PropertyGroup> |
17 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 33 | <PlatformTarget>AnyCPU</PlatformTarget> |
19 | 34 | <DebugSymbols>true</DebugSymbols> |
20 | 35 | <DebugType>full</DebugType> |
21 | | - <Optimize>false</Optimize> |
| 36 | + <Optimize>true</Optimize> |
22 | 37 | <OutputPath>bin\Debug\</OutputPath> |
23 | 38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 39 | <ErrorReport>prompt</ErrorReport> |
|
49 | 64 | <ItemGroup> |
50 | 65 | <None Include="App.config" /> |
51 | 66 | </ItemGroup> |
| 67 | + <ItemGroup> |
| 68 | + <BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
| 69 | + <Visible>False</Visible> |
| 70 | + <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName> |
| 71 | + <Install>true</Install> |
| 72 | + </BootstrapperPackage> |
| 73 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 74 | + <Visible>False</Visible> |
| 75 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 76 | + <Install>false</Install> |
| 77 | + </BootstrapperPackage> |
| 78 | + </ItemGroup> |
52 | 79 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
53 | 80 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
54 | 81 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments