-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCyberPay.sln
37 lines (37 loc) · 2.04 KB
/
CyberPay.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CyberPay.Cmd", "CyberPay.Cmd\CyberPay.Cmd.csproj", "{F9609025-0E3F-4265-90E8-54CC762D3E29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CyberPay.App", "CyberPay.App\CyberPay.App.csproj", "{739C3DA9-0830-42AF-9D0A-61B3393E97C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CyberPay.WebApp", "CyberPay.WebApp\CyberPay.WebApp.csproj", "{C016EFA6-E6CF-401E-AB5E-A0BA95D55B7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9609025-0E3F-4265-90E8-54CC762D3E29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9609025-0E3F-4265-90E8-54CC762D3E29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9609025-0E3F-4265-90E8-54CC762D3E29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9609025-0E3F-4265-90E8-54CC762D3E29}.Release|Any CPU.Build.0 = Release|Any CPU
{739C3DA9-0830-42AF-9D0A-61B3393E97C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{739C3DA9-0830-42AF-9D0A-61B3393E97C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{739C3DA9-0830-42AF-9D0A-61B3393E97C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{739C3DA9-0830-42AF-9D0A-61B3393E97C9}.Release|Any CPU.Build.0 = Release|Any CPU
{C016EFA6-E6CF-401E-AB5E-A0BA95D55B7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C016EFA6-E6CF-401E-AB5E-A0BA95D55B7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C016EFA6-E6CF-401E-AB5E-A0BA95D55B7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C016EFA6-E6CF-401E-AB5E-A0BA95D55B7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26C90732-F343-4CA2-A17C-543E203116BB}
EndGlobalSection
EndGlobal