Skip to content

Commit 7d97cb6

Browse files
committed
fix: Revert most of the changes in 92d3faf that are not needed
1 parent 92d3faf commit 7d97cb6

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

Source/RunActivity/RunActivity.csproj

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@
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>
3116
</PropertyGroup>
3217
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
3318
<DebugSymbols>true</DebugSymbols>
@@ -857,18 +842,7 @@
857842
<None Include="app.config" />
858843
<None Include="packages.config" />
859844
</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 />
872846
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
873847
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
874848
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)