-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DigitalRuby.SimpleDi.sln
51 lines (51 loc) · 2.94 KB
/
DigitalRuby.SimpleDi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32505.426
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalRuby.SimpleDi", "DigitalRuby.SimpleDi\DigitalRuby.SimpleDi.csproj", "{44EA97DB-92B2-4CAC-9F70-9E7D6C4D1C04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalRuby.SimpleDi.Tests", "DigitalRuby.SimpleDi.Tests\DigitalRuby.SimpleDi.Tests.csproj", "{96C11AE2-3876-4D88-93B9-1A1C7AD53ECA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{AFBEB8A2-B7B9-4808-959D-4A5D7875E306}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
icon.png = icon.png
LICENSE = LICENSE
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErrorClassLibraryConflict", "ErrorClassLibrary\ErrorClassLibraryConflict.csproj", "{79A7D3F9-A4DC-4900-B3DB-5E1B1B857FA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErrorClassLibraryConfiguration", "ErrorClassLibraryConfiguration\ErrorClassLibraryConfiguration.csproj", "{B33CEDEB-6DF3-4C5F-8F5D-5A5A68D40220}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44EA97DB-92B2-4CAC-9F70-9E7D6C4D1C04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44EA97DB-92B2-4CAC-9F70-9E7D6C4D1C04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44EA97DB-92B2-4CAC-9F70-9E7D6C4D1C04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44EA97DB-92B2-4CAC-9F70-9E7D6C4D1C04}.Release|Any CPU.Build.0 = Release|Any CPU
{96C11AE2-3876-4D88-93B9-1A1C7AD53ECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96C11AE2-3876-4D88-93B9-1A1C7AD53ECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96C11AE2-3876-4D88-93B9-1A1C7AD53ECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96C11AE2-3876-4D88-93B9-1A1C7AD53ECA}.Release|Any CPU.Build.0 = Release|Any CPU
{79A7D3F9-A4DC-4900-B3DB-5E1B1B857FA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79A7D3F9-A4DC-4900-B3DB-5E1B1B857FA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79A7D3F9-A4DC-4900-B3DB-5E1B1B857FA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79A7D3F9-A4DC-4900-B3DB-5E1B1B857FA9}.Release|Any CPU.Build.0 = Release|Any CPU
{B33CEDEB-6DF3-4C5F-8F5D-5A5A68D40220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B33CEDEB-6DF3-4C5F-8F5D-5A5A68D40220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B33CEDEB-6DF3-4C5F-8F5D-5A5A68D40220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B33CEDEB-6DF3-4C5F-8F5D-5A5A68D40220}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A684F250-59F0-4643-A4EF-B392D0BB76C6}
EndGlobalSection
EndGlobal