Skip to content

Commit 92d3faf

Browse files
author
Chris Jakeman
committed
Updated RunActivity to copy new file Prerequisites.txt into Program folder
1 parent 3da54dd commit 92d3faf

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

Source/RunActivity/RunActivity.csproj

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
1313
<FileAlignment>512</FileAlignment>
1414
<ApplicationIcon>..\ORTS.ico</ApplicationIcon>
1515
<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>
1631
</PropertyGroup>
1732
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
1833
<DebugSymbols>true</DebugSymbols>
@@ -756,6 +771,9 @@
756771
<Content Include="Copying.txt">
757772
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
758773
</Content>
774+
<Content Include="Prerequisites.txt">
775+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
776+
</Content>
759777
<Content Include="Readme.txt">
760778
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
761779
</Content>
@@ -839,7 +857,18 @@
839857
<None Include="app.config" />
840858
<None Include="packages.config" />
841859
</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>
843872
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
844873
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
845874
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)