-
Notifications
You must be signed in to change notification settings - Fork 0
/
PRN231_Assignment2_OData_Example.sln
43 lines (43 loc) · 2.51 KB
/
PRN231_Assignment2_OData_Example.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessObject", "BusinessObject\BusinessObject.csproj", "{6E421269-4734-4326-BD19-C878FBD6EC13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{0A0EE51B-0BFF-412B-AD96-AA8551B04A39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OData_Services", "OData_Services\OData_Services.csproj", "{83E114C2-1949-4D0B-AB72-771EFCBD7175}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC_Client", "MVC_Client\MVC_Client.csproj", "{43502CFC-5AF5-4354-9626-A234CDEB45A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E421269-4734-4326-BD19-C878FBD6EC13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E421269-4734-4326-BD19-C878FBD6EC13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E421269-4734-4326-BD19-C878FBD6EC13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E421269-4734-4326-BD19-C878FBD6EC13}.Release|Any CPU.Build.0 = Release|Any CPU
{0A0EE51B-0BFF-412B-AD96-AA8551B04A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A0EE51B-0BFF-412B-AD96-AA8551B04A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A0EE51B-0BFF-412B-AD96-AA8551B04A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A0EE51B-0BFF-412B-AD96-AA8551B04A39}.Release|Any CPU.Build.0 = Release|Any CPU
{83E114C2-1949-4D0B-AB72-771EFCBD7175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83E114C2-1949-4D0B-AB72-771EFCBD7175}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83E114C2-1949-4D0B-AB72-771EFCBD7175}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83E114C2-1949-4D0B-AB72-771EFCBD7175}.Release|Any CPU.Build.0 = Release|Any CPU
{43502CFC-5AF5-4354-9626-A234CDEB45A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43502CFC-5AF5-4354-9626-A234CDEB45A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43502CFC-5AF5-4354-9626-A234CDEB45A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43502CFC-5AF5-4354-9626-A234CDEB45A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD8B69A5-9645-42B3-8245-D94212FDFE40}
EndGlobalSection
EndGlobal