-
Notifications
You must be signed in to change notification settings - Fork 2
/
GridOS.sln
73 lines (73 loc) · 4.79 KB
/
GridOS.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GridOS", "src\GridOS\GridOS.shproj", "{1EC535AE-8123-4319-8921-B9CF5E62559E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridOS.UnitTests", "tests\GridOS.UnitTests\GridOS.UnitTests.csproj", "{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SE-Mocks", "dep\SE-Mocks\SE-Mocks.shproj", "{C35AFC12-6F74-4E80-904E-79B3B4129641}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridOS.DeployTest", "tests\GridOS.DeployTest\GridOS.DeployTest.csproj", "{6A125558-D132-41C4-BF62-54209C2C2907}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridOS.ConsoleTest", "tests\GridOS.ConsoleTest\GridOS.ConsoleTest.csproj", "{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridOS.Benchmarks", "tests\GridOS.Benchmarks\GridOS.Benchmarks.csproj", "{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\GridOS\GridOS.projitems*{1ec535ae-8123-4319-8921-b9cf5e62559e}*SharedItemsImports = 13
dep\SE-Mocks\SE-Mocks.projitems*{5e2e2fff-577f-416d-a340-a5ce3ef6b58f}*SharedItemsImports = 4
src\GridOS\GridOS.projitems*{5e2e2fff-577f-416d-a340-a5ce3ef6b58f}*SharedItemsImports = 4
dep\SE-Mocks\SE-Mocks.projitems*{6a125558-d132-41c4-bf62-54209c2c2907}*SharedItemsImports = 4
src\GridOS\GridOS.projitems*{6a125558-d132-41c4-bf62-54209c2c2907}*SharedItemsImports = 4
dep\SE-Mocks\SE-Mocks.projitems*{bc7e38ae-be73-47ae-9d04-cc852a34ac93}*SharedItemsImports = 4
src\GridOS\GridOS.projitems*{bc7e38ae-be73-47ae-9d04-cc852a34ac93}*SharedItemsImports = 4
dep\SE-Mocks\SE-Mocks.projitems*{c35afc12-6f74-4e80-904e-79b3b4129641}*SharedItemsImports = 13
dep\SE-Mocks\SE-Mocks.projitems*{fc697a97-a8b7-4ccb-a6f5-d856c41b9cf2}*SharedItemsImports = 4
src\GridOS\GridOS.projitems*{fc697a97-a8b7-4ccb-a6f5-d856c41b9cf2}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Debug|x64.ActiveCfg = Debug|Any CPU
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Debug|x64.Build.0 = Debug|Any CPU
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Release|Any CPU.Build.0 = Release|Any CPU
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Release|x64.ActiveCfg = Release|Any CPU
{FC697A97-A8B7-4CCB-A6F5-D856C41B9CF2}.Release|x64.Build.0 = Release|Any CPU
{6A125558-D132-41C4-BF62-54209C2C2907}.Debug|Any CPU.ActiveCfg = Debug|x64
{6A125558-D132-41C4-BF62-54209C2C2907}.Debug|x64.ActiveCfg = Debug|x64
{6A125558-D132-41C4-BF62-54209C2C2907}.Debug|x64.Build.0 = Debug|x64
{6A125558-D132-41C4-BF62-54209C2C2907}.Release|Any CPU.ActiveCfg = Debug|x64
{6A125558-D132-41C4-BF62-54209C2C2907}.Release|x64.ActiveCfg = Debug|x64
{6A125558-D132-41C4-BF62-54209C2C2907}.Release|x64.Build.0 = Debug|x64
{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}.Debug|x64.ActiveCfg = Debug|Any CPU
{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}.Debug|x64.Build.0 = Debug|Any CPU
{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}.Release|x64.ActiveCfg = Release|Any CPU
{5E2E2FFF-577F-416D-A340-A5CE3EF6B58F}.Release|x64.Build.0 = Release|Any CPU
{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}.Debug|Any CPU.Build.0 = Release|Any CPU
{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}.Debug|x64.ActiveCfg = Debug|Any CPU
{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}.Debug|x64.Build.0 = Debug|Any CPU
{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}.Release|x64.ActiveCfg = Release|Any CPU
{BC7E38AE-BE73-47AE-9D04-CC852A34AC93}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA4D8A5D-CB11-4E11-B409-2D93AEAE098C}
EndGlobalSection
EndGlobal