window startup basic

This commit is contained in:
2023-06-19 13:53:21 +09:00
parent 1e9a9fca70
commit 52f3b34882
9 changed files with 184 additions and 0 deletions

View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacticeSolution", "PacticeSolution\PacticeSolution.csproj", "{6AE700B8-28D0-4D9F-978B-91AFB1033125}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AE700B8-28D0-4D9F-978B-91AFB1033125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AE700B8-28D0-4D9F-978B-91AFB1033125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AE700B8-28D0-4D9F-978B-91AFB1033125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AE700B8-28D0-4D9F-978B-91AFB1033125}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92FAC045-5C95-49EC-8241-6E62578C29E2}
EndGlobalSection
EndGlobal