-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDirLister.sln
64 lines (64 loc) · 3.65 KB
/
DirLister.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
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirLister.Core", "DirLister.Core\DirLister.Core.csproj", "{FA37B9DD-98FB-4976-BA6F-6C57137EF6D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{572181EE-738E-4894-9305-4F5E178D247B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirLister.Core.Tests", "Tests\DirLister.Core.Tests\DirLister.Core.Tests.csproj", "{8305FA79-5B08-4266-A9AC-2ECA859CDE15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{1C02106B-EE71-49CD-B971-01937F1B397C}"
ProjectSection(SolutionItems) = preProject
favicon.ico = favicon.ico
LICENSE = LICENSE
readme.md = readme.md
readme.pre.md = readme.pre.md
Version.txt = Version.txt
VersionHistory.html = VersionHistory.html
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirLister.UI", "DirLister.UI\DirLister.UI.csproj", "{99BCB95A-0895-49BF-92EC-C6710224444E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{30C0EB98-D796-4144-8AC3-ECCD42400A19}"
ProjectSection(SolutionItems) = preProject
docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.csv = docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.csv
docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.html = docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.html
docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.json = docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.json
docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.md = docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.md
docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.txt = docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.txt
docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.xml = docs\DirLister.2019-02-22_14-32-27.C_DirListerTest.xml
docs\readme.md = docs\readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA37B9DD-98FB-4976-BA6F-6C57137EF6D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA37B9DD-98FB-4976-BA6F-6C57137EF6D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA37B9DD-98FB-4976-BA6F-6C57137EF6D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA37B9DD-98FB-4976-BA6F-6C57137EF6D1}.Release|Any CPU.Build.0 = Release|Any CPU
{8305FA79-5B08-4266-A9AC-2ECA859CDE15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8305FA79-5B08-4266-A9AC-2ECA859CDE15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8305FA79-5B08-4266-A9AC-2ECA859CDE15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8305FA79-5B08-4266-A9AC-2ECA859CDE15}.Release|Any CPU.Build.0 = Release|Any CPU
{99BCB95A-0895-49BF-92EC-C6710224444E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99BCB95A-0895-49BF-92EC-C6710224444E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99BCB95A-0895-49BF-92EC-C6710224444E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99BCB95A-0895-49BF-92EC-C6710224444E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8305FA79-5B08-4266-A9AC-2ECA859CDE15} = {572181EE-738E-4894-9305-4F5E178D247B}
{30C0EB98-D796-4144-8AC3-ECCD42400A19} = {1C02106B-EE71-49CD-B971-01937F1B397C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93EE51C7-3B6F-4EFE-A53B-977458248E0E}
EndGlobalSection
EndGlobal