-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwebapi-odata-testing-example.sln
More file actions
39 lines (39 loc) · 2.14 KB
/
webapi-odata-testing-example.sln
File metadata and controls
39 lines (39 loc) · 2.14 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "webapi-odata-testing-example\Web.csproj", "{2C03FA0D-6F63-4F7F-B299-06BE89BB67D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "webapi-odata-testing-example.Tests\Tests.csproj", "{F258A072-7FB5-4BE0-B9D6-5E96F46D8766}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "webapi-odata-testing-example.Data\Data.csproj", "{6A7B6F76-AD9B-486A-B4A7-681304B7DC18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2BF00810-409F-44FD-BC69-1CB0A4B2BF0B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C03FA0D-6F63-4F7F-B299-06BE89BB67D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C03FA0D-6F63-4F7F-B299-06BE89BB67D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C03FA0D-6F63-4F7F-B299-06BE89BB67D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C03FA0D-6F63-4F7F-B299-06BE89BB67D4}.Release|Any CPU.Build.0 = Release|Any CPU
{F258A072-7FB5-4BE0-B9D6-5E96F46D8766}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F258A072-7FB5-4BE0-B9D6-5E96F46D8766}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F258A072-7FB5-4BE0-B9D6-5E96F46D8766}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F258A072-7FB5-4BE0-B9D6-5E96F46D8766}.Release|Any CPU.Build.0 = Release|Any CPU
{6A7B6F76-AD9B-486A-B4A7-681304B7DC18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A7B6F76-AD9B-486A-B4A7-681304B7DC18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A7B6F76-AD9B-486A-B4A7-681304B7DC18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A7B6F76-AD9B-486A-B4A7-681304B7DC18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal