-
Notifications
You must be signed in to change notification settings - Fork 5
/
Sandra.SimpleValidator.sln
32 lines (32 loc) · 1.76 KB
/
Sandra.SimpleValidator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandra.SimpleValidator", "src\Sandra.SimpleValidator\Sandra.SimpleValidator.csproj", "{68DCD5E0-3FCA-4897-9004-22BE8727192B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandra.SimpleValidator.Tests", "tests\Sandra.SimpleValidator.Tests\Sandra.SimpleValidator.Tests.csproj", "{0C6F1DDB-FB22-4516-94D6-D0142B717A17}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Things", "Things", "{06AB0BF1-522E-48D3-80AB-EC9E0E5E97CA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
.gitignore = .gitignore
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68DCD5E0-3FCA-4897-9004-22BE8727192B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68DCD5E0-3FCA-4897-9004-22BE8727192B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68DCD5E0-3FCA-4897-9004-22BE8727192B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68DCD5E0-3FCA-4897-9004-22BE8727192B}.Release|Any CPU.Build.0 = Release|Any CPU
{0C6F1DDB-FB22-4516-94D6-D0142B717A17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C6F1DDB-FB22-4516-94D6-D0142B717A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C6F1DDB-FB22-4516-94D6-D0142B717A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C6F1DDB-FB22-4516-94D6-D0142B717A17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal