-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIDNumberValidation.sln
More file actions
45 lines (45 loc) · 2.48 KB
/
IDNumberValidation.sln
File metadata and controls
45 lines (45 loc) · 2.48 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
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IDNumberValidation", "src\IDNumberValidation\IDNumberValidation.csproj", "{18024DC3-D63D-433F-87EB-0E884450305C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A0234881-54C8-4764-8DEA-CBFAED411BA9}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{27E64C26-5252-4883-ABD5-92E9A47D6B0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IDNumberValidation.Tests", "src\IDNumberValidation.Tests\IDNumberValidation.Tests.csproj", "{908D3387-B86E-4EA8-8042-05D97E8AB66B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoConsoleApp", "src\DemoConsoleApp\DemoConsoleApp.csproj", "{92F69401-D214-401B-ABCF-23540E28A22E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18024DC3-D63D-433F-87EB-0E884450305C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18024DC3-D63D-433F-87EB-0E884450305C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18024DC3-D63D-433F-87EB-0E884450305C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18024DC3-D63D-433F-87EB-0E884450305C}.Release|Any CPU.Build.0 = Release|Any CPU
{908D3387-B86E-4EA8-8042-05D97E8AB66B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{908D3387-B86E-4EA8-8042-05D97E8AB66B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{908D3387-B86E-4EA8-8042-05D97E8AB66B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{908D3387-B86E-4EA8-8042-05D97E8AB66B}.Release|Any CPU.Build.0 = Release|Any CPU
{92F69401-D214-401B-ABCF-23540E28A22E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92F69401-D214-401B-ABCF-23540E28A22E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92F69401-D214-401B-ABCF-23540E28A22E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F69401-D214-401B-ABCF-23540E28A22E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{908D3387-B86E-4EA8-8042-05D97E8AB66B} = {27E64C26-5252-4883-ABD5-92E9A47D6B0D}
EndGlobalSection
EndGlobal