-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathAutofac.Wcf.sln
40 lines (40 loc) · 1.98 KB
/
Autofac.Wcf.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.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Integration.Wcf", "src\Autofac.Integration.Wcf\Autofac.Integration.Wcf.csproj", "{4D5C02D1-C10A-4448-9D7B-8F2A5CCA1D13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Integration.Wcf.Test", "test\Autofac.Integration.Wcf.Test\Autofac.Integration.Wcf.Test.csproj", "{E3559C55-D387-4620-AC02-6C3098D4A888}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9A14D76-26DA-42CC-9F02-3939E3F3E73F}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
NuGet.Config = NuGet.Config
README.md = README.md
.gitignore = .gitignore
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D5C02D1-C10A-4448-9D7B-8F2A5CCA1D13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D5C02D1-C10A-4448-9D7B-8F2A5CCA1D13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D5C02D1-C10A-4448-9D7B-8F2A5CCA1D13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D5C02D1-C10A-4448-9D7B-8F2A5CCA1D13}.Release|Any CPU.Build.0 = Release|Any CPU
{E3559C55-D387-4620-AC02-6C3098D4A888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3559C55-D387-4620-AC02-6C3098D4A888}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3559C55-D387-4620-AC02-6C3098D4A888}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3559C55-D387-4620-AC02-6C3098D4A888}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5D0122F-FC34-4A77-9C8C-B5E92E196915}
EndGlobalSection
EndGlobal