-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGu.Inject.sln
53 lines (53 loc) · 2.92 KB
/
Gu.Inject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{8DE2AA93-DC3E-4F23-B520-810A1E041E1F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Inject", "Gu.Inject\Gu.Inject.csproj", "{8953C8E1-0819-4EB8-B10C-5286DEB0E079}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Inject.Tests", "Gu.Inject.Tests\Gu.Inject.Tests.csproj", "{C30669FC-D159-488F-8FF8-BDCD4622C325}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Inject.Benchmarks", "Gu.Inject.Benchmarks\Gu.Inject.Benchmarks.csproj", "{A92D6209-5247-4ADC-84B8-46F44F66BF42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gu.Inject.Rebind", "Gu.Inject.Rebind\Gu.Inject.Rebind.csproj", "{593C45DE-33D3-47C7-B04D-9A24D4690B6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8953C8E1-0819-4EB8-B10C-5286DEB0E079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8953C8E1-0819-4EB8-B10C-5286DEB0E079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8953C8E1-0819-4EB8-B10C-5286DEB0E079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8953C8E1-0819-4EB8-B10C-5286DEB0E079}.Release|Any CPU.Build.0 = Release|Any CPU
{C30669FC-D159-488F-8FF8-BDCD4622C325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C30669FC-D159-488F-8FF8-BDCD4622C325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C30669FC-D159-488F-8FF8-BDCD4622C325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C30669FC-D159-488F-8FF8-BDCD4622C325}.Release|Any CPU.Build.0 = Release|Any CPU
{A92D6209-5247-4ADC-84B8-46F44F66BF42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A92D6209-5247-4ADC-84B8-46F44F66BF42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A92D6209-5247-4ADC-84B8-46F44F66BF42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A92D6209-5247-4ADC-84B8-46F44F66BF42}.Release|Any CPU.Build.0 = Release|Any CPU
{593C45DE-33D3-47C7-B04D-9A24D4690B6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{593C45DE-33D3-47C7-B04D-9A24D4690B6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{593C45DE-33D3-47C7-B04D-9A24D4690B6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{593C45DE-33D3-47C7-B04D-9A24D4690B6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAAC99F0-AB5D-47E6-B4FF-E47CCDC59FEB}
EndGlobalSection
EndGlobal