commit a new branch

This commit is contained in:
Zel
2022-11-21 11:40:37 +08:00
commit e3c2735ec8
14 changed files with 691 additions and 0 deletions

25
ElectronicWoodfish.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElectronicWoodfish", "ElectronicWoodfish.csproj", "{4521BA0D-1890-4BA4-A212-C2294D85E1CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4521BA0D-1890-4BA4-A212-C2294D85E1CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4521BA0D-1890-4BA4-A212-C2294D85E1CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4521BA0D-1890-4BA4-A212-C2294D85E1CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4521BA0D-1890-4BA4-A212-C2294D85E1CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2F77C50-DBD1-4713-9D8B-A298E323B727}
EndGlobalSection
EndGlobal