forked from GeorgDangl/Dangl.AVA.Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dangl.AVA.Examples.sln
44 lines (44 loc) · 2.29 KB
/
Dangl.AVA.Examples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dangl.AVA.Examples", "src\Dangl.AVA.Examples\Dangl.AVA.Examples.csproj", "{F994C960-74FE-4D3D-95B3-121DFD213C5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{488A4086-8557-4E76-BCDC-C20C3F0548E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9C04987-52D8-4954-A262-831AB8165CD6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{350B3AB5-03EC-4E3E-911F-CE43E07B82E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dangl.AVA.Examples.Tests", "test\Dangl.AVA.Examples.Tests\Dangl.AVA.Examples.Tests.csproj", "{94B38F95-8499-470C-A806-F94B6B0A268B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F994C960-74FE-4D3D-95B3-121DFD213C5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F994C960-74FE-4D3D-95B3-121DFD213C5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F994C960-74FE-4D3D-95B3-121DFD213C5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F994C960-74FE-4D3D-95B3-121DFD213C5B}.Release|Any CPU.Build.0 = Release|Any CPU
{94B38F95-8499-470C-A806-F94B6B0A268B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94B38F95-8499-470C-A806-F94B6B0A268B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94B38F95-8499-470C-A806-F94B6B0A268B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94B38F95-8499-470C-A806-F94B6B0A268B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F994C960-74FE-4D3D-95B3-121DFD213C5B} = {488A4086-8557-4E76-BCDC-C20C3F0548E2}
{94B38F95-8499-470C-A806-F94B6B0A268B} = {350B3AB5-03EC-4E3E-911F-CE43E07B82E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B863A298-EB91-48BF-9E81-E319E9C18E0D}
EndGlobalSection
EndGlobal