Initial commit

This commit is contained in:
Benjamin
2024-11-16 02:54:34 +01:00
commit 54792e9e0a
103 changed files with 76418 additions and 0 deletions

25
pointMaster.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "pointMaster", "pointMaster\pointMaster.csproj", "{781C0902-DCA4-4358-B80E-194CEE152A6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{781C0902-DCA4-4358-B80E-194CEE152A6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{781C0902-DCA4-4358-B80E-194CEE152A6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{781C0902-DCA4-4358-B80E-194CEE152A6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{781C0902-DCA4-4358-B80E-194CEE152A6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7156AD9E-E8B8-4EA7-868F-43322299C21A}
EndGlobalSection
EndGlobal