-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotNetValidator.sln
37 lines (37 loc) · 2.14 KB
/
DotNetValidator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetValidator.C.Test", "DotNetValidator.Console.Test\DotNetValidator.C.Test.csproj", "{78090731-EDF1-460C-B199-D03F02929326}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetValidator.Framework", "DotNetValidator.Framework\DotNetValidator.Framework.csproj", "{00A381AC-B764-420B-8C07-A60B7430B71C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetValidator.Standard", "DotNetValidator.Standard\DotNetValidator.Standard.csproj", "{C8A2656B-0A4F-418B-859F-34EEB461649B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78090731-EDF1-460C-B199-D03F02929326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78090731-EDF1-460C-B199-D03F02929326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78090731-EDF1-460C-B199-D03F02929326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78090731-EDF1-460C-B199-D03F02929326}.Release|Any CPU.Build.0 = Release|Any CPU
{00A381AC-B764-420B-8C07-A60B7430B71C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00A381AC-B764-420B-8C07-A60B7430B71C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00A381AC-B764-420B-8C07-A60B7430B71C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00A381AC-B764-420B-8C07-A60B7430B71C}.Release|Any CPU.Build.0 = Release|Any CPU
{C8A2656B-0A4F-418B-859F-34EEB461649B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A2656B-0A4F-418B-859F-34EEB461649B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A2656B-0A4F-418B-859F-34EEB461649B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A2656B-0A4F-418B-859F-34EEB461649B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE3453CB-DBF7-49C2-BA62-DD31B6386F0C}
EndGlobalSection
EndGlobal