forked from BaseMC/Aves
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAves.sln
42 lines (42 loc) · 2.21 KB
/
Aves.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aves", "Aves\Aves.csproj", "{BA5A26A8-95D9-47B8-864B-37EBAA6D166F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14EC827D-1820-4B23-A65D-AAFEEADA17F3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ADB", "ADB\ADB.csproj", "{6F6DF492-5EEE-4A2D-BBC9-483B27D13C19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aves.Shared", "Aves.Shared\Aves.Shared.csproj", "{E73C7CBB-E711-4336-9BCD-4392853471AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA5A26A8-95D9-47B8-864B-37EBAA6D166F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA5A26A8-95D9-47B8-864B-37EBAA6D166F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA5A26A8-95D9-47B8-864B-37EBAA6D166F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA5A26A8-95D9-47B8-864B-37EBAA6D166F}.Release|Any CPU.Build.0 = Release|Any CPU
{6F6DF492-5EEE-4A2D-BBC9-483B27D13C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F6DF492-5EEE-4A2D-BBC9-483B27D13C19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F6DF492-5EEE-4A2D-BBC9-483B27D13C19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F6DF492-5EEE-4A2D-BBC9-483B27D13C19}.Release|Any CPU.Build.0 = Release|Any CPU
{E73C7CBB-E711-4336-9BCD-4392853471AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E73C7CBB-E711-4336-9BCD-4392853471AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E73C7CBB-E711-4336-9BCD-4392853471AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E73C7CBB-E711-4336-9BCD-4392853471AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FAAE76A-1C75-43F8-ADA9-3EB03CA26691}
EndGlobalSection
EndGlobal