Skip to content

Commit 6670026

Browse files
committed
fix: Allow multi-player server to build on VS2019
1 parent 242f603 commit 6670026

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed
Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>net6-windows</TargetFramework>
4-
<OutputType>Exe</OutputType>
5-
<Description>Open Rails Multiplayer Server</Description>
6-
<AssemblyTitle>Open Rails MultiPlayer Server (Forked)</AssemblyTitle>
2+
<PropertyGroup>
3+
<TargetFramework>net5-windows</TargetFramework>
4+
<OutputType>Exe</OutputType>
5+
<Description>Open Rails Multiplayer Server</Description>
6+
<AssemblyTitle>Open Rails MultiPlayer Server (Forked)</AssemblyTitle>
77
<Product>Open Rails</Product>
8-
<OutputPath>..\..\Program</OutputPath>
9-
<ApplicationIcon>..\ORTS.ico</ApplicationIcon>
10-
<RootNamespace>Orts.MultiPlayerServer</RootNamespace>
11-
<LangVersion>10.0</LangVersion>
12-
</PropertyGroup>
13-
<ItemGroup>
14-
<PackageReference Include="System.IO.Pipelines" Version="5.0.0.0" />
15-
</ItemGroup>
8+
<OutputPath>..\..\Program</OutputPath>
9+
<ApplicationIcon>..\ORTS.ico</ApplicationIcon>
10+
<RootNamespace>Orts.MultiPlayerServer</RootNamespace>
11+
</PropertyGroup>
12+
<ItemGroup>
13+
<PackageReference Include="System.IO.Pipelines" Version="5.0.0.0" />
14+
</ItemGroup>
1615
</Project>

0 commit comments

Comments
 (0)