-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathODataSlimUrlParserConcept.sln
43 lines (43 loc) · 2.46 KB
/
ODataSlimUrlParserConcept.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.11.35431.28
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{62631154-DDE9-488A-91E6-AC880614A52F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lib", "Lib\Lib.csproj", "{CC09F562-F2B6-4576-8486-C222D296772E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SlimParserTests", "SlimParserTests\SlimParserTests.csproj", "{643D98A3-CBDD-407E-86A9-CB590A78A7BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{549B657E-17C9-4A29-B866-95FD89A5D7A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62631154-DDE9-488A-91E6-AC880614A52F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62631154-DDE9-488A-91E6-AC880614A52F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62631154-DDE9-488A-91E6-AC880614A52F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62631154-DDE9-488A-91E6-AC880614A52F}.Release|Any CPU.Build.0 = Release|Any CPU
{CC09F562-F2B6-4576-8486-C222D296772E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC09F562-F2B6-4576-8486-C222D296772E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC09F562-F2B6-4576-8486-C222D296772E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC09F562-F2B6-4576-8486-C222D296772E}.Release|Any CPU.Build.0 = Release|Any CPU
{643D98A3-CBDD-407E-86A9-CB590A78A7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{643D98A3-CBDD-407E-86A9-CB590A78A7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{643D98A3-CBDD-407E-86A9-CB590A78A7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{643D98A3-CBDD-407E-86A9-CB590A78A7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{549B657E-17C9-4A29-B866-95FD89A5D7A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{549B657E-17C9-4A29-B866-95FD89A5D7A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{549B657E-17C9-4A29-B866-95FD89A5D7A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{549B657E-17C9-4A29-B866-95FD89A5D7A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8445FEFA-8D95-4F49-89CB-12DF48116956}
EndGlobalSection
EndGlobal