-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOData.Client.Manager.sln
37 lines (37 loc) · 2.13 KB
/
OData.Client.Manager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OData.Client.Manager", "OData.Client.Manager\OData.Client.Manager.csproj", "{083B92DC-DD57-4D4A-AAF4-C6740685C603}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OData.Client.Manager.Tests", "OData.Client.Manager.Tests\OData.Client.Manager.Tests.csproj", "{083B92DC-DD57-4D4A-AAF4-A6740685C602}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAuthorizationServer", "TestAuthorizationServer\TestAuthorizationServer.csproj", "{8EE1380B-F3B8-4DA3-B33C-D8B904353227}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{083B92DC-DD57-4D4A-AAF4-C6740685C603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{083B92DC-DD57-4D4A-AAF4-C6740685C603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{083B92DC-DD57-4D4A-AAF4-C6740685C603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{083B92DC-DD57-4D4A-AAF4-C6740685C603}.Release|Any CPU.Build.0 = Release|Any CPU
{083B92DC-DD57-4D4A-AAF4-A6740685C602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{083B92DC-DD57-4D4A-AAF4-A6740685C602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{083B92DC-DD57-4D4A-AAF4-A6740685C602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{083B92DC-DD57-4D4A-AAF4-A6740685C602}.Release|Any CPU.Build.0 = Release|Any CPU
{8EE1380B-F3B8-4DA3-B33C-D8B904353227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EE1380B-F3B8-4DA3-B33C-D8B904353227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EE1380B-F3B8-4DA3-B33C-D8B904353227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EE1380B-F3B8-4DA3-B33C-D8B904353227}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E70B770-3B2F-4723-A5E1-4E411EB9F7E2}
EndGlobalSection
EndGlobal