-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdnsshe.sln
54 lines (54 loc) · 2.65 KB
/
dnsshe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NN.Dnsshe", "NN.Dnsshe\NN.Dnsshe.csproj", "{D5A5F9DB-2C15-4A7F-8BFA-745D43906D39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NN.Dnsshe.Tests", "NN.Dnsshe.Tests\NN.Dnsshe.Tests.csproj", "{762989AC-049C-4C34-A974-DD37822ED3E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABF0640C-D501-4CBB-ADE4-CF5A1ABA6C89}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
Directory.Build.props = Directory.Build.props
dnsshe.sln.DotSettings = dnsshe.sln.DotSettings
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{3A3FC27F-A0A3-48D3-85E0-26F9730908DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5E6F36EA-6DBB-447A-B3D3-0C91F65849AD}"
ProjectSection(SolutionItems) = preProject
.github\workflows\github-actions-build.yml = .github\workflows\github-actions-build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5A5F9DB-2C15-4A7F-8BFA-745D43906D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5A5F9DB-2C15-4A7F-8BFA-745D43906D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5A5F9DB-2C15-4A7F-8BFA-745D43906D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5A5F9DB-2C15-4A7F-8BFA-745D43906D39}.Release|Any CPU.Build.0 = Release|Any CPU
{762989AC-049C-4C34-A974-DD37822ED3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{762989AC-049C-4C34-A974-DD37822ED3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{762989AC-049C-4C34-A974-DD37822ED3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{762989AC-049C-4C34-A974-DD37822ED3E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3A3FC27F-A0A3-48D3-85E0-26F9730908DE} = {ABF0640C-D501-4CBB-ADE4-CF5A1ABA6C89}
{5E6F36EA-6DBB-447A-B3D3-0C91F65849AD} = {3A3FC27F-A0A3-48D3-85E0-26F9730908DE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0272D4D1-0811-4E4F-8648-87604513B359}
EndGlobalSection
EndGlobal