-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJAGBE.sln
51 lines (51 loc) · 2.41 KB
/
JAGBE.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JAGBE", "JAGBE\JAGBE.csproj", "{74B7A9E9-B5B5-4A30-B994-E43984933A29}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "docs", "Docs\docs.shfbproj", "{A59AA0F6-E231-40B6-9A2C-BA6247E65096}"
ProjectSection(ProjectDependencies) = postProject
{74B7A9E9-B5B5-4A30-B994-E43984933A29} = {74B7A9E9-B5B5-4A30-B994-E43984933A29}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JAGBETests", "JAGBETests\JAGBETests.csproj", "{1EBCB3CE-5117-4FFA-A4A4-F03248551A60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74B7A9E9-B5B5-4A30-B994-E43984933A29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74B7A9E9-B5B5-4A30-B994-E43984933A29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74B7A9E9-B5B5-4A30-B994-E43984933A29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74B7A9E9-B5B5-4A30-B994-E43984933A29}.Release|Any CPU.Build.0 = Release|Any CPU
{A59AA0F6-E231-40B6-9A2C-BA6247E65096}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A59AA0F6-E231-40B6-9A2C-BA6247E65096}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A59AA0F6-E231-40B6-9A2C-BA6247E65096}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EBCB3CE-5117-4FFA-A4A4-F03248551A60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EBCB3CE-5117-4FFA-A4A4-F03248551A60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EBCB3CE-5117-4FFA-A4A4-F03248551A60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EBCB3CE-5117-4FFA-A4A4-F03248551A60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A185C09F-8D0C-4873-804D-4D01A6223A68}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal