Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3d81e6

Browse files
committed
Automatic merge of T1.5.1-174-gd2e682132 and 13 pull requests
- Pull request #706 at 91bcfa2: Extended door functionality - Pull request #722 at fb9079e: Fix Windows Forms deprecations in ActivityEditor - Pull request #732 at 8abe61f: Improvements for air brakes - Pull request #735 at b9a0ea3: Added new parameter for battery switch - Pull request #746 at f5566d7: Website release 1.5.1 - Pull request #753 at ab8fe32: Extends CabControls for user input - Pull request #754 at 70a1325: Container weights: https://blueprints.launchpad.net/or/+spec/container-weights - Pull request #758 at a9e9512: Steam wheel slip#1 - Pull request #760 at 113dd63: Updated EditorConfig with .NET and StyleCop analyzer configuration - Pull request #761 at f6a3aca: fix: Allow 100% cloud-free skys by making 0% overcast = 0% clouds - Pull request #763 at 12e250d: build: Remove use of SolutionDir which is not supported everywhere - Pull request #764 at 5f9a01b: fix: Improve sky dome distortion causing bug #1471416 - Pull request #765 at 083467b: Bug fix for https://bugs.launchpad.net/or/+bug/2002183 OK to proceed sound played wrongly
15 parents f4ac901 + d2e6821 + 91bcfa2 + fb9079e + 8abe61f + b9a0ea3 + f5566d7 + ab8fe32 + 70a1325 + a9e9512 + 113dd63 + f6a3aca + 12e250d + 5f9a01b + 083467b commit f3d81e6

File tree

15 files changed

+17
-18
lines changed

15 files changed

+17
-18
lines changed

Source/ContentChecker/ContentChecker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<Reference Include="MonoGame.Framework">
17-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
17+
<HintPath>..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
1818
</Reference>
1919
</ItemGroup>
2020
<ItemGroup>

Source/Contrib/ActivityEditor/ActivityEditor/ActivityEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<Reference Include="MonoGame.Framework">
20-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
20+
<HintPath>..\..\..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
2121
</Reference>
2222
</ItemGroup>
2323
<ItemGroup>

Source/Contrib/ActivityEditor/LibAE/LibAE.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<Reference Include="MonoGame.Framework">
17-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
17+
<HintPath>..\..\..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
1818
</Reference>
1919
</ItemGroup>
2020
<ItemGroup>

Source/Contrib/DataCollector/DataCollector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<ItemGroup>
1717
<Reference Include="MonoGame.Framework">
18-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
18+
<HintPath>..\..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
1919
</Reference>
2020
</ItemGroup>
2121
<ItemGroup>

Source/Contrib/TrackViewer/TrackViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<HintPath>..\..\3rdPartyLibs\GNU.Gettext.dll</HintPath>
2727
</Reference>
2828
<Reference Include="MonoGame.Framework">
29-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
29+
<HintPath>..\..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
3030
</Reference>
3131
</ItemGroup>
3232
<ItemGroup>

Source/Menu/Menu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<HintPath>..\3rdPartyLibs\GNU.Gettext.WinForms.dll</HintPath>
3232
</Reference>
3333
<Reference Include="MonoGame.Framework">
34-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
34+
<HintPath>..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
3535
</Reference>
3636
<Reference Include="WindowsBase" />
3737
</ItemGroup>

Source/ORTS.Common/ORTS.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<HintPath>..\3rdPartyLibs\GNU.Gettext.dll</HintPath>
2222
</Reference>
2323
<Reference Include="MonoGame.Framework">
24-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
24+
<HintPath>..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
2525
</Reference>
2626
</ItemGroup>
2727
<ItemGroup>

Source/ORTS.Settings/ORTS.Settings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<HintPath>..\3rdPartyLibs\GNU.Gettext.dll</HintPath>
2323
</Reference>
2424
<Reference Include="MonoGame.Framework">
25-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
25+
<HintPath>..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
2626
</Reference>
2727
</ItemGroup>
2828
<ItemGroup>

Source/Orts.Formats.Msts/Orts.Formats.Msts.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<ItemGroup>
1717
<Reference Include="MonoGame.Framework">
18-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
18+
<HintPath>..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
1919
</Reference>
2020
</ItemGroup>
2121
<ItemGroup>

Source/Orts.Formats.OR/Orts.Formats.OR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<HintPath>..\3rdPartyLibs\GNU.Gettext.dll</HintPath>
2121
</Reference>
2222
<Reference Include="MonoGame.Framework">
23-
<HintPath>$(SolutionDir)\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
23+
<HintPath>..\3rdPartyLibs\MonoGame\MonoGame.Framework.dll</HintPath>
2424
</Reference>
2525
</ItemGroup>
2626
<ItemGroup>

0 commit comments

Comments
 (0)