-
Notifications
You must be signed in to change notification settings - Fork 0
/
HttpRequestTransformer.sln
50 lines (50 loc) · 2.51 KB
/
HttpRequestTransformer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpRequestTransformer", "src\HttpRequestTransformer\HttpRequestTransformer.csproj", "{81E1C4F2-34FE-48EA-A5E9-6C1F3AC439E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{00B8D0CB-7E26-49C3-AB31-ABB293A678F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{B0098724-A5EB-44E8-97DB-62FC9E10B9F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AddAccessTokenExample", "examples\AddAccessTokenExample\AddAccessTokenExample.csproj", "{44FDCA5E-1A96-42EC-BB60-BD9121558817}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{C843EFD2-CB07-4488-A515-2EBBA264CE7B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
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
{81E1C4F2-34FE-48EA-A5E9-6C1F3AC439E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81E1C4F2-34FE-48EA-A5E9-6C1F3AC439E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81E1C4F2-34FE-48EA-A5E9-6C1F3AC439E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81E1C4F2-34FE-48EA-A5E9-6C1F3AC439E3}.Release|Any CPU.Build.0 = Release|Any CPU
{44FDCA5E-1A96-42EC-BB60-BD9121558817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44FDCA5E-1A96-42EC-BB60-BD9121558817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44FDCA5E-1A96-42EC-BB60-BD9121558817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44FDCA5E-1A96-42EC-BB60-BD9121558817}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{81E1C4F2-34FE-48EA-A5E9-6C1F3AC439E3} = {00B8D0CB-7E26-49C3-AB31-ABB293A678F5}
{44FDCA5E-1A96-42EC-BB60-BD9121558817} = {B0098724-A5EB-44E8-97DB-62FC9E10B9F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3B581BF-3776-458A-910E-F9159CCC3B96}
EndGlobalSection
EndGlobal