-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetFabric.Vision.sln
52 lines (52 loc) · 2.96 KB
/
NetFabric.Vision.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Vision", "src\NetFabric.Vision\NetFabric.Vision.csproj", "{7E1A9BB8-35EF-4877-8C4F-A6B72C821591}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetFabric.Vision.Bonsai", "src\NetFabric.Vision.Bonsai\NetFabric.Vision.Bonsai.csproj", "{43977A9C-B3C0-44CB-81D1-C286C3F14A38}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{6C763615-973D-406D-990D-32E6AC2A0B8A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetFabric.Vision.Tests", "tests\NetFabric.Vision.Tests\NetFabric.Vision.Tests.csproj", "{1DAFD0C2-93F2-4396-8E34-324F5A5FA960}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetFabric.Vision.Bonsai.Design", "src\NetFabric.Vision.Bonsai.Design\NetFabric.Vision.Bonsai.Design.csproj", "{DFA9EDDB-418E-4980-97D5-D4E027A8BC29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E1A9BB8-35EF-4877-8C4F-A6B72C821591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E1A9BB8-35EF-4877-8C4F-A6B72C821591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E1A9BB8-35EF-4877-8C4F-A6B72C821591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E1A9BB8-35EF-4877-8C4F-A6B72C821591}.Release|Any CPU.Build.0 = Release|Any CPU
{43977A9C-B3C0-44CB-81D1-C286C3F14A38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43977A9C-B3C0-44CB-81D1-C286C3F14A38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43977A9C-B3C0-44CB-81D1-C286C3F14A38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43977A9C-B3C0-44CB-81D1-C286C3F14A38}.Release|Any CPU.Build.0 = Release|Any CPU
{1DAFD0C2-93F2-4396-8E34-324F5A5FA960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DAFD0C2-93F2-4396-8E34-324F5A5FA960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DAFD0C2-93F2-4396-8E34-324F5A5FA960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DAFD0C2-93F2-4396-8E34-324F5A5FA960}.Release|Any CPU.Build.0 = Release|Any CPU
{DFA9EDDB-418E-4980-97D5-D4E027A8BC29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFA9EDDB-418E-4980-97D5-D4E027A8BC29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFA9EDDB-418E-4980-97D5-D4E027A8BC29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFA9EDDB-418E-4980-97D5-D4E027A8BC29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE6F3CF8-C943-41CD-A104-9AE6A4E1B8FB}
EndGlobalSection
EndGlobal