-
Notifications
You must be signed in to change notification settings - Fork 6
/
Autofac.WebApi.Owin.sln
49 lines (49 loc) · 2.5 KB
/
Autofac.WebApi.Owin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Integration.WebApi.Owin", "src\Autofac.Integration.WebApi.Owin\Autofac.Integration.WebApi.Owin.csproj", "{1A3E68CF-E1D5-4E30-96C3-9B8687DF9283}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Integration.WebApi.Owin.Test", "test\Autofac.Integration.WebApi.Owin.Test\Autofac.Integration.WebApi.Owin.Test.csproj", "{2EF2FBB2-77D0-4D85-936E-5A00881CF5F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D372C752-2D55-4E5D-943B-CEDD5BD00747}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9AD9DBFC-4F7F-4EEB-98D5-AD23D64B7518}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01223B84-9EDA-4971-AEFE-491579D4E1D7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
global.json = global.json
LICENSE = LICENSE
NuGet.Config = NuGet.Config
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
{1A3E68CF-E1D5-4E30-96C3-9B8687DF9283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A3E68CF-E1D5-4E30-96C3-9B8687DF9283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A3E68CF-E1D5-4E30-96C3-9B8687DF9283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A3E68CF-E1D5-4E30-96C3-9B8687DF9283}.Release|Any CPU.Build.0 = Release|Any CPU
{2EF2FBB2-77D0-4D85-936E-5A00881CF5F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EF2FBB2-77D0-4D85-936E-5A00881CF5F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EF2FBB2-77D0-4D85-936E-5A00881CF5F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EF2FBB2-77D0-4D85-936E-5A00881CF5F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1A3E68CF-E1D5-4E30-96C3-9B8687DF9283} = {D372C752-2D55-4E5D-943B-CEDD5BD00747}
{2EF2FBB2-77D0-4D85-936E-5A00881CF5F6} = {9AD9DBFC-4F7F-4EEB-98D5-AD23D64B7518}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12B13373-B4BB-41C8-BD7E-73095EB2DEEB}
EndGlobalSection
EndGlobal