-
Notifications
You must be signed in to change notification settings - Fork 27
/
Autofac.WebApi.sln
40 lines (40 loc) · 2.03 KB
/
Autofac.WebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Integration.WebApi", "src\Autofac.Integration.WebApi\Autofac.Integration.WebApi.csproj", "{8437DAE1-0F24-44A9-A187-B34F52858A58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Integration.WebApi.Test", "test\Autofac.Integration.WebApi.Test\Autofac.Integration.WebApi.Test.csproj", "{AD8D8B7A-184E-428D-AD9C-BE1CEA8225A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C238E2D6-A4A2-4D04-A50E-4DAAAC3D54C6}"
ProjectSection(SolutionItems) = preProject
build\Analyzers.ruleset = build\Analyzers.ruleset
appveyor.yml = appveyor.yml
global.json = global.json
NuGet.Config = NuGet.Config
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8437DAE1-0F24-44A9-A187-B34F52858A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8437DAE1-0F24-44A9-A187-B34F52858A58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8437DAE1-0F24-44A9-A187-B34F52858A58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8437DAE1-0F24-44A9-A187-B34F52858A58}.Release|Any CPU.Build.0 = Release|Any CPU
{AD8D8B7A-184E-428D-AD9C-BE1CEA8225A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD8D8B7A-184E-428D-AD9C-BE1CEA8225A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD8D8B7A-184E-428D-AD9C-BE1CEA8225A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD8D8B7A-184E-428D-AD9C-BE1CEA8225A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ADA66323-BC92-43D5-AB94-C4069E0158A1}
EndGlobalSection
EndGlobal