Skip to content

Commit f3fd253

Browse files
committed
refactor: Update case of project references
1 parent dd100ca commit f3fd253

File tree

21 files changed

+60
-60
lines changed

21 files changed

+60
-60
lines changed

Source/ContentChecker/ContentChecker.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<ProjectReference Include="..\ORTS.Content\ORTS.Content.csproj" />
15+
<ProjectReference Include="..\Orts.Content\Orts.Content.csproj" />
1616
<ProjectReference Include="..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
1717
<ProjectReference Include="..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
1818
<ProjectReference Include="..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />

Source/Contrib/ActivityEditor/ActivityEditor/ActivityEditor.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<ProjectReference Include="..\..\..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
7979
<ProjectReference Include="..\..\..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
8080
<ProjectReference Include="..\..\..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
81-
<ProjectReference Include="..\..\..\ORTS.Common\ORTS.Common.csproj" />
82-
<ProjectReference Include="..\..\..\ORTS.Settings\ORTS.Settings.csproj" />
81+
<ProjectReference Include="..\..\..\Orts.Common\Orts.Common.csproj" />
82+
<ProjectReference Include="..\..\..\Orts.Settings\Orts.Settings.csproj" />
8383
<ProjectReference Include="..\LibAE\LibAE.csproj" />
8484
</ItemGroup>
8585
<ItemGroup>

Source/Contrib/ActivityEditor/LibAE/LibAE.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<ProjectReference Include="..\..\..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
2727
<ProjectReference Include="..\..\..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
2828
<ProjectReference Include="..\..\..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
29-
<ProjectReference Include="..\..\..\ORTS.Common\ORTS.Common.csproj" />
30-
<ProjectReference Include="..\..\..\ORTS.Content\ORTS.Content.csproj" />
31-
<ProjectReference Include="..\..\..\ORTS.Settings\ORTS.Settings.csproj" />
29+
<ProjectReference Include="..\..\..\Orts.Common\Orts.Common.csproj" />
30+
<ProjectReference Include="..\..\..\Orts.Content\Orts.Content.csproj" />
31+
<ProjectReference Include="..\..\..\Orts.Settings\Orts.Settings.csproj" />
3232
</ItemGroup>
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

Source/Contrib/ContentManager/ContentManager.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<ProjectReference Include="..\..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
26-
<ProjectReference Include="..\..\ORTS.Common\ORTS.Common.csproj" />
26+
<ProjectReference Include="..\..\Orts.Common\Orts.Common.csproj" />
2727
<ProjectReference Include="..\..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
2828
<ProjectReference Include="..\..\Orts.Parsers.OR\Orts.Parsers.OR.csproj" />
29-
<ProjectReference Include="..\..\ORTS.Settings\ORTS.Settings.csproj" />
29+
<ProjectReference Include="..\..\Orts.Settings\Orts.Settings.csproj" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

Source/Contrib/DataCollector/DataCollector.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<ProjectReference Include="..\..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
19-
<ProjectReference Include="..\..\ORTS.Common\ORTS.Common.csproj" />
19+
<ProjectReference Include="..\..\Orts.Common\Orts.Common.csproj" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

Source/Contrib/SimulatorTester/SimulatorTester.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1616
</PropertyGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="..\..\ORTS.Common\ORTS.Common.csproj" />
19-
<ProjectReference Include="..\..\ORTS.Settings\ORTS.Settings.csproj" />
18+
<ProjectReference Include="..\..\Orts.Common\Orts.Common.csproj" />
19+
<ProjectReference Include="..\..\Orts.Settings\Orts.Settings.csproj" />
2020
<ProjectReference Include="..\..\Orts.Simulation\Orts.Simulation.csproj" />
2121
</ItemGroup>
2222
<ItemGroup>

