From 5f7bbe952dab2a4c97561c01516ed6d1abc9e909 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Mon, 25 Mar 2024 23:23:42 +0800 Subject: [PATCH] Rename NanaRunConsole to NanaRun. --- NanaRun.sln | 2 +- .../NanaRunConsole.cpp => NanaRun/NanaRun.cpp | 4 ++-- .../NanaRun.manifest | 0 .../NanaRun.vcxproj | 13 ++++++------- .../NanaRun.vcxproj.filters | 4 ++-- 5 files changed, 11 insertions(+), 12 deletions(-) rename NanaRunConsole/NanaRunConsole.cpp => NanaRun/NanaRun.cpp (95%) rename NanaRunConsole/NanaRunConsole.manifest => NanaRun/NanaRun.manifest (100%) rename NanaRunConsole/NanaRunConsole.vcxproj => NanaRun/NanaRun.vcxproj (81%) rename NanaRunConsole/NanaRunConsole.vcxproj.filters => NanaRun/NanaRun.vcxproj.filters (67%) diff --git a/NanaRun.sln b/NanaRun.sln index 803359f..576fe20 100644 --- a/NanaRun.sln +++ b/NanaRun.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.2.32505.173 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaRunConsole", "NanaRunConsole\NanaRunConsole.vcxproj", "{3D1A07C8-17B2-4E5F-AAC1-16BE522BD4D7}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaRun", "NanaRun\NanaRun.vcxproj", "{3D1A07C8-17B2-4E5F-AAC1-16BE522BD4D7}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MinSudo", "MinSudo\MinSudo.vcxproj", "{99FA5072-6C05-4027-8C8B-EA3EC9BCF9E0}" EndProject diff --git a/NanaRunConsole/NanaRunConsole.cpp b/NanaRun/NanaRun.cpp similarity index 95% rename from NanaRunConsole/NanaRunConsole.cpp rename to NanaRun/NanaRun.cpp index 977d2b8..788af4d 100644 --- a/NanaRunConsole/NanaRunConsole.cpp +++ b/NanaRun/NanaRun.cpp @@ -1,7 +1,7 @@ /* * PROJECT: NanaRun - * FILE: NanaRunConsole.cpp - * PURPOSE: Implementation for NanaRun (Console) + * FILE: NanaRun.cpp + * PURPOSE: Implementation for NanaRun * * LICENSE: The MIT License * diff --git a/NanaRunConsole/NanaRunConsole.manifest b/NanaRun/NanaRun.manifest similarity index 100% rename from NanaRunConsole/NanaRunConsole.manifest rename to NanaRun/NanaRun.manifest diff --git a/NanaRunConsole/NanaRunConsole.vcxproj b/NanaRun/NanaRun.vcxproj similarity index 81% rename from NanaRunConsole/NanaRunConsole.vcxproj rename to NanaRun/NanaRun.vcxproj index 1845548..25141a1 100644 --- a/NanaRunConsole/NanaRunConsole.vcxproj +++ b/NanaRun/NanaRun.vcxproj @@ -2,17 +2,16 @@ {3D1A07C8-17B2-4E5F-AAC1-16BE522BD4D7} - NanaRunConsole - NanaRunC + NanaRun ConsoleApplication - NanaRunConsole.manifest + NanaRun.manifest true true M2-Team NanaRun (Console) - NanaRunConsole + NanaRun © M2-Team and Contributors. All rights reserved. - NanaRunC.exe + NanaRun.exe NanaRun 1.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-05-16'))).TotalDays).0 Preview 2 @@ -29,10 +28,10 @@ - + - + \ No newline at end of file diff --git a/NanaRunConsole/NanaRunConsole.vcxproj.filters b/NanaRun/NanaRun.vcxproj.filters similarity index 67% rename from NanaRunConsole/NanaRunConsole.vcxproj.filters rename to NanaRun/NanaRun.vcxproj.filters index a5be3d5..7599756 100644 --- a/NanaRunConsole/NanaRunConsole.vcxproj.filters +++ b/NanaRun/NanaRun.vcxproj.filters @@ -1,9 +1,9 @@  - + - + \ No newline at end of file