Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-03 17:40:12 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-03 17:40:12 +0300
commita113e63c9185bed1a7732a0a177760cca759fa72 (patch)
tree878a920efb7cf60547dff69cd89591ae145729d4
parent93634a32a901c510922557e54edf9bea31fb53e1 (diff)
New NesTiler
-rw-r--r--tools_sources/CoolgirlCombiner.sln26
-rw-r--r--tools_sources/CoolgirlCombiner/CoolgirlCombiner.csproj2
m---------tools_sources/NesTiler0
3 files changed, 14 insertions, 14 deletions
diff --git a/tools_sources/CoolgirlCombiner.sln b/tools_sources/CoolgirlCombiner.sln
index 6ff2d0e..2bf79d7 100644
--- a/tools_sources/CoolgirlCombiner.sln
+++ b/tools_sources/CoolgirlCombiner.sln
@@ -1,13 +1,13 @@

Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30503.244
+# Visual Studio Version 17
+VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoolgirlCombiner", "CoolgirlCombiner\CoolgirlCombiner.csproj", "{3BD5CDFF-02F6-4D2A-B95C-CC82EB73785E}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NesTiler", "NesTiler\NesTiler.csproj", "{CA49F271-BD26-4AD6-819D-71FC0074C9D5}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NesTiler", "NesTiler\NesTiler\NesTiler.csproj", "{9EC4E69A-961B-464B-9B4B-4D382BDE68E6}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NesContainers", "NesContainers\NesContainers.csproj", "{736C6FF6-BE77-4E03-B8CD-C1B752512530}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NesContainers", "NesContainers\NesContainers.csproj", "{63C3BF0D-3C7A-4052-BB06-DF5B5DFF8457}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -19,19 +19,19 @@ Global
{3BD5CDFF-02F6-4D2A-B95C-CC82EB73785E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BD5CDFF-02F6-4D2A-B95C-CC82EB73785E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BD5CDFF-02F6-4D2A-B95C-CC82EB73785E}.Release|Any CPU.Build.0 = Release|Any CPU
- {CA49F271-BD26-4AD6-819D-71FC0074C9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CA49F271-BD26-4AD6-819D-71FC0074C9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CA49F271-BD26-4AD6-819D-71FC0074C9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CA49F271-BD26-4AD6-819D-71FC0074C9D5}.Release|Any CPU.Build.0 = Release|Any CPU
- {736C6FF6-BE77-4E03-B8CD-C1B752512530}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {736C6FF6-BE77-4E03-B8CD-C1B752512530}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {736C6FF6-BE77-4E03-B8CD-C1B752512530}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {736C6FF6-BE77-4E03-B8CD-C1B752512530}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9EC4E69A-961B-464B-9B4B-4D382BDE68E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9EC4E69A-961B-464B-9B4B-4D382BDE68E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9EC4E69A-961B-464B-9B4B-4D382BDE68E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9EC4E69A-961B-464B-9B4B-4D382BDE68E6}.Release|Any CPU.Build.0 = Release|Any CPU
+ {63C3BF0D-3C7A-4052-BB06-DF5B5DFF8457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {63C3BF0D-3C7A-4052-BB06-DF5B5DFF8457}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {63C3BF0D-3C7A-4052-BB06-DF5B5DFF8457}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {63C3BF0D-3C7A-4052-BB06-DF5B5DFF8457}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {7BF4AF31-8F74-4AED-B561-158041180709}
+ SolutionGuid = {CE4F1A64-529A-44EF-830F-810E532C7CB8}
EndGlobalSection
EndGlobal
diff --git a/tools_sources/CoolgirlCombiner/CoolgirlCombiner.csproj b/tools_sources/CoolgirlCombiner/CoolgirlCombiner.csproj
index 1e57b29..792b1f8 100644
--- a/tools_sources/CoolgirlCombiner/CoolgirlCombiner.csproj
+++ b/tools_sources/CoolgirlCombiner/CoolgirlCombiner.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
<AssemblyName>coolgirl-combiner</AssemblyName>
<RootNamespace>com.clusterrr.Famicom.CoolGirl</RootNamespace>
</PropertyGroup>
diff --git a/tools_sources/NesTiler b/tools_sources/NesTiler
-Subproject 57e7a4a1ee81149be75f5823ef124296955298a
+Subproject 833a6276be95ee1f7de115ffc89d3d92d11aa30