We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3030bd4 + ef3bebb commit 161fc82Copy full SHA for 161fc82
Source/Launcher/Launcher.csproj
@@ -3,7 +3,6 @@
3
<TargetFramework Condition="'$(BuildDotNet)' == 'true'">net6-windows</TargetFramework>
4
<TargetFramework Condition="'$(TargetFramework)' == ''">net20</TargetFramework>
5
<OutputType>WinExe</OutputType>
6
- <RootNamespace>ORTS</RootNamespace>
7
<AssemblyName>OpenRails</AssemblyName>
8
<ApplicationIcon>..\ORTS.ico</ApplicationIcon>
9
<UseWindowsForms>true</UseWindowsForms>
Source/Launcher/Program.cs
@@ -33,7 +33,7 @@
33
using System.Text;
34
using System.Windows.Forms;
35
36
-namespace ORTS
+namespace Launcher
37
{
38
internal struct DependencyHint
39
0 commit comments