-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSentdm.sln
More file actions
38 lines (38 loc) · 1.72 KB
/
Sentdm.sln
File metadata and controls
38 lines (38 loc) · 1.72 KB
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
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentdm", "src\Sentdm\Sentdm.csproj", "{5816A0C1-3BA1-454E-8D08-85B23DEF309D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentdm.Tests", "src\Sentdm.Tests\Sentdm.Tests.csproj", "{0732C8A6-7313-4C33-AE2E-FFAA82EFB481}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{93E58BA5-CEFE-447E-AC0C-F2C5BC4C411D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md
.csharpierignore
.editorconfig
.gitignore
LICENSE
README.md
SECURITY.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5816A0C1-3BA1-454E-8D08-85B23DEF309D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5816A0C1-3BA1-454E-8D08-85B23DEF309D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5816A0C1-3BA1-454E-8D08-85B23DEF309D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5816A0C1-3BA1-454E-8D08-85B23DEF309D}.Release|Any CPU.Build.0 = Release|Any CPU
{0732C8A6-7313-4C33-AE2E-FFAA82EFB481}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0732C8A6-7313-4C33-AE2E-FFAA82EFB481}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0732C8A6-7313-4C33-AE2E-FFAA82EFB481}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0732C8A6-7313-4C33-AE2E-FFAA82EFB481}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal