Add project files

This commit is contained in:
Дмитрий Шиманский
2023-12-10 23:24:33 +03:00
parent 14647949be
commit 76a1538c1d
5 changed files with 232 additions and 0 deletions

25
SPWorldsWrapper.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SPWorldsWrapper", "SPWorldsWrapper\SPWorldsWrapper.csproj", "{5A89AD72-343F-45FE-A7FB-555C30649C95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A89AD72-343F-45FE-A7FB-555C30649C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A89AD72-343F-45FE-A7FB-555C30649C95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A89AD72-343F-45FE-A7FB-555C30649C95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A89AD72-343F-45FE-A7FB-555C30649C95}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C084B287-A3A3-4153-B1B9-11CAB8B0A942}
EndGlobalSection
EndGlobal