-
Notifications
You must be signed in to change notification settings - Fork 2
/
OleaCS.sln
67 lines (67 loc) · 4.33 KB
/
OleaCS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.ClientApi.ConsoleApp", "IoT.ClientApi.ConsoleApp\IoT.ClientApi.ConsoleApp.csproj", "{7EC17930-50C9-4358-BD2B-1EB85BF4EACF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.WebApp", "IoT.WebApp\IoT.WebApp.csproj", "{2569BBF3-1995-44EA-BC38-5B225DF28333}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.GrainInterfaces", "IoT.GrainInterfaces\IoT.GrainInterfaces.csproj", "{72671DFC-A825-45B8-B7CC-0F15DFFAB295}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.SiloHostApp", "IoT.SiloHostApp\IoT.SiloHostApp.csproj", "{E17BD541-BF08-4C82-9667-96D1E53EF8CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.ClientApi", "IoT.ClientApi\IoT.ClientApi.csproj", "{D298F62F-E4B2-4384-8340-F011484D77D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoT.GrainImplementation", "IoT.GrainImplementation\IoT.GrainImplementation.csproj", "{B412A937-58BD-46FB-AB11-AAA2E6C36CEF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B9AB2D7-5342-492B-A305-1A84D8D7D2B5}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoT.KiotaClient", "IoT.KiotaClient\IoT.KiotaClient.csproj", "{388FA3D1-6DBA-47B5-BB8B-95032D39D8A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EC17930-50C9-4358-BD2B-1EB85BF4EACF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EC17930-50C9-4358-BD2B-1EB85BF4EACF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EC17930-50C9-4358-BD2B-1EB85BF4EACF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EC17930-50C9-4358-BD2B-1EB85BF4EACF}.Release|Any CPU.Build.0 = Release|Any CPU
{2569BBF3-1995-44EA-BC38-5B225DF28333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2569BBF3-1995-44EA-BC38-5B225DF28333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2569BBF3-1995-44EA-BC38-5B225DF28333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2569BBF3-1995-44EA-BC38-5B225DF28333}.Release|Any CPU.Build.0 = Release|Any CPU
{72671DFC-A825-45B8-B7CC-0F15DFFAB295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72671DFC-A825-45B8-B7CC-0F15DFFAB295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72671DFC-A825-45B8-B7CC-0F15DFFAB295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72671DFC-A825-45B8-B7CC-0F15DFFAB295}.Release|Any CPU.Build.0 = Release|Any CPU
{E17BD541-BF08-4C82-9667-96D1E53EF8CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E17BD541-BF08-4C82-9667-96D1E53EF8CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E17BD541-BF08-4C82-9667-96D1E53EF8CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E17BD541-BF08-4C82-9667-96D1E53EF8CD}.Release|Any CPU.Build.0 = Release|Any CPU
{D298F62F-E4B2-4384-8340-F011484D77D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D298F62F-E4B2-4384-8340-F011484D77D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D298F62F-E4B2-4384-8340-F011484D77D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D298F62F-E4B2-4384-8340-F011484D77D6}.Release|Any CPU.Build.0 = Release|Any CPU
{B412A937-58BD-46FB-AB11-AAA2E6C36CEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B412A937-58BD-46FB-AB11-AAA2E6C36CEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B412A937-58BD-46FB-AB11-AAA2E6C36CEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B412A937-58BD-46FB-AB11-AAA2E6C36CEF}.Release|Any CPU.Build.0 = Release|Any CPU
{388FA3D1-6DBA-47B5-BB8B-95032D39D8A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{388FA3D1-6DBA-47B5-BB8B-95032D39D8A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{388FA3D1-6DBA-47B5-BB8B-95032D39D8A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{388FA3D1-6DBA-47B5-BB8B-95032D39D8A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F397B7F9-BD1F-4217-9595-A3347DB70D2B}
EndGlobalSection
EndGlobal