-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathEmailValidation.sln
39 lines (39 loc) · 1.92 KB
/
EmailValidation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmailValidation", "EmailValidation\EmailValidation.csproj", "{DBF70E5A-3CC4-45B6-A54F-1CAC61D420DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{1E605298-914B-41C0-8B84-FE135271C545}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D63618AA-7EEF-44C4-A4A2-42D0E56C955D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBF70E5A-3CC4-45B6-A54F-1CAC61D420DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBF70E5A-3CC4-45B6-A54F-1CAC61D420DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBF70E5A-3CC4-45B6-A54F-1CAC61D420DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBF70E5A-3CC4-45B6-A54F-1CAC61D420DF}.Release|Any CPU.Build.0 = Release|Any CPU
{1E605298-914B-41C0-8B84-FE135271C545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E605298-914B-41C0-8B84-FE135271C545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E605298-914B-41C0-8B84-FE135271C545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E605298-914B-41C0-8B84-FE135271C545}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D7A9907-AF61-41B9-928C-B5676F9D031C}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = EmailValidation\EmailValidation.Net45.csproj
EndGlobalSection
EndGlobal