forked from janv8000/IbanValidation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIbanValidation.sln
49 lines (49 loc) · 2.58 KB
/
IbanValidation.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
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IbanValidation", "IbanValidation\IbanValidation.csproj", "{2547B873-E57B-4C24-A32C-56CDE61C60DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IbanValidation.Web", "IbanValidation.Web\IbanValidation.Web.csproj", "{EB4271B3-9F05-413A-99C2-9793F139DDC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IbanValidation.TestFixtures", "IbanValidation.TestFixtures\IbanValidation.TestFixtures.csproj", "{8A594B60-3C04-4D96-AF28-C14E89428352}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D241C701-F09E-4A7A-9F63-89F8C036E0B8}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FCE41492-EE40-4787-9CE7-F13A36EB891B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2547B873-E57B-4C24-A32C-56CDE61C60DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2547B873-E57B-4C24-A32C-56CDE61C60DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2547B873-E57B-4C24-A32C-56CDE61C60DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2547B873-E57B-4C24-A32C-56CDE61C60DD}.Release|Any CPU.Build.0 = Release|Any CPU
{EB4271B3-9F05-413A-99C2-9793F139DDC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB4271B3-9F05-413A-99C2-9793F139DDC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB4271B3-9F05-413A-99C2-9793F139DDC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB4271B3-9F05-413A-99C2-9793F139DDC3}.Release|Any CPU.Build.0 = Release|Any CPU
{8A594B60-3C04-4D96-AF28-C14E89428352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A594B60-3C04-4D96-AF28-C14E89428352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A594B60-3C04-4D96-AF28-C14E89428352}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A594B60-3C04-4D96-AF28-C14E89428352}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal