forked from bmbsqd/saferpay-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaferpay.sln
executable file
·40 lines (40 loc) · 2.45 KB
/
saferpay.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SaferPay.Tests", "SaferPay.Tests\SaferPay.Tests.xproj", "{EEEEEFD6-E6F9-4175-9AF7-B8225E6204C4}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SaferPay", "SaferPay\SaferPay.xproj", "{AA234FDA-E6F9-4175-9AF7-B8225E6204C4}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SaferPay.Real.Tests", "SaferPay.Real.Tests\SaferPay.Real.Tests.xproj", "{0423B234-968F-496D-BDC1-9417DB81B634}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SaferPay.Tests.Shared", "SaferPay.Tests.Shared\SaferPay.Tests.Shared.xproj", "{2DCC2D02-1DC6-457F-BC95-9173C32D4DF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEEEEFD6-E6F9-4175-9AF7-B8225E6204C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEEEEFD6-E6F9-4175-9AF7-B8225E6204C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEEEEFD6-E6F9-4175-9AF7-B8225E6204C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEEEEFD6-E6F9-4175-9AF7-B8225E6204C4}.Release|Any CPU.Build.0 = Release|Any CPU
{AA234FDA-E6F9-4175-9AF7-B8225E6204C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA234FDA-E6F9-4175-9AF7-B8225E6204C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA234FDA-E6F9-4175-9AF7-B8225E6204C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA234FDA-E6F9-4175-9AF7-B8225E6204C4}.Release|Any CPU.Build.0 = Release|Any CPU
{0423B234-968F-496D-BDC1-9417DB81B634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0423B234-968F-496D-BDC1-9417DB81B634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0423B234-968F-496D-BDC1-9417DB81B634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0423B234-968F-496D-BDC1-9417DB81B634}.Release|Any CPU.Build.0 = Release|Any CPU
{2DCC2D02-1DC6-457F-BC95-9173C32D4DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DCC2D02-1DC6-457F-BC95-9173C32D4DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DCC2D02-1DC6-457F-BC95-9173C32D4DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DCC2D02-1DC6-457F-BC95-9173C32D4DF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal