-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRuntimeDependencyInjection.sln
37 lines (37 loc) · 2.11 KB
/
RuntimeDependencyInjection.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 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuntimeDependencyInjection", "RuntimeDependencyInjection\RuntimeDependencyInjection.csproj", "{2C4792F6-C859-4C5D-9D3B-07FBB0324297}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationLibraryModified", "ApplicationLibraryModified\ApplicationLibraryModified.csproj", "{7D2E7272-A297-478C-A922-AAB086A1199C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoLibrary", "DemoLibrary\DemoLibrary.csproj", "{A3A39BAD-6F2B-4B1D-BC7B-139EE2F396F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C4792F6-C859-4C5D-9D3B-07FBB0324297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C4792F6-C859-4C5D-9D3B-07FBB0324297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C4792F6-C859-4C5D-9D3B-07FBB0324297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C4792F6-C859-4C5D-9D3B-07FBB0324297}.Release|Any CPU.Build.0 = Release|Any CPU
{7D2E7272-A297-478C-A922-AAB086A1199C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D2E7272-A297-478C-A922-AAB086A1199C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D2E7272-A297-478C-A922-AAB086A1199C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D2E7272-A297-478C-A922-AAB086A1199C}.Release|Any CPU.Build.0 = Release|Any CPU
{A3A39BAD-6F2B-4B1D-BC7B-139EE2F396F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3A39BAD-6F2B-4B1D-BC7B-139EE2F396F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3A39BAD-6F2B-4B1D-BC7B-139EE2F396F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3A39BAD-6F2B-4B1D-BC7B-139EE2F396F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EE0E72D-EF7A-4D18-973B-B2B6016F2395}
EndGlobalSection
EndGlobal