add project structure

This commit is contained in:
Yuki Kitagawa 2024-08-31 22:57:08 +08:00
parent bd31dd4aa7
commit 351697d3c9

View File

@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59 VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quadratic.Carto.Craft2", "Quadratic.Carto.Craft2\Quadratic.Carto.Craft2.csproj", "{F049B2BA-2050-4283-AC46-D92678821AAE}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@ -11,4 +13,10 @@ Global
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F049B2BA-2050-4283-AC46-D92678821AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F049B2BA-2050-4283-AC46-D92678821AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F049B2BA-2050-4283-AC46-D92678821AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F049B2BA-2050-4283-AC46-D92678821AAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal EndGlobal