Skip to content

Commit

Permalink
rename the project
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRoller01 committed Jun 3, 2022
1 parent 6a55398 commit 12e426a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# nigga launcher
nigga launcher is launcher for my games
# n launcher
n launcher is launcher for my games

# personal use
put your github user where "roadroller01" is
https://github.com/RoadRoller01/nigga-launcher/blob/fdb610dab812f2fb2848db2df693b5b0ff36121b/nigga-launcher/MainWindow.xaml.cs#L33
https://github.com/RoadRoller01/n-launcher/blob/fdb610dab812f2fb2848db2df693b5b0ff36121b/n-launcher/MainWindow.xaml.cs#L33

to add a game to the launcher, the game repository must have game topic as its first topic.
2 changes: 1 addition & 1 deletion nigga-launcher.sln → n-launcher.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 16
VisualStudioVersion = 16.0.32510.428
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nigga-launcher", "nigga-launcher\nigga-launcher.csproj", "{FAEE7955-31AA-495E-9E87-70210C67DBF2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "n-launcher", "n-launcher\n-launcher.csproj", "{FAEE7955-31AA-495E-9E87-70210C67DBF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions nigga-launcher/App.xaml → n-launcher/App.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Application x:Class="nigga_launcher.App"
<Application x:Class="n_launcher.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:nigga_launcher"
xmlns:local="clr-namespace:n_launcher"
StartupUri="MainWindow.xaml">
<Application.Resources>

Expand Down
2 changes: 1 addition & 1 deletion nigga-launcher/App.xaml.cs → n-launcher/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Threading.Tasks;
using System.Windows;

namespace nigga_launcher
namespace n_launcher
{
/// <summary>
/// Interaction logic for App.xaml
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions nigga-launcher/MainWindow.xaml → n-launcher/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Window x:Class="nigga_launcher.MainWindow"
<Window x:Class="n_launcher.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:nigga_launcher"
xmlns:local="clr-namespace:n_launcher"
mc:Ignorable="d"
WindowStartupLocation="CenterScreen"
ContentRendered="Window_ContentRendered"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.ComponentModel;
using System.Text.Json;

namespace nigga_launcher
namespace n_launcher
{
enum LauncherStatus
{
Expand Down
2 changes: 1 addition & 1 deletion nigga-launcher/MyData.cs → n-launcher/MyData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace nigga_launcher
namespace n_launcher
{
class MyData
{
Expand Down
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>nigga_launcher</RootNamespace>
<RootNamespace>n_launcher</RootNamespace>
<UseWPF>true</UseWPF>
<StartupObject></StartupObject>
<ApplicationIcon />
Expand Down

0 comments on commit 12e426a

Please sign in to comment.