This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
NextLevelSeven.sln
43 lines (43 loc) · 2.19 KB
/
NextLevelSeven.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextLevelSeven", "NextLevelSeven\NextLevelSeven.csproj", "{EC7FC595-07F4-467F-A51A-25CFA9711310}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextLevelSeven.Test", "NextLevelSeven.Test\NextLevelSeven.Test.csproj", "{93328B56-4FEA-4AC2-B9A5-66547B0C7CC7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{9ECA6C16-85D9-4D67-95DD-90A91D8CC55D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{83F1BAF6-66DA-40C1-8384-19FE227C194D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DBDE0C8-3D26-4883-930D-C75DD2B135DA}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC7FC595-07F4-467F-A51A-25CFA9711310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC7FC595-07F4-467F-A51A-25CFA9711310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC7FC595-07F4-467F-A51A-25CFA9711310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC7FC595-07F4-467F-A51A-25CFA9711310}.Release|Any CPU.Build.0 = Release|Any CPU
{93328B56-4FEA-4AC2-B9A5-66547B0C7CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93328B56-4FEA-4AC2-B9A5-66547B0C7CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93328B56-4FEA-4AC2-B9A5-66547B0C7CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93328B56-4FEA-4AC2-B9A5-66547B0C7CC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EC7FC595-07F4-467F-A51A-25CFA9711310} = {9ECA6C16-85D9-4D67-95DD-90A91D8CC55D}
{93328B56-4FEA-4AC2-B9A5-66547B0C7CC7} = {83F1BAF6-66DA-40C1-8384-19FE227C194D}
EndGlobalSection
EndGlobal