-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdngrep.sln
85 lines (85 loc) · 5.32 KB
/
dngrep.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dngrep.tool", "dngrep.tool\dngrep.tool.csproj", "{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dngrep.core", "dngrep.core\dngrep.core.csproj", "{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dngrep.core.xunit", "dngrep.core.xunit\dngrep.core.xunit.csproj", "{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dngrep.tool.xunit", "dngrep.tool.xunit\dngrep.tool.xunit.csproj", "{8539640E-E82C-4FFA-BD22-95B2D7DD993B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5E61C1D4-7174-4260-9A18-1212280A1459}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Debug|x64.ActiveCfg = Debug|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Debug|x64.Build.0 = Debug|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Debug|x86.ActiveCfg = Debug|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Debug|x86.Build.0 = Debug|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Release|Any CPU.Build.0 = Release|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Release|x64.ActiveCfg = Release|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Release|x64.Build.0 = Release|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Release|x86.ActiveCfg = Release|Any CPU
{FB4F06A4-CF95-40A6-AE1E-8BEDEA816ECC}.Release|x86.Build.0 = Release|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Debug|x64.ActiveCfg = Debug|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Debug|x64.Build.0 = Debug|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Debug|x86.ActiveCfg = Debug|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Debug|x86.Build.0 = Debug|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Release|Any CPU.Build.0 = Release|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Release|x64.ActiveCfg = Release|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Release|x64.Build.0 = Release|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Release|x86.ActiveCfg = Release|Any CPU
{8E973E72-B167-48EC-9CC1-1FAE3BD8BC76}.Release|x86.Build.0 = Release|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Debug|x64.ActiveCfg = Debug|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Debug|x64.Build.0 = Debug|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Debug|x86.ActiveCfg = Debug|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Debug|x86.Build.0 = Debug|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Release|Any CPU.Build.0 = Release|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Release|x64.ActiveCfg = Release|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Release|x64.Build.0 = Release|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Release|x86.ActiveCfg = Release|Any CPU
{A63125EF-1542-4EFB-8EE0-B7AF3FD40326}.Release|x86.Build.0 = Release|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Debug|x64.ActiveCfg = Debug|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Debug|x64.Build.0 = Debug|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Debug|x86.ActiveCfg = Debug|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Debug|x86.Build.0 = Debug|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Release|Any CPU.Build.0 = Release|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Release|x64.ActiveCfg = Release|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Release|x64.Build.0 = Release|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Release|x86.ActiveCfg = Release|Any CPU
{8539640E-E82C-4FFA-BD22-95B2D7DD993B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01FB2C73-EA33-4766-8757-AD5E57AE5B4C}
EndGlobalSection
EndGlobal