-
Notifications
You must be signed in to change notification settings - Fork 1
/
ThorNet.sln
53 lines (53 loc) · 2.89 KB
/
ThorNet.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
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6ADD7F82-D7BF-4FD3-B688-E773045978D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{68E0667B-D536-4EB9-B828-0B3E3F360AD2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CC65E5AA-BEF1-498A-8AE0-411CBC617D87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThorNet", "src\ThorNet\ThorNet.csproj", "{B9F274BA-4E0B-4BE7-BCB4-40CC02E155F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThorNet.Sample", "src\ThorNet.Sample\ThorNet.Sample.csproj", "{A5245BA5-753D-447C-8131-F80DCB8221B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThorNet.UnitTests", "tests\ThorNet.UnitTests\ThorNet.UnitTests.csproj", "{A70AB355-1631-479E-B78E-B697F96B2F9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9F274BA-4E0B-4BE7-BCB4-40CC02E155F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9F274BA-4E0B-4BE7-BCB4-40CC02E155F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F274BA-4E0B-4BE7-BCB4-40CC02E155F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F274BA-4E0B-4BE7-BCB4-40CC02E155F4}.Release|Any CPU.Build.0 = Release|Any CPU
{A5245BA5-753D-447C-8131-F80DCB8221B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5245BA5-753D-447C-8131-F80DCB8221B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5245BA5-753D-447C-8131-F80DCB8221B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5245BA5-753D-447C-8131-F80DCB8221B5}.Release|Any CPU.Build.0 = Release|Any CPU
{A70AB355-1631-479E-B78E-B697F96B2F9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A70AB355-1631-479E-B78E-B697F96B2F9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A70AB355-1631-479E-B78E-B697F96B2F9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A70AB355-1631-479E-B78E-B697F96B2F9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B9F274BA-4E0B-4BE7-BCB4-40CC02E155F4} = {6ADD7F82-D7BF-4FD3-B688-E773045978D5}
{A5245BA5-753D-447C-8131-F80DCB8221B5} = {6ADD7F82-D7BF-4FD3-B688-E773045978D5}
{A70AB355-1631-479E-B78E-B697F96B2F9A} = {CC65E5AA-BEF1-498A-8AE0-411CBC617D87}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC3F652B-6B29-4786-A33A-0E815955A8CB}
EndGlobalSection
EndGlobal