forked from lawrence-laz/Decor.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Decor.sln
37 lines (37 loc) · 2.12 KB
/
Decor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Decor", "Decor\Decor.csproj", "{846B96F3-2B32-402A-8681-F586BBBD3A33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Decor.Extensions.Microsoft.DependencyInjection", "Decor.Extensions.Microsoft.DependencyInjection\Decor.Extensions.Microsoft.DependencyInjection.csproj", "{5138452E-878A-4079-B045-C9EDB87D8468}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Decor.UnitTests", "Decor.UnitTests\Decor.UnitTests.csproj", "{A0C58CA1-B37A-462B-83E7-76E8652CACFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{846B96F3-2B32-402A-8681-F586BBBD3A33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{846B96F3-2B32-402A-8681-F586BBBD3A33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{846B96F3-2B32-402A-8681-F586BBBD3A33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{846B96F3-2B32-402A-8681-F586BBBD3A33}.Release|Any CPU.Build.0 = Release|Any CPU
{5138452E-878A-4079-B045-C9EDB87D8468}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5138452E-878A-4079-B045-C9EDB87D8468}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5138452E-878A-4079-B045-C9EDB87D8468}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5138452E-878A-4079-B045-C9EDB87D8468}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C58CA1-B37A-462B-83E7-76E8652CACFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C58CA1-B37A-462B-83E7-76E8652CACFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C58CA1-B37A-462B-83E7-76E8652CACFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C58CA1-B37A-462B-83E7-76E8652CACFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {12F643F1-D719-4A07-B54F-F31BF58D41EE}
EndGlobalSection
EndGlobal