-
Notifications
You must be signed in to change notification settings - Fork 4
/
OpenRiaServices.M2M.sln
65 lines (65 loc) · 4.12 KB
/
OpenRiaServices.M2M.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28902.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenRiaServices.M2M.Client", "OpenRiaServices.M2M.Client\OpenRiaServices.M2M.Client.csproj", "{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenRiaServices.M2M.Server", "OpenRiaServices.M2M\OpenRiaServices.M2M.Server.csproj", "{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenRiaServices.M2M.LinkTable", "OpenRiaServices.M2M.LinkTable\OpenRiaServices.M2M.LinkTable.csproj", "{F67416F0-179B-4572-AB29-E87E2F82DBCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B3995EE-873D-4FB2-81FC-2F2D646DC89B}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Debug|x86.ActiveCfg = Debug|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Release|Any CPU.Build.0 = Release|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F6E5D0B7-FE90-4498-A5F5-3FFA505762A0}.Release|x86.ActiveCfg = Release|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Debug|x86.ActiveCfg = Debug|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Release|Any CPU.Build.0 = Release|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{88EFBF58-E42A-4314-BAAF-746FC34CB5EC}.Release|x86.ActiveCfg = Release|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Debug|x86.ActiveCfg = Debug|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Release|Any CPU.Build.0 = Release|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F67416F0-179B-4572-AB29-E87E2F82DBCD}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16AE6229-10BE-4B2C-B370-CC66150E1C7E}
EndGlobalSection
EndGlobal