This repository was archived by the owner on Jun 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGraphLabs.Common.sln
More file actions
57 lines (57 loc) · 3.3 KB
/
GraphLabs.Common.sln
File metadata and controls
57 lines (57 loc) · 3.3 KB
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
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphLabs.Common.Utils", "GraphLabs.Common.Utils\GraphLabs.Common.Utils.csproj", "{78646F13-98FF-457F-B9E1-A43C7D12FD03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F673D57E-8181-4013-91D8-21F5A5AD02C7}"
ProjectSection(SolutionItems) = preProject
AssemblyInfo.General.cs = AssemblyInfo.General.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphLabs.Tasks.Contract", "GraphLabs.Tasks.Contract\GraphLabs.Tasks.Contract.csproj", "{72AE0569-7601-44B3-8C7F-EBCFF8747816}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphLabs.Common.Tests.Utils", "GraphLabs.Common.Tests.Utils\GraphLabs.Common.Tests.Utils.csproj", "{13C73042-BC1B-4956-8EDF-B5C3DDDDB519}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F7B8B30C-68DF-4F09-83F4-916F84EDDD19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{836E712E-51DB-4692-81DA-A43FD99B6963}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Distributive", "Distributive", "{6E2DE8B3-ED4C-4465-9BE7-DFCD6386A4E1}"
ProjectSection(SolutionItems) = preProject
GraphLabs.Common.Utils\GraphLabs.Common.Utils.nuspec = GraphLabs.Common.Utils\GraphLabs.Common.Utils.nuspec
GraphLabs.Tasks.Contract\GraphLabs.Tasks.Contract.nuspec = GraphLabs.Tasks.Contract\GraphLabs.Tasks.Contract.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78646F13-98FF-457F-B9E1-A43C7D12FD03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78646F13-98FF-457F-B9E1-A43C7D12FD03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78646F13-98FF-457F-B9E1-A43C7D12FD03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78646F13-98FF-457F-B9E1-A43C7D12FD03}.Release|Any CPU.Build.0 = Release|Any CPU
{72AE0569-7601-44B3-8C7F-EBCFF8747816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72AE0569-7601-44B3-8C7F-EBCFF8747816}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72AE0569-7601-44B3-8C7F-EBCFF8747816}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72AE0569-7601-44B3-8C7F-EBCFF8747816}.Release|Any CPU.Build.0 = Release|Any CPU
{13C73042-BC1B-4956-8EDF-B5C3DDDDB519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13C73042-BC1B-4956-8EDF-B5C3DDDDB519}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13C73042-BC1B-4956-8EDF-B5C3DDDDB519}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13C73042-BC1B-4956-8EDF-B5C3DDDDB519}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{13C73042-BC1B-4956-8EDF-B5C3DDDDB519} = {F7B8B30C-68DF-4F09-83F4-916F84EDDD19}
EndGlobalSection
EndGlobal