Skip to content

Commit

Permalink
Rename NanaRunConsole to NanaRun.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Mar 25, 2024
1 parent 1a5faf5 commit 5f7bbe9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NanaRun.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.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
Expand Down
4 changes: 2 additions & 2 deletions NanaRunConsole/NanaRunConsole.cpp → NanaRun/NanaRun.cpp
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{3D1A07C8-17B2-4E5F-AAC1-16BE522BD4D7}</ProjectGuid>
<RootNamespace>NanaRunConsole</RootNamespace>
<TargetName>NanaRunC</TargetName>
<RootNamespace>NanaRun</RootNamespace>
<MileProjectType>ConsoleApplication</MileProjectType>
<MileProjectManifestFile>NanaRunConsole.manifest</MileProjectManifestFile>
<MileProjectManifestFile>NanaRun.manifest</MileProjectManifestFile>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>NanaRun (Console)</MileProjectFileDescription>
<MileProjectInternalName>NanaRunConsole</MileProjectInternalName>
<MileProjectInternalName>NanaRun</MileProjectInternalName>
<MileProjectLegalCopyright>© M2-Team and Contributors. All rights reserved.</MileProjectLegalCopyright>
<MileProjectOriginalFilename>NanaRunC.exe</MileProjectOriginalFilename>
<MileProjectOriginalFilename>NanaRun.exe</MileProjectOriginalFilename>
<MileProjectProductName>NanaRun</MileProjectProductName>
<MileProjectVersion>1.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2022-05-16'))).TotalDays).0</MileProjectVersion>
<MileProjectVersionTag>Preview 2</MileProjectVersionTag>
Expand All @@ -29,10 +28,10 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="NanaRunConsole.cpp" />
<ClCompile Include="NanaRun.cpp" />
</ItemGroup>
<ItemGroup>
<Manifest Include="NanaRunConsole.manifest" />
<Manifest Include="NanaRun.manifest" />
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="NanaRunConsole.cpp" />
<ClCompile Include="NanaRun.cpp" />
</ItemGroup>
<ItemGroup>
<Manifest Include="NanaRunConsole.manifest" />
<Manifest Include="NanaRun.manifest" />
</ItemGroup>
</Project>

0 comments on commit 5f7bbe9

Please sign in to comment.