-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDependra.sln
38 lines (38 loc) · 2.2 KB
/
Dependra.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dependra", "src\Dependra\Dependra.csproj", "{56E4AD41-0F8D-40BE-AE17-A4E5B3536323}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dependra.CoreTests", "tests\Dependra.CoreTests\Dependra.CoreTests.csproj", "{89F08132-F2CB-4E83-B752-C3A593B5CDCC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C4DD7333-6630-4C9D-8768-6DC77AA6E924}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{A0DDA072-6F17-4160-9E3C-17424446177F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dependra.Cli", "src\Dependra.Cli\Dependra.Cli.csproj", "{75CDA74A-70B4-43F8-868C-10C46CEA66C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56E4AD41-0F8D-40BE-AE17-A4E5B3536323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56E4AD41-0F8D-40BE-AE17-A4E5B3536323}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56E4AD41-0F8D-40BE-AE17-A4E5B3536323}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56E4AD41-0F8D-40BE-AE17-A4E5B3536323}.Release|Any CPU.Build.0 = Release|Any CPU
{89F08132-F2CB-4E83-B752-C3A593B5CDCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F08132-F2CB-4E83-B752-C3A593B5CDCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F08132-F2CB-4E83-B752-C3A593B5CDCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F08132-F2CB-4E83-B752-C3A593B5CDCC}.Release|Any CPU.Build.0 = Release|Any CPU
{75CDA74A-70B4-43F8-868C-10C46CEA66C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75CDA74A-70B4-43F8-868C-10C46CEA66C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75CDA74A-70B4-43F8-868C-10C46CEA66C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75CDA74A-70B4-43F8-868C-10C46CEA66C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89F08132-F2CB-4E83-B752-C3A593B5CDCC} = {C4DD7333-6630-4C9D-8768-6DC77AA6E924}
EndGlobalSection
EndGlobal