This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBattlesSDK.sln
43 lines (43 loc) · 2.58 KB
/
BattlesSDK.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModSDK", "BattlesSDK\ModSDK.csproj", "{63CAE39B-3038-4321-A070-9CF9A370B11A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test Mod", "Battles Practice Mod\Test Mod.csproj", "{563BDD9C-F944-4617-9800-D4F41454CDC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModSDK.Interfaces", "..\..\..\Repos\ReloadedModSDK\ModSDK.Interfaces\ModSDK.Interfaces.csproj", "{598971EF-3A47-4FCA-A498-3C8879B4F880}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ModSDK.Shared", "..\..\..\Repos\ReloadedModSDK\ModSDK.Shared\ModSDK.Shared.shproj", "{B3578B80-8538-4BB1-85D7-62835C034EC1}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\..\..\Repos\ReloadedModSDK\ModSDK.Shared\ModSDK.Shared.projitems*{63cae39b-3038-4321-a070-9cf9a370b11a}*SharedItemsImports = 5
..\..\..\Repos\ReloadedModSDK\ModSDK.Shared\ModSDK.Shared.projitems*{b3578b80-8538-4bb1-85d7-62835c034ec1}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63CAE39B-3038-4321-A070-9CF9A370B11A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63CAE39B-3038-4321-A070-9CF9A370B11A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63CAE39B-3038-4321-A070-9CF9A370B11A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63CAE39B-3038-4321-A070-9CF9A370B11A}.Release|Any CPU.Build.0 = Release|Any CPU
{563BDD9C-F944-4617-9800-D4F41454CDC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{563BDD9C-F944-4617-9800-D4F41454CDC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{563BDD9C-F944-4617-9800-D4F41454CDC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{563BDD9C-F944-4617-9800-D4F41454CDC3}.Release|Any CPU.Build.0 = Release|Any CPU
{598971EF-3A47-4FCA-A498-3C8879B4F880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{598971EF-3A47-4FCA-A498-3C8879B4F880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{598971EF-3A47-4FCA-A498-3C8879B4F880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{598971EF-3A47-4FCA-A498-3C8879B4F880}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E8D833F-1FED-467E-A097-4861E20E62C2}
EndGlobalSection
EndGlobal