Source/Contrib/TrackViewer/TrackViewer.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979
</ItemGroup>
8080
<ItemGroup>
8181
<ProjectReference Include="..\..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
82-
<ProjectReference Include="..\..\ORTS.Common\ORTS.Common.csproj" />
83-
<ProjectReference Include="..\..\ORTS.Content\ORTS.Content.csproj" />
84-
<ProjectReference Include="..\..\ORTS.Menu\ORTS.Menu.csproj" />
82+
<ProjectReference Include="..\..\Orts.Common\Orts.Common.csproj" />
83+
<ProjectReference Include="..\..\Orts.Content\Orts.Content.csproj" />
84+
<ProjectReference Include="..\..\Orts.Menu\Orts.Menu.csproj" />
8585
<ProjectReference Include="..\..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
86-
<ProjectReference Include="..\..\ORTS.Settings\ORTS.Settings.csproj" />
86+
<ProjectReference Include="..\..\Orts.Settings\Orts.Settings.csproj" />
8787
<ProjectReference Include="..\..\Orts.Simulation\Orts.Simulation.csproj" />
8888
<ProjectReference Include="..\..\RunActivity\RunActivity.csproj" />
8989
</ItemGroup>

Source/Menu/Menu.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<ProjectReference Include="..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
56-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
57-
<ProjectReference Include="..\ORTS.Content\ORTS.Content.csproj" />
56+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
57+
<ProjectReference Include="..\Orts.Content\Orts.Content.csproj" />
5858
<ProjectReference Include="..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
59-
<ProjectReference Include="..\ORTS.Menu\ORTS.Menu.csproj" />
60-
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj" />
61-
<ProjectReference Include="..\ORTS.Updater\ORTS.Updater.csproj" />
59+
<ProjectReference Include="..\Orts.Menu\Orts.Menu.csproj" />
60+
<ProjectReference Include="..\Orts.Settings\Orts.Settings.csproj" />
61+
<ProjectReference Include="..\Orts.Updater\Orts.Updater.csproj" />
6262
</ItemGroup>
6363
<ItemGroup>
6464
<Content Include="RailDriverLegend.png" />

Source/ORTS.sln

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.Formats.Msts", "Orts.F
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.Parsers.Msts", "Orts.Parsers.Msts\Orts.Parsers.Msts.csproj", "{8A84696C-3559-49B8-B27F-BB6932D8A1C6}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORTS.Common", "ORTS.Common\ORTS.Common.csproj", "{DA94D876-7D35-46C3-AECE-AFACE72C686C}"
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.Common", "Orts.Common\Orts.Common.csproj", "{DA94D876-7D35-46C3-AECE-AFACE72C686C}"
1919
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORTS.Content", "ORTS.Content\ORTS.Content.csproj", "{812685A7-2683-4102-A3CA-2A5CED2E61EE}"
20+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.Content", "Orts.Content\Orts.Content.csproj", "{812685A7-2683-4102-A3CA-2A5CED2E61EE}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORTS.IO", "ORTS.IO\ORTS.IO.csproj", "{6AB8B673-5775-4536-A58A-BA0A15899583}"
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.IO", "Orts.IO\Orts.IO.csproj", "{6AB8B673-5775-4536-A58A-BA0A15899583}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORTS.Menu", "ORTS.Menu\ORTS.Menu.csproj", "{1C5B0B41-2FE9-41C9-8B21-CCDCBEB3DDA5}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.Menu", "Orts.Menu\Orts.Menu.csproj", "{1C5B0B41-2FE9-41C9-8B21-CCDCBEB3DDA5}"
2525
EndProject
26-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORTS.Settings", "ORTS.Settings\ORTS.Settings.csproj", "{67F84996-8769-4FD8-819B-464AF269037B}"
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.Settings", "Orts.Settings\Orts.Settings.csproj", "{67F84996-8769-4FD8-819B-464AF269037B}"
2727
EndProject
28-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ORTS.Updater", "ORTS.Updater\ORTS.Updater.csproj", "{88108A94-0389-43FF-A75C-C55BD202FC8D}"
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orts.Updater", "Orts.Updater\Orts.Updater.csproj", "{88108A94-0389-43FF-A75C-C55BD202FC8D}"
2929
EndProject
3030
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ActivityEditor", "Contrib\ActivityEditor\ActivityEditor\ActivityEditor.csproj", "{306C904F-BE41-4B39-A0C4-51068B7F205E}"
3131
EndProject

Source/Orts.Common/Orts.Common.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
15-
<DocumentationFile>..\..\Program\ORTS.Common.xml</DocumentationFile>
15+
<DocumentationFile>..\..\Program\Orts.Common.xml</DocumentationFile>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<Reference Include="GNU.Gettext, Version=1.1.5151.39896, Culture=neutral, processorArchitecture=MSIL">

