-
Notifications
You must be signed in to change notification settings - Fork 12
/
Parliament.Data.Api.FixedQuery.sln
66 lines (66 loc) · 4.03 KB
/
Parliament.Data.Api.FixedQuery.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
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parliament.Data.Api.FixedQuery", "Parliament.Data.Api.FixedQuery\Parliament.Data.Api.FixedQuery.csproj", "{9A3F675D-DF8E-4405-A59B-6E1E668E305B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DFF16828-53C9-4AF2-A5D8-B89612968331}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CustomDictionary.xml = CustomDictionary.xml
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{5D5A27F0-9524-472A-9E76-1D2849FCD7C0}"
ProjectSection(SolutionItems) = preProject
Deployment\ApplicationSettingRetrieval.ps1 = Deployment\ApplicationSettingRetrieval.ps1
Deployment\AppService.json = Deployment\AppService.json
Deployment\FixedQuerySettings.ps1 = Deployment\FixedQuerySettings.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parliament.Data.Api.FixedQueryTests", "Parliament.Data.Api.FixedQueryTests\Parliament.Data.Api.FixedQueryTests.csproj", "{E03DA2F4-91CA-4A77-A00B-FFE4FDE2A21E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contentful", "Contentful\Contentful.csproj", "{F731B8A2-EB33-4B09-9FCD-9308FDE343FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FriendlyHierarchy", "FriendlyHierarchy\FriendlyHierarchy.csproj", "{042AAA55-9B7B-4C75-AA9D-7C53F193677E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FriendlyHierarchyTests", "FriendlyHierarchyTests\FriendlyHierarchyTests.csproj", "{AF19F5A7-E9EF-4469-AEC8-A5BFA6C7592C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A3F675D-DF8E-4405-A59B-6E1E668E305B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A3F675D-DF8E-4405-A59B-6E1E668E305B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A3F675D-DF8E-4405-A59B-6E1E668E305B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A3F675D-DF8E-4405-A59B-6E1E668E305B}.Release|Any CPU.Build.0 = Release|Any CPU
{E03DA2F4-91CA-4A77-A00B-FFE4FDE2A21E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E03DA2F4-91CA-4A77-A00B-FFE4FDE2A21E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E03DA2F4-91CA-4A77-A00B-FFE4FDE2A21E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E03DA2F4-91CA-4A77-A00B-FFE4FDE2A21E}.Release|Any CPU.Build.0 = Release|Any CPU
{F731B8A2-EB33-4B09-9FCD-9308FDE343FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F731B8A2-EB33-4B09-9FCD-9308FDE343FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F731B8A2-EB33-4B09-9FCD-9308FDE343FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F731B8A2-EB33-4B09-9FCD-9308FDE343FA}.Release|Any CPU.Build.0 = Release|Any CPU
{042AAA55-9B7B-4C75-AA9D-7C53F193677E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{042AAA55-9B7B-4C75-AA9D-7C53F193677E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{042AAA55-9B7B-4C75-AA9D-7C53F193677E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{042AAA55-9B7B-4C75-AA9D-7C53F193677E}.Release|Any CPU.Build.0 = Release|Any CPU
{AF19F5A7-E9EF-4469-AEC8-A5BFA6C7592C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF19F5A7-E9EF-4469-AEC8-A5BFA6C7592C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF19F5A7-E9EF-4469-AEC8-A5BFA6C7592C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF19F5A7-E9EF-4469-AEC8-A5BFA6C7592C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D5A27F0-9524-472A-9E76-1D2849FCD7C0} = {DFF16828-53C9-4AF2-A5D8-B89612968331}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5653A987-0BC8-4E92-BC55-39E42271CFCE}
EndGlobalSection
EndGlobal