Skip to content

Commit

Permalink
Changed name space
Browse files Browse the repository at this point in the history
  • Loading branch information
pejamas committed Apr 27, 2023
1 parent d457cc2 commit abe672e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion New Overlay GUI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "New Overlay GUI", "New Overlay GUI.csproj", "{9DF4369B-2B78-4F79-AA9A-41A7E84F0959}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PosterOverlay", "PosterOverlay.csproj", "{9DF4369B-2B78-4F79-AA9A-41A7E84F0959}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion PosterOverlay.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PosterOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Reflection;

namespace New_Overlay_GUI
namespace PosterOverlay
{
public partial class PosterOverlay : Form
{
Expand Down
2 changes: 1 addition & 1 deletion New Overlay GUI.csproj → PosterOverlay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>New_Overlay_GUI</RootNamespace>
<RootNamespace>PosterOverlay</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using New_Overlay_GUI;
using PosterOverlay;
using System;
using System.Windows.Forms;

namespace New_Overlay_GUI
namespace PosterOverlay
{
static class Program
{
Expand Down

0 comments on commit abe672e

Please sign in to comment.