-
Notifications
You must be signed in to change notification settings - Fork 2
/
DragonLib.sln
34 lines (33 loc) · 1.93 KB
/
DragonLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonLib", "DragonLib\DragonLib.csproj", "{020D4B85-A4FF-4122-8416-768D0CD98160}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonLib.Tests", "DragonLib.Tests\DragonLib.Tests.csproj", "{31BA3452-F40F-4DF7-9E51-B5C241DB71E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DragonLib.Bashcomp", "DragonLib.Bashcomp\DragonLib.Bashcomp.csproj", "{CBE2AE7C-19C1-457A-B662-2A87E02D4815}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{020D4B85-A4FF-4122-8416-768D0CD98160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{020D4B85-A4FF-4122-8416-768D0CD98160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{020D4B85-A4FF-4122-8416-768D0CD98160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{020D4B85-A4FF-4122-8416-768D0CD98160}.Release|Any CPU.Build.0 = Release|Any CPU
{31BA3452-F40F-4DF7-9E51-B5C241DB71E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31BA3452-F40F-4DF7-9E51-B5C241DB71E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31BA3452-F40F-4DF7-9E51-B5C241DB71E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31BA3452-F40F-4DF7-9E51-B5C241DB71E4}.Release|Any CPU.Build.0 = Release|Any CPU
{CBE2AE7C-19C1-457A-B662-2A87E02D4815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBE2AE7C-19C1-457A-B662-2A87E02D4815}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBE2AE7C-19C1-457A-B662-2A87E02D4815}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBE2AE7C-19C1-457A-B662-2A87E02D4815}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal