-
Notifications
You must be signed in to change notification settings - Fork 41
/
Unleash.sln
51 lines (50 loc) · 2.46 KB
/
Unleash.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 Version 16
VisualStudioVersion = 25.0.1705.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unleash", "src\Unleash\Unleash.csproj", "{4CF2127B-8FC8-46FC-8614-3918148463A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unleash.Tests", "tests\Unleash.Tests\Unleash.Tests.csproj", "{FF268018-34C4-45EB-937E-2E0AB25EEEDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{F098FC57-35D3-4289-8040-B11161E2AB0D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{29C4317B-9580-4E56-ACE0-06D3E74269D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A703F9CB-157F-4166-B81D-27779B586DCB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CF2127B-8FC8-46FC-8614-3918148463A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CF2127B-8FC8-46FC-8614-3918148463A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CF2127B-8FC8-46FC-8614-3918148463A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CF2127B-8FC8-46FC-8614-3918148463A5}.Release|Any CPU.Build.0 = Release|Any CPU
{FF268018-34C4-45EB-937E-2E0AB25EEEDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF268018-34C4-45EB-937E-2E0AB25EEEDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF268018-34C4-45EB-937E-2E0AB25EEEDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF268018-34C4-45EB-937E-2E0AB25EEEDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4CF2127B-8FC8-46FC-8614-3918148463A5} = {29C4317B-9580-4E56-ACE0-06D3E74269D1}
{FF268018-34C4-45EB-937E-2E0AB25EEEDA} = {A703F9CB-157F-4166-B81D-27779B586DCB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8777E71-3209-4072-B7D9-466A4F5C7A75}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal