This repository has been archived by the owner on Dec 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Archon.SwissArmyLib.sln
55 lines (55 loc) · 3.4 KB
/
Archon.SwissArmyLib.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
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archon.SwissArmyLib", "Archon.SwissArmyLib\Archon.SwissArmyLib.csproj", "{4E6E4ED1-096A-4DD2-B88F-0704BC769F22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archon.SwissArmyLib.Editor", "Archon.SwissArmyLib.Editor\Archon.SwissArmyLib.Editor.csproj", "{86576CEB-98C2-4234-9577-1335777CFB7D}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "Documentation\Documentation.shfbproj", "{0C59110B-107A-4B22-9783-8CC0737A033F}"
ProjectSection(ProjectDependencies) = postProject
{4E6E4ED1-096A-4DD2-B88F-0704BC769F22} = {4E6E4ED1-096A-4DD2-B88F-0704BC769F22}
{86576CEB-98C2-4234-9577-1335777CFB7D} = {86576CEB-98C2-4234-9577-1335777CFB7D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archon.SwissArmyLibTests", "Archon.SwissArmyLibTests\Archon.SwissArmyLibTests.csproj", "{38149324-335B-4316-8016-21AB9F9B3074}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E6E4ED1-096A-4DD2-B88F-0704BC769F22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E6E4ED1-096A-4DD2-B88F-0704BC769F22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E6E4ED1-096A-4DD2-B88F-0704BC769F22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E6E4ED1-096A-4DD2-B88F-0704BC769F22}.Release|Any CPU.Build.0 = Release|Any CPU
{4E6E4ED1-096A-4DD2-B88F-0704BC769F22}.Test|Any CPU.ActiveCfg = Test|Any CPU
{4E6E4ED1-096A-4DD2-B88F-0704BC769F22}.Test|Any CPU.Build.0 = Test|Any CPU
{86576CEB-98C2-4234-9577-1335777CFB7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86576CEB-98C2-4234-9577-1335777CFB7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86576CEB-98C2-4234-9577-1335777CFB7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86576CEB-98C2-4234-9577-1335777CFB7D}.Release|Any CPU.Build.0 = Release|Any CPU
{86576CEB-98C2-4234-9577-1335777CFB7D}.Test|Any CPU.ActiveCfg = Test|Any CPU
{86576CEB-98C2-4234-9577-1335777CFB7D}.Test|Any CPU.Build.0 = Test|Any CPU
{0C59110B-107A-4B22-9783-8CC0737A033F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C59110B-107A-4B22-9783-8CC0737A033F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C59110B-107A-4B22-9783-8CC0737A033F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C59110B-107A-4B22-9783-8CC0737A033F}.Release|Any CPU.Build.0 = Release|Any CPU
{0C59110B-107A-4B22-9783-8CC0737A033F}.Test|Any CPU.ActiveCfg = Release|Any CPU
{38149324-335B-4316-8016-21AB9F9B3074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38149324-335B-4316-8016-21AB9F9B3074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38149324-335B-4316-8016-21AB9F9B3074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38149324-335B-4316-8016-21AB9F9B3074}.Release|Any CPU.Build.0 = Release|Any CPU
{38149324-335B-4316-8016-21AB9F9B3074}.Test|Any CPU.ActiveCfg = Test|Any CPU
{38149324-335B-4316-8016-21AB9F9B3074}.Test|Any CPU.Build.0 = Test|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9CE78E2F-6B87-474C-AC71-7FAE13DA0BB7}
EndGlobalSection
EndGlobal