File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
<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 >
7
7
<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 >
16
15
</Project >
You can’t perform that action at this time.
0 commit comments