-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAspNet.WebApi.CookiesPassthrough.sln
More file actions
37 lines (37 loc) · 2.28 KB
/
AspNet.WebApi.CookiesPassthrough.sln
File metadata and controls
37 lines (37 loc) · 2.28 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNet.WebApi.CookiesPassthrough", "AspNet.WebApi.CookiesPassthrough\AspNet.WebApi.CookiesPassthrough.csproj", "{F0D986F6-E348-4D1B-965D-CB82FDDC6D36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNet.WebApi.CookiesPassthrough.Tests", "AspNet.WebApi.CookiesPassthrough.Tests\AspNet.WebApi.CookiesPassthrough.Tests.csproj", "{C5BC2F6A-F0ED-4CEF-B111-53466544521D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNet.WebApi.CookiesPassthrough.Example", "AspNet.WebApi.CookiesPassthrough.Example\AspNet.WebApi.CookiesPassthrough.Example.csproj", "{96C58219-2793-4216-B83E-8CAAAC0C8F16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0D986F6-E348-4D1B-965D-CB82FDDC6D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0D986F6-E348-4D1B-965D-CB82FDDC6D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0D986F6-E348-4D1B-965D-CB82FDDC6D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0D986F6-E348-4D1B-965D-CB82FDDC6D36}.Release|Any CPU.Build.0 = Release|Any CPU
{C5BC2F6A-F0ED-4CEF-B111-53466544521D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5BC2F6A-F0ED-4CEF-B111-53466544521D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5BC2F6A-F0ED-4CEF-B111-53466544521D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5BC2F6A-F0ED-4CEF-B111-53466544521D}.Release|Any CPU.Build.0 = Release|Any CPU
{96C58219-2793-4216-B83E-8CAAAC0C8F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96C58219-2793-4216-B83E-8CAAAC0C8F16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96C58219-2793-4216-B83E-8CAAAC0C8F16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96C58219-2793-4216-B83E-8CAAAC0C8F16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41A1A69F-CDC1-4B3A-8BAA-C802F5119FB8}
EndGlobalSection
EndGlobal