-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApacheTech.Common.DependencyInjection.sln
More file actions
50 lines (50 loc) · 3.13 KB
/
ApacheTech.Common.DependencyInjection.sln
File metadata and controls
50 lines (50 loc) · 3.13 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.4.11620.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48CF9495-A37B-4AEC-8DF1-2573FC848027}"
ProjectSection(SolutionItems) = preProject
LICENCE.md = LICENCE.md
pack.bat = pack.bat
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApacheTech.Common.DependencyInjection", "src\ApacheTech.Common.DependencyInjection\ApacheTech.Common.DependencyInjection.csproj", "{1D61A61F-5C5C-2DBC-5BA5-93676E4ACE58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApacheTech.Common.DependencyInjection.Abstractions", "src\ApacheTech.Common.DependencyInjection.Abstractions\ApacheTech.Common.DependencyInjection.Abstractions.csproj", "{94F41B57-D760-5691-1F07-24ED914E540D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApacheTech.Common.Extensions", "..\ApacheTech.Common.Extensions\src\ApacheTech.Common.Extensions.csproj", "{91251A00-BD3F-A6BC-B11B-5F868EB7A4BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApacheTech.Common.DependencyInjection.Tests.Unit", "tests\ApacheTech.Common.DependencyInjection.Tests.Unit\ApacheTech.Common.DependencyInjection.Tests.Unit.csproj", "{796DD2BF-60D8-9D35-A3BE-1AA3FF0E019C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D61A61F-5C5C-2DBC-5BA5-93676E4ACE58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D61A61F-5C5C-2DBC-5BA5-93676E4ACE58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D61A61F-5C5C-2DBC-5BA5-93676E4ACE58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D61A61F-5C5C-2DBC-5BA5-93676E4ACE58}.Release|Any CPU.Build.0 = Release|Any CPU
{94F41B57-D760-5691-1F07-24ED914E540D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94F41B57-D760-5691-1F07-24ED914E540D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94F41B57-D760-5691-1F07-24ED914E540D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94F41B57-D760-5691-1F07-24ED914E540D}.Release|Any CPU.Build.0 = Release|Any CPU
{91251A00-BD3F-A6BC-B11B-5F868EB7A4BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91251A00-BD3F-A6BC-B11B-5F868EB7A4BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91251A00-BD3F-A6BC-B11B-5F868EB7A4BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91251A00-BD3F-A6BC-B11B-5F868EB7A4BC}.Release|Any CPU.Build.0 = Release|Any CPU
{796DD2BF-60D8-9D35-A3BE-1AA3FF0E019C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{796DD2BF-60D8-9D35-A3BE-1AA3FF0E019C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{796DD2BF-60D8-9D35-A3BE-1AA3FF0E019C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{796DD2BF-60D8-9D35-A3BE-1AA3FF0E019C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B65743EB-7EEA-4B68-BCBF-E6C8B0D24DBE}
EndGlobalSection
EndGlobal