Source/Orts.Content/Orts.Content.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
15-
<DocumentationFile>..\..\Program\ORTS.Content.xml</DocumentationFile>
15+
<DocumentationFile>..\..\Program\Orts.Content.xml</DocumentationFile>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<ProjectReference Include="..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
19-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
20-
<ProjectReference Include="..\ORTS.IO\ORTS.IO.csproj" />
19+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
20+
<ProjectReference Include="..\Orts.IO\Orts.IO.csproj" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</Reference>
2323
</ItemGroup>
2424
<ItemGroup>
25-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
26-
<ProjectReference Include="..\ORTS.Content\ORTS.Content.csproj" />
25+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
26+
<ProjectReference Include="..\Orts.Content\Orts.Content.csproj" />
2727
<ProjectReference Include="..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
2828
<ProjectReference Include="..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
2929
<ProjectReference Include="..\Orts.Parsers.OR\Orts.Parsers.OR.csproj" />

Source/Orts.IO/Orts.IO.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
15-
<DocumentationFile>..\..\Program\ORTS.IO.xml</DocumentationFile>
15+
<DocumentationFile>..\..\Program\Orts.IO.xml</DocumentationFile>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

Source/Orts.Menu/Orts.Menu.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
15-
<DocumentationFile>..\..\Program\ORTS.Menu.xml</DocumentationFile>
15+
<DocumentationFile>..\..\Program\Orts.Menu.xml</DocumentationFile>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<Reference Include="GNU.Gettext, Version=1.1.5151.39896, Culture=neutral, processorArchitecture=MSIL">
@@ -22,10 +22,10 @@
2222
</ItemGroup>
2323
<ItemGroup>
2424
<ProjectReference Include="..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
25-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
26-
<ProjectReference Include="..\ORTS.Content\ORTS.Content.csproj" />
25+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
26+
<ProjectReference Include="..\Orts.Content\Orts.Content.csproj" />
2727
<ProjectReference Include="..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
28-
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj" />
28+
<ProjectReference Include="..\Orts.Settings\Orts.Settings.csproj" />
2929
</ItemGroup>
3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

Source/Orts.Settings/Orts.Settings.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
15-
<DocumentationFile>..\..\Program\ORTS.Settings.xml</DocumentationFile>
15+
<DocumentationFile>..\..\Program\Orts.Settings.xml</DocumentationFile>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<Reference Include="GNU.Gettext, Version=1.1.5151.39896, Culture=neutral, processorArchitecture=MSIL">
@@ -21,7 +21,7 @@
2121
</Reference>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
24+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />

Source/Orts.Simulation/Orts.Simulation.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
</Reference>
2222
</ItemGroup>
2323
<ItemGroup>
24-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
25-
<ProjectReference Include="..\ORTS.Content\ORTS.Content.csproj" />
24+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
25+
<ProjectReference Include="..\Orts.Content\Orts.Content.csproj" />
2626
<ProjectReference Include="..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
2727
<ProjectReference Include="..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
2828
<ProjectReference Include="..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
2929
<ProjectReference Include="..\Orts.Parsers.OR\Orts.Parsers.OR.csproj" />
30-
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj" />
30+
<ProjectReference Include="..\Orts.Settings\Orts.Settings.csproj" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.4.0" />

Source/Orts.Updater/Orts.Updater.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
16-
<DocumentationFile>..\..\Program\ORTS.Updater.xml</DocumentationFile>
16+
<DocumentationFile>..\..\Program\Orts.Updater.xml</DocumentationFile>
1717
</PropertyGroup>
1818
<ItemGroup>
1919
<Reference Include="System.Security" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
23-
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj" />
22+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
23+
<ProjectReference Include="..\Orts.Settings\Orts.Settings.csproj" />
2424
</ItemGroup>
2525
<ItemGroup>
2626
<PackageReference Include="DotNetZip" Version="1.16.0" />

Source/RunActivity/RunActivity.csproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,9 @@
596596
<Content Include="Viewer3D\WebServices\Web\TrackMonitor\index.js" />
597597
</ItemGroup>
598598
<ItemGroup>
599-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj">
599+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj">
600600
<Project>{da94d876-7d35-46c3-aece-aface72c686c}</Project>
601-
<Name>ORTS.Common</Name>
601+
<Name>Orts.Common</Name>
602602
</ProjectReference>
603603
<ProjectReference Include="..\Orts.Formats.Msts\Orts.Formats.Msts.csproj">
604604
<Project>{570709FA-0C8A-4B1D-BA2D-D9455AFD9B5C}</Project>
@@ -612,17 +612,17 @@
612612
<Project>{8A84696C-3559-49B8-B27F-BB6932D8A1C6}</Project>
613613
<Name>Orts.Parsers.Msts</Name>
614614
</ProjectReference>
615-
<ProjectReference Include="..\ORTS.Content\ORTS.Content.csproj">
615+
<ProjectReference Include="..\Orts.Content\Orts.Content.csproj">
616616
<Project>{812685A7-2683-4102-A3CA-2A5CED2E61EE}</Project>
617-
<Name>ORTS.Content</Name>
617+
<Name>Orts.Content</Name>
618618
</ProjectReference>
619619
<ProjectReference Include="..\Orts.Parsers.OR\Orts.Parsers.OR.csproj">
620620
<Project>{1cc3bd5c-06c5-4784-b067-f93945a7ca2c}</Project>
621621
<Name>Orts.Parsers.OR</Name>
622622
</ProjectReference>
623-
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj">
623+
<ProjectReference Include="..\Orts.Settings\Orts.Settings.csproj">
624624
<Project>{67F84996-8769-4FD8-819B-464AF269037B}</Project>
625-
<Name>ORTS.Settings</Name>
625+
<Name>Orts.Settings</Name>
626626
</ProjectReference>
627627
<ProjectReference Include="..\Orts.Simulation\Orts.Simulation.csproj">
628628
<Project>{333c4378-d82e-4b47-b561-6ba923b8fdfd}</Project>
@@ -631,10 +631,10 @@
631631
<ProjectReference Include="..\Orts.Formats.Msts\Orts.Formats.Msts.csproj" />
632632
<ProjectReference Include="..\Orts.Formats.OR\Orts.Formats.OR.csproj" />
633633
<ProjectReference Include="..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
634-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
635-
<ProjectReference Include="..\ORTS.Content\ORTS.Content.csproj" />
634+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
635+
<ProjectReference Include="..\Orts.Content\Orts.Content.csproj" />
636636
<ProjectReference Include="..\Orts.Parsers.OR\Orts.Parsers.OR.csproj" />
637-
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj" />
637+
<ProjectReference Include="..\Orts.Settings\Orts.Settings.csproj" />
638638
<ProjectReference Include="..\Orts.Simulation\Orts.Simulation.csproj" />
639639
</ItemGroup>
640640
<ItemGroup>

Source/Tests/Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
<Project>{8A84696C-3559-49B8-B27F-BB6932D8A1C6}</Project>
2020
<Name>Orts.Parsers.Msts</Name>
2121
</ProjectReference>
22-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj">
22+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj">
2323
<Project>{DA94D876-7D35-46C3-AECE-AFACE72C686C}</Project>
24-
<Name>ORTS.Common</Name>
24+
<Name>Orts.Common</Name>
2525
</ProjectReference>
2626
<ProjectReference Include="..\Orts.Parsers.OR\Orts.Parsers.OR.csproj">
2727
<Project>{1cc3bd5c-06c5-4784-b067-f93945a7ca2c}</Project>
2828
<Name>Orts.Parsers.OR</Name>
2929
</ProjectReference>
3030
<ProjectReference Include="..\Orts.Parsers.Msts\Orts.Parsers.Msts.csproj" />
31-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
31+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
3232
<ProjectReference Include="..\Orts.Parsers.OR\Orts.Parsers.OR.csproj" />
3333
</ItemGroup>
3434
<ItemGroup>

Source/Updater/Updater.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
</Reference>
3232
</ItemGroup>
3333
<ItemGroup>
34-
<ProjectReference Include="..\ORTS.Common\ORTS.Common.csproj" />
35-
<ProjectReference Include="..\ORTS.Settings\ORTS.Settings.csproj" />
36-
<ProjectReference Include="..\ORTS.Updater\ORTS.Updater.csproj" />
34+
<ProjectReference Include="..\Orts.Common\Orts.Common.csproj" />
35+
<ProjectReference Include="..\Orts.Settings\Orts.Settings.csproj" />
36+
<ProjectReference Include="..\Orts.Updater\Orts.Updater.csproj" />
3737
</ItemGroup>
3838
<ItemGroup>
3939
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">

0 commit comments

Comments
 (0)