-
Notifications
You must be signed in to change notification settings - Fork 1
/
LamiaSharp.sln
47 lines (47 loc) · 2.69 KB
/
LamiaSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{87413F8E-DB0B-4E4A-B137-218539E3C7E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{26B47C5A-CA1D-4D6A-9531-D1F81BD4A272}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{51D67D0C-2848-446A-B7AC-6937FD6F0507}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LamiaSharp", "src\LamiaSharp\LamiaSharp.csproj", "{57B85B99-896C-43E2-8B50-2FD90844C180}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LamiaSharp.Tests", "tests\LamiaSharp.Tests\LamiaSharp.Tests.csproj", "{7C073675-B659-403B-B128-B3A5652ACC0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lamia", "samples\Lamia\Lamia.csproj", "{D29DF204-12D4-4CF6-8E19-AAEDD49F663B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57B85B99-896C-43E2-8B50-2FD90844C180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B85B99-896C-43E2-8B50-2FD90844C180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B85B99-896C-43E2-8B50-2FD90844C180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B85B99-896C-43E2-8B50-2FD90844C180}.Release|Any CPU.Build.0 = Release|Any CPU
{7C073675-B659-403B-B128-B3A5652ACC0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C073675-B659-403B-B128-B3A5652ACC0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C073675-B659-403B-B128-B3A5652ACC0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C073675-B659-403B-B128-B3A5652ACC0F}.Release|Any CPU.Build.0 = Release|Any CPU
{D29DF204-12D4-4CF6-8E19-AAEDD49F663B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D29DF204-12D4-4CF6-8E19-AAEDD49F663B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D29DF204-12D4-4CF6-8E19-AAEDD49F663B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D29DF204-12D4-4CF6-8E19-AAEDD49F663B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{57B85B99-896C-43E2-8B50-2FD90844C180} = {87413F8E-DB0B-4E4A-B137-218539E3C7E4}
{7C073675-B659-403B-B128-B3A5652ACC0F} = {26B47C5A-CA1D-4D6A-9531-D1F81BD4A272}
{D29DF204-12D4-4CF6-8E19-AAEDD49F663B} = {51D67D0C-2848-446A-B7AC-6937FD6F0507}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44B735D9-66F1-4352-BA7F-21DEE61A7E45}
EndGlobalSection
EndGlobal