Skip to content

Commit 161fc82

Browse files
authored
Merge pull request #1017 from twpol/feature/consistent-namespaces/launcher
Refactor namespaces in Launcher
2 parents 3030bd4 + ef3bebb commit 161fc82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Source/Launcher/Launcher.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<TargetFramework Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFramework>
44
<TargetFramework Condition="'$(TargetFramework)' == ''">net20</TargetFramework>
55
<OutputType>WinExe</OutputType>
6-
<RootNamespace>ORTS</RootNamespace>
76
<AssemblyName>OpenRails</AssemblyName>
87
<ApplicationIcon>..\ORTS.ico</ApplicationIcon>
98
<UseWindowsForms>true</UseWindowsForms>

Source/Launcher/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
using System.Text;
3434
using System.Windows.Forms;
3535

36-
namespace ORTS
36+
namespace Launcher
3737
{
3838
internal struct DependencyHint
3939
{

0 commit comments

Comments
 (0)