Initial version

This commit is contained in:
2026-02-06 19:05:53 +01:00
parent f27a69466a
commit 924dfee103
23 changed files with 2190 additions and 64 deletions

31
EonaCat.JASP.sln Normal file
View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11415.280 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EonaCat.JASP", "EonaCat.JASP\EonaCat.JASP.csproj", "{2593BDAF-F25E-FCD3-B3BE-BAA7AAC93254}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EonaCat.JASP.Testers", "EonaCat.JASP.Testers\EonaCat.JASP.Testers.csproj", "{C10AB340-CB03-4E3F-AD9E-4F84D83C8C39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2593BDAF-F25E-FCD3-B3BE-BAA7AAC93254}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2593BDAF-F25E-FCD3-B3BE-BAA7AAC93254}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2593BDAF-F25E-FCD3-B3BE-BAA7AAC93254}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2593BDAF-F25E-FCD3-B3BE-BAA7AAC93254}.Release|Any CPU.Build.0 = Release|Any CPU
{C10AB340-CB03-4E3F-AD9E-4F84D83C8C39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C10AB340-CB03-4E3F-AD9E-4F84D83C8C39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C10AB340-CB03-4E3F-AD9E-4F84D83C8C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C10AB340-CB03-4E3F-AD9E-4F84D83C8C39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1A76ED8-9CA1-485E-B2BC-ED234E471293}
EndGlobalSection
EndGlobal