-
Notifications
You must be signed in to change notification settings - Fork 1
/
Aoba.sln
30 lines (30 loc) · 1.39 KB
/
Aoba.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Models", "DataStore\Models.shproj", "{A5CA15C1-FBF9-47E9-B71D-4B390EC4F8DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AobaServer", "AobaServer\AobaServer.csproj", "{8E7B9457-D0ED-450B-9973-0E7C7D825F97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E7B9457-D0ED-450B-9973-0E7C7D825F97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E7B9457-D0ED-450B-9973-0E7C7D825F97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E7B9457-D0ED-450B-9973-0E7C7D825F97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E7B9457-D0ED-450B-9973-0E7C7D825F97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54D9B1E3-F4A8-41DA-8C32-2445F9AC0AF5}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DataStore\DataStore.projitems*{a5ca15c1-fbf9-47e9-b71d-4b390ec4f8db}*SharedItemsImports = 13
EndGlobalSection
EndGlobal