|
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <ApplicationIcon>..\ORTS.ico</ApplicationIcon> |
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> |
31 | 16 | </PropertyGroup> |
32 | 17 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
33 | 18 | <DebugSymbols>true</DebugSymbols> |
|
857 | 842 | <None Include="app.config" /> |
858 | 843 | <None Include="packages.config" /> |
859 | 844 | </ItemGroup> |
860 | | - <ItemGroup> |
861 | | - <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> |
862 | | - <Visible>False</Visible> |
863 | | - <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> |
864 | | - <Install>true</Install> |
865 | | - </BootstrapperPackage> |
866 | | - <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
867 | | - <Visible>False</Visible> |
868 | | - <ProductName>.NET Framework 3.5 SP1</ProductName> |
869 | | - <Install>false</Install> |
870 | | - </BootstrapperPackage> |
871 | | - </ItemGroup> |
| 845 | + <ItemGroup /> |
872 | 846 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
873 | 847 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
874 | 848 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments