complete project with 4x4 table function
This commit is contained in:
parent
ae3370ac44
commit
9cb42200f3
130 changed files with 3706 additions and 2 deletions
31
Chaser/Chaser.sln
Normal file
31
Chaser/Chaser.sln
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.7.34018.315
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChaserLibrary", "ChaserLibrary\ChaserLibrary.csproj", "{638A00A5-E9B2-4A36-83B2-D358681DA6E9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChaserWinForms", "ChaserWinForms\ChaserWinForms.csproj", "{AB935682-A48E-4DEE-857A-1E18E5A82EA9}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{638A00A5-E9B2-4A36-83B2-D358681DA6E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{638A00A5-E9B2-4A36-83B2-D358681DA6E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{638A00A5-E9B2-4A36-83B2-D358681DA6E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{638A00A5-E9B2-4A36-83B2-D358681DA6E9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{AB935682-A48E-4DEE-857A-1E18E5A82EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AB935682-A48E-4DEE-857A-1E18E5A82EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{AB935682-A48E-4DEE-857A-1E18E5A82EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{AB935682-A48E-4DEE-857A-1E18E5A82EA9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {5D004D93-38EA-42B5-B5ED-4A95CC3D3887}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Loading…
Add table
Add a link
Reference in a new issue