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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 1 addition & 1 deletion
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">

0 commit comments

Comments
 (0)