-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCore.sln
More file actions
69 lines (69 loc) · 4.51 KB
/
Copy pathCore.sln
File metadata and controls
69 lines (69 loc) · 4.51 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abstractions", "Abstractions\Abstractions.csproj", "{D99B16D4-829F-47F9-8530-EAF517BDAB70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration", "Configuration\Configuration.csproj", "{9DD88232-D15B-44A3-8F28-F4C37245E49A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration.DotNet", "Configuration.DotNet\Configuration.DotNet.csproj", "{D70FB0E8-6D9F-474E-A23C-3DA7AA4618CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configuration.Json", "Configuration.Json\Configuration.Json.csproj", "{2259E597-781E-425A-B165-59D8C700C323}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyInjection", "DependencyInjection\DependencyInjection.csproj", "{8F4C4C50-C046-499A-AD78-2E55F51A123A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{AA9700AD-96A0-40BD-8BCA-55870B8C6706}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{230E597F-EC69-4367-8339-C4A87EB042E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{228FD88C-8D4F-4C53-8493-F3E6D324AA17}"
ProjectSection(SolutionItems) = preProject
tofx.Core.Abstractions.nuspec = tofx.Core.Abstractions.nuspec
tofx.Core.Configuration.DotNet.nuspec = tofx.Core.Configuration.DotNet.nuspec
tofx.Core.Configuration.Json.nuspec = tofx.Core.Configuration.Json.nuspec
tofx.Core.Configuration.nuspec = tofx.Core.Configuration.nuspec
tofx.Core.DependencyInjection.nuspec = tofx.Core.DependencyInjection.nuspec
tofx.Core.Infrastructure.nuspec = tofx.Core.Infrastructure.nuspec
tofx.Core.Utils.nuspec = tofx.Core.Utils.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D99B16D4-829F-47F9-8530-EAF517BDAB70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D99B16D4-829F-47F9-8530-EAF517BDAB70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D99B16D4-829F-47F9-8530-EAF517BDAB70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D99B16D4-829F-47F9-8530-EAF517BDAB70}.Release|Any CPU.Build.0 = Release|Any CPU
{9DD88232-D15B-44A3-8F28-F4C37245E49A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DD88232-D15B-44A3-8F28-F4C37245E49A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DD88232-D15B-44A3-8F28-F4C37245E49A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DD88232-D15B-44A3-8F28-F4C37245E49A}.Release|Any CPU.Build.0 = Release|Any CPU
{D70FB0E8-6D9F-474E-A23C-3DA7AA4618CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D70FB0E8-6D9F-474E-A23C-3DA7AA4618CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D70FB0E8-6D9F-474E-A23C-3DA7AA4618CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D70FB0E8-6D9F-474E-A23C-3DA7AA4618CD}.Release|Any CPU.Build.0 = Release|Any CPU
{2259E597-781E-425A-B165-59D8C700C323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2259E597-781E-425A-B165-59D8C700C323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2259E597-781E-425A-B165-59D8C700C323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2259E597-781E-425A-B165-59D8C700C323}.Release|Any CPU.Build.0 = Release|Any CPU
{8F4C4C50-C046-499A-AD78-2E55F51A123A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F4C4C50-C046-499A-AD78-2E55F51A123A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F4C4C50-C046-499A-AD78-2E55F51A123A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F4C4C50-C046-499A-AD78-2E55F51A123A}.Release|Any CPU.Build.0 = Release|Any CPU
{AA9700AD-96A0-40BD-8BCA-55870B8C6706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA9700AD-96A0-40BD-8BCA-55870B8C6706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA9700AD-96A0-40BD-8BCA-55870B8C6706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA9700AD-96A0-40BD-8BCA-55870B8C6706}.Release|Any CPU.Build.0 = Release|Any CPU
{230E597F-EC69-4367-8339-C4A87EB042E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{230E597F-EC69-4367-8339-C4A87EB042E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{230E597F-EC69-4367-8339-C4A87EB042E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{230E597F-EC69-4367-8339-C4A87EB042E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal