-
Notifications
You must be signed in to change notification settings - Fork 3
/
Chargily.Pay.sln
28 lines (28 loc) · 1.76 KB
/
Chargily.Pay.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chargily.Pay", "Chargily.Pay\Chargily.Pay.csproj", "{3EE2608B-8050-4310-986B-9E8AEA8110D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chargily.Pay.Testing", "Chargily.Pay.Testing\Chargily.Pay.Testing.csproj", "{53EBA11E-23F6-4E9A-95EA-FFDCF8EB7B21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chargily.Pay.AspNet", "Chargily.Pay.AspNet\Chargily.Pay.AspNet.csproj", "{1881CB7C-0119-4E41-BB05-57317C8BBACB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EE2608B-8050-4310-986B-9E8AEA8110D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EE2608B-8050-4310-986B-9E8AEA8110D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EE2608B-8050-4310-986B-9E8AEA8110D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EE2608B-8050-4310-986B-9E8AEA8110D4}.Release|Any CPU.Build.0 = Release|Any CPU
{53EBA11E-23F6-4E9A-95EA-FFDCF8EB7B21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53EBA11E-23F6-4E9A-95EA-FFDCF8EB7B21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53EBA11E-23F6-4E9A-95EA-FFDCF8EB7B21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53EBA11E-23F6-4E9A-95EA-FFDCF8EB7B21}.Release|Any CPU.Build.0 = Release|Any CPU
{1881CB7C-0119-4E41-BB05-57317C8BBACB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1881CB7C-0119-4E41-BB05-57317C8BBACB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1881CB7C-0119-4E41-BB05-57317C8BBACB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1881CB7C-0119-4E41-BB05-57317C8BBACB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal