-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dgmjr.Abstractions.sln
56 lines (56 loc) · 3.38 KB
/
Dgmjr.Abstractions.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
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B283EBC2-E01F-412D-9339-FD56EF114549}"
ProjectSection(SolutionItems) = preProject
..\..\..\Directory.Build.props = ..\..\..\Directory.Build.props
..\..\..\Directory.Build.targets = ..\..\..\Directory.Build.targets
..\..\..\global.json = ..\..\..\global.json
..\..\..\Packages\Versions.Local.props = ..\..\..\Packages\Versions.Local.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dgmjr.ComponentModel", "..\ComponentModel\Dgmjr.ComponentModel.csproj", "{C5218B5F-7A8E-474D-B7BD-3C8369309861}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dgmjr.Abstractions", "Dgmjr.Abstractions.csproj", "{A2F9676F-D2B3-436D-99A7-68FF47AC8741}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Local|Any CPU = Local|Any CPU
Debug|Any CPU = Debug|Any CPU
Testing|Any CPU = Testing|Any CPU
Staging|Any CPU = Staging|Any CPU
Production|Any CPU = Production|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Local|Any CPU.ActiveCfg = Local|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Local|Any CPU.Build.0 = Local|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Testing|Any CPU.ActiveCfg = Testing|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Testing|Any CPU.Build.0 = Testing|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Staging|Any CPU.ActiveCfg = Staging|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Staging|Any CPU.Build.0 = Staging|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Production|Any CPU.ActiveCfg = Local|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Production|Any CPU.Build.0 = Local|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5218B5F-7A8E-474D-B7BD-3C8369309861}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Local|Any CPU.ActiveCfg = Local|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Local|Any CPU.Build.0 = Local|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Testing|Any CPU.ActiveCfg = Testing|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Testing|Any CPU.Build.0 = Testing|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Staging|Any CPU.ActiveCfg = Staging|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Staging|Any CPU.Build.0 = Staging|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Production|Any CPU.ActiveCfg = Local|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Production|Any CPU.Build.0 = Local|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F9676F-D2B3-436D-99A7-68FF47AC8741}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01F9810E-EBD5-47F1-B330-96079051631F}
EndGlobalSection
EndGlobal