Skip to content

Commit d699856

Browse files
committed
Automatic merge of T1.5.1-916-g8a5a63633 and 15 pull requests
- Pull request #570 at 3539862: Experimental glTF 2.0 support with PBR lighting - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder - Pull request #882 at 1a5693d: Blueprint/train car operations UI window - Pull request #885 at d714b11: feat: Add notifications to Menu - Pull request #886 at 6c0785b: Scene viewer extension to TrackViewer - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #896 at 5866028: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains - Pull request #903 at 29f3d1a: Downloading route content (Github, zip) - Pull request #911 at 6834af0: docs: Add refactoring as a special type of PR - Pull request #912 at f7b85e4: New Triple Valve Features Vol. 2 - Pull request #919 at 1a376fa: Added mouse wheel support for controls which can be moved by pressing t… - Pull request #923 at e0f3c55: Add curve squeal to route - Pull request #924 at 6c2c3cd: Default Asset Improvements - Pull request #925 at e3b1688: Fix brakeshoe force bug
17 parents 30f92ab + 8a5a636 + 3539862 + d00beb9 + f92de76 + 1a5693d + d714b11 + 6c0785b + 1f5ba4c + 5866028 + 29f3d1a + 6834af0 + f7b85e4 + 1a376fa + e0f3c55 + 6c2c3cd + e3b1688 commit d699856

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1179
-260
lines changed

Source/ContentChecker/ContentChecker.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>Exe</OutputType>
65
<UseWindowsForms>true</UseWindowsForms>
76
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>

Source/Contrib/ActivityEditor/ActivityEditor/ActivityEditor.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>WinExe</OutputType>
65
<AssemblyName>Contrib.ActivityEditor</AssemblyName>
76
<ApplicationIcon>..\..\..\ORTS.ico</ApplicationIcon>

Source/Contrib/ActivityEditor/LibAE/LibAE.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>Library</OutputType>
65
<AssemblyName>Contrib.LibAE</AssemblyName>
76
<IsPublishable>False</IsPublishable>

Source/Contrib/ContentManager/ContentManager.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>WinExe</OutputType>
65
<RootNamespace>ORTS.ContentManager</RootNamespace>
76
<AssemblyName>Contrib.ContentManager</AssemblyName>

Source/Contrib/DataCollector/DataCollector.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>Exe</OutputType>
65
<RootNamespace>ORTS.DataCollector</RootNamespace>
76
<AssemblyName>Contrib.DataCollector</AssemblyName>

Source/Contrib/DataConverter/DataConverter.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>Exe</OutputType>
65
<RootNamespace>Orts.DataConverter</RootNamespace>
76
<AssemblyName>Contrib.DataConverter</AssemblyName>

Source/Contrib/DataValidator/DataValidator.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>Exe</OutputType>
65
<AssemblyName>Contrib.DataValidator</AssemblyName>
76
<IsPublishable>False</IsPublishable>

Source/Contrib/SimulatorTester/SimulatorTester.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>Exe</OutputType>
65
<RootNamespace>Orts.SimulatorTester</RootNamespace>
76
<AssemblyName>Contrib.SimulatorTester</AssemblyName>

Source/Contrib/TrackViewer/TrackViewer.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net472</TargetFrameworks>
3+
<TargetFramework>net472</TargetFramework>
54
<OutputType>WinExe</OutputType>
65
<RootNamespace>ORTS.TrackViewer</RootNamespace>
76
<AssemblyName>Contrib.TrackViewer</AssemblyName>

Source/Launcher/Launcher.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFrameworks>
4-
<TargetFrameworks Condition="'$(TargetFrameworks)' == ''">net20</TargetFrameworks>
3+
<TargetFramework>net20</TargetFramework>
54
<OutputType>WinExe</OutputType>
65
<RootNamespace>ORTS</RootNamespace>
76
<AssemblyName>OpenRails</AssemblyName>

0 commit comments

Comments
 (0)