-
Notifications
You must be signed in to change notification settings - Fork 13
/
DotNetDoodle.Owin.Dependencies.sln
92 lines (92 loc) · 6.49 KB
/
DotNetDoodle.Owin.Dependencies.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies", "src\DotNetDoodle.Owin.Dependencies\DotNetDoodle.Owin.Dependencies.csproj", "{E1E4B973-5577-47C3-8419-F5C7E521A7B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{93A4D7D2-329F-4DC4-8175-8F646873D9D2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies.Adapters.WebApi", "src\DotNetDoodle.Owin.Dependencies.Adapters.WebApi\DotNetDoodle.Owin.Dependencies.Adapters.WebApi.csproj", "{F1ABE80C-CFCE-40E5-BB54-EF0B9CD5C127}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies.Autofac", "src\DotNetDoodle.Owin.Dependencies.Autofac\DotNetDoodle.Owin.Dependencies.Autofac.csproj", "{95885B15-F24B-4A49-B31A-CFFAC62ED2C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{34015A88-7C6B-4F77-BBD4-D60BB9A3EB19}"
ProjectSection(SolutionItems) = preProject
scripts\build.cmd = scripts\build.cmd
scripts\build.ps1 = scripts\build.ps1
scripts\DotNetDoodle.Owin.Dependencies.msbuild = scripts\DotNetDoodle.Owin.Dependencies.msbuild
scripts\DotNetDoodle.Owin.Dependencies.properties = scripts\DotNetDoodle.Owin.Dependencies.properties
scripts\publish.ps1 = scripts\publish.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".samples", ".samples", "{A6BBFA69-5E95-4284-8E5B-B0CB28644F61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies.Sample", "samples\DotNetDoodle.Owin.Dependencies.Sample\DotNetDoodle.Owin.Dependencies.Sample.csproj", "{01D9AD77-F714-4686-8C78-FE6443C4A139}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies.Sample.Host", "samples\DotNetDoodle.Owin.Dependencies.Sample.Host\DotNetDoodle.Owin.Dependencies.Sample.Host.csproj", "{D20A708E-6DD0-4E9F-810E-24C43F55A6F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{2727EAAC-727F-4428-A2E7-3E77981129B1}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies.Tests", "tests\DotNetDoodle.Owin.Dependencies.Tests\DotNetDoodle.Owin.Dependencies.Tests.csproj", "{FA7405B6-BCE8-4C17-952D-F833F5D49329}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies.Integration.Tests", "tests\DotNetDoodle.Owin.Dependencies.Integration.Tests\DotNetDoodle.Owin.Dependencies.Integration.Tests.csproj", "{4EFD327D-3D7A-4B60-B181-F9080AE77A9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetDoodle.Owin.Dependencies.Sample.MultiTenant", "samples\DotNetDoodle.Owin.Dependencies.Sample.MultiTenant\DotNetDoodle.Owin.Dependencies.Sample.MultiTenant.csproj", "{059A06AE-09C0-43D5-BB28-847E0F2D3038}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1E4B973-5577-47C3-8419-F5C7E521A7B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E4B973-5577-47C3-8419-F5C7E521A7B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E4B973-5577-47C3-8419-F5C7E521A7B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E4B973-5577-47C3-8419-F5C7E521A7B7}.Release|Any CPU.Build.0 = Release|Any CPU
{F1ABE80C-CFCE-40E5-BB54-EF0B9CD5C127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1ABE80C-CFCE-40E5-BB54-EF0B9CD5C127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1ABE80C-CFCE-40E5-BB54-EF0B9CD5C127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1ABE80C-CFCE-40E5-BB54-EF0B9CD5C127}.Release|Any CPU.Build.0 = Release|Any CPU
{95885B15-F24B-4A49-B31A-CFFAC62ED2C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95885B15-F24B-4A49-B31A-CFFAC62ED2C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95885B15-F24B-4A49-B31A-CFFAC62ED2C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95885B15-F24B-4A49-B31A-CFFAC62ED2C7}.Release|Any CPU.Build.0 = Release|Any CPU
{01D9AD77-F714-4686-8C78-FE6443C4A139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D9AD77-F714-4686-8C78-FE6443C4A139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01D9AD77-F714-4686-8C78-FE6443C4A139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D9AD77-F714-4686-8C78-FE6443C4A139}.Release|Any CPU.Build.0 = Release|Any CPU
{D20A708E-6DD0-4E9F-810E-24C43F55A6F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D20A708E-6DD0-4E9F-810E-24C43F55A6F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D20A708E-6DD0-4E9F-810E-24C43F55A6F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D20A708E-6DD0-4E9F-810E-24C43F55A6F3}.Release|Any CPU.Build.0 = Release|Any CPU
{FA7405B6-BCE8-4C17-952D-F833F5D49329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA7405B6-BCE8-4C17-952D-F833F5D49329}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA7405B6-BCE8-4C17-952D-F833F5D49329}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA7405B6-BCE8-4C17-952D-F833F5D49329}.Release|Any CPU.Build.0 = Release|Any CPU
{4EFD327D-3D7A-4B60-B181-F9080AE77A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EFD327D-3D7A-4B60-B181-F9080AE77A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EFD327D-3D7A-4B60-B181-F9080AE77A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EFD327D-3D7A-4B60-B181-F9080AE77A9B}.Release|Any CPU.Build.0 = Release|Any CPU
{059A06AE-09C0-43D5-BB28-847E0F2D3038}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{059A06AE-09C0-43D5-BB28-847E0F2D3038}.Debug|Any CPU.Build.0 = Debug|Any CPU
{059A06AE-09C0-43D5-BB28-847E0F2D3038}.Release|Any CPU.ActiveCfg = Release|Any CPU
{059A06AE-09C0-43D5-BB28-847E0F2D3038}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{01D9AD77-F714-4686-8C78-FE6443C4A139} = {A6BBFA69-5E95-4284-8E5B-B0CB28644F61}
{D20A708E-6DD0-4E9F-810E-24C43F55A6F3} = {A6BBFA69-5E95-4284-8E5B-B0CB28644F61}
{059A06AE-09C0-43D5-BB28-847E0F2D3038} = {A6BBFA69-5E95-4284-8E5B-B0CB28644F61}
EndGlobalSection
EndGlobal