forked from ryonive/AetherBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAetherBox.sln
More file actions
46 lines (46 loc) · 2.36 KB
/
AetherBox.sln
File metadata and controls
46 lines (46 loc) · 2.36 KB
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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AetherBox", "AetherBox\AetherBox.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EED8CB8B-DD4A-4339-BF45-527CA541486D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
AetherBox\AetherBox.json = AetherBox\AetherBox.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Workflows", "Github Workflows", "{4AC639D5-D666-4EFF-BEAF-DC32F3476D8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClickLib", "ClickLib\ClickLib\ClickLib.csproj", "{3A95D0A9-02DD-4BEB-8B01-B7DBCE46BB6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECommons", "ECommons\ECommons\ECommons.csproj", "{716F645A-30C7-40DC-BA28-65AE4A949413}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Debug|x64.ActiveCfg = Debug|x64
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Debug|x64.Build.0 = Debug|x64
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Release|x64.ActiveCfg = Release|x64
{13C812E9-0D42-4B95-8646-40EEBF30636F}.Release|x64.Build.0 = Release|x64
{3A95D0A9-02DD-4BEB-8B01-B7DBCE46BB6B}.Debug|x64.ActiveCfg = Debug|x64
{3A95D0A9-02DD-4BEB-8B01-B7DBCE46BB6B}.Debug|x64.Build.0 = Debug|x64
{3A95D0A9-02DD-4BEB-8B01-B7DBCE46BB6B}.Release|x64.ActiveCfg = Release|x64
{3A95D0A9-02DD-4BEB-8B01-B7DBCE46BB6B}.Release|x64.Build.0 = Release|x64
{716F645A-30C7-40DC-BA28-65AE4A949413}.Debug|x64.ActiveCfg = Debug|x64
{716F645A-30C7-40DC-BA28-65AE4A949413}.Debug|x64.Build.0 = Debug|x64
{716F645A-30C7-40DC-BA28-65AE4A949413}.Release|x64.ActiveCfg = Release|x64
{716F645A-30C7-40DC-BA28-65AE4A949413}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B17E85B1-5F60-4440-9F9A-3DDE877E8CDF}
EndGlobalSection
EndGlobal