-
Notifications
You must be signed in to change notification settings - Fork 0
/
NipValidator.sln
41 lines (41 loc) · 2.16 KB
/
NipValidator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E2E980D8-7941-4CBB-B070-122D3D955CAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NipValidator", "src\NipValidator\NipValidator.csproj", "{B4C38506-D4E5-4CD3-A90C-FDEAEB0B05BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8A73CFF1-7272-4AB9-B252-301947C45000}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{B8B768C8-9172-42DB-A3B6-76C27E9F9732}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NipValidatorTests", "tests\NipValidatorTests\NipValidatorTests.csproj", "{87D870E3-AB59-449C-96D9-F07A288B9107}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4C38506-D4E5-4CD3-A90C-FDEAEB0B05BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4C38506-D4E5-4CD3-A90C-FDEAEB0B05BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4C38506-D4E5-4CD3-A90C-FDEAEB0B05BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4C38506-D4E5-4CD3-A90C-FDEAEB0B05BA}.Release|Any CPU.Build.0 = Release|Any CPU
{87D870E3-AB59-449C-96D9-F07A288B9107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87D870E3-AB59-449C-96D9-F07A288B9107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87D870E3-AB59-449C-96D9-F07A288B9107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87D870E3-AB59-449C-96D9-F07A288B9107}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B4C38506-D4E5-4CD3-A90C-FDEAEB0B05BA} = {E2E980D8-7941-4CBB-B070-122D3D955CAD}
{87D870E3-AB59-449C-96D9-F07A288B9107} = {8A73CFF1-7272-4AB9-B252-301947C45000}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D5E53C5A-32D8-4C08-BD41-F2BCF550A481}
EndGlobalSection
EndGlobal