|
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> |
16 | 31 | </PropertyGroup> |
17 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
18 | 33 | <DebugSymbols>true</DebugSymbols> |
|
756 | 771 | <Content Include="Copying.txt"> |
757 | 772 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
758 | 773 | </Content> |
| 774 | + <Content Include="Prerequisites.txt"> |
| 775 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 776 | + </Content> |
759 | 777 | <Content Include="Readme.txt"> |
760 | 778 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
761 | 779 | </Content> |
|
839 | 857 | <None Include="app.config" /> |
840 | 858 | <None Include="packages.config" /> |
841 | 859 | </ItemGroup> |
842 | | - <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> |
843 | 872 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
844 | 873 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
845 | 874 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments