-
Notifications
You must be signed in to change notification settings - Fork 1
/
DEH-CSV.sln
48 lines (48 loc) · 2.33 KB
/
DEH-CSV.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DEH-CSV", "DEH-CSV\DEH-CSV.csproj", "{9E9166AE-65CE-41E6-9544-BF8626E3AE7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DEH-CSV.Tests", "DEH-CSV.Tests\DEH-CSV.Tests.csproj", "{15B3BF5C-DCE2-4FDB-B4AE-CADC1D8E65B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A5BF998-2249-4E13-980F-95B326A2F6A9}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
coverlet.runsettings = coverlet.runsettings
LICENSE = LICENSE
NOTICE = NOTICE
Nuget.Config = Nuget.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{9F048FBD-6AC5-4DD4-B91B-271A9C4B5488}"
ProjectSection(SolutionItems) = preProject
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E9166AE-65CE-41E6-9544-BF8626E3AE7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E9166AE-65CE-41E6-9544-BF8626E3AE7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E9166AE-65CE-41E6-9544-BF8626E3AE7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E9166AE-65CE-41E6-9544-BF8626E3AE7B}.Release|Any CPU.Build.0 = Release|Any CPU
{15B3BF5C-DCE2-4FDB-B4AE-CADC1D8E65B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15B3BF5C-DCE2-4FDB-B4AE-CADC1D8E65B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15B3BF5C-DCE2-4FDB-B4AE-CADC1D8E65B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15B3BF5C-DCE2-4FDB-B4AE-CADC1D8E65B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C5501F0-AFB7-49FE-A9A0-9A6062A97BD3}
EndGlobalSection
EndGlobal