-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathKiwify.API.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
Kiwify.API.sln
File metadata and controls
37 lines (37 loc) · 2.04 KB
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 Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kiwify.API", "Kiwify.API\Kiwify.API.csproj", "{8A55EDDC-9317-494C-9B14-60E7FE0FA825}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kiwify.Core", "Kiwify.Core\Kiwify.Core.csproj", "{A3CA4FAE-4285-43F3-B617-7E9B198DC536}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfectPay.Library", "PerfectPay.Library\PerfectPay.Library.csproj", "{8AE23939-D3F2-4652-915B-BBE41C735BE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A55EDDC-9317-494C-9B14-60E7FE0FA825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A55EDDC-9317-494C-9B14-60E7FE0FA825}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A55EDDC-9317-494C-9B14-60E7FE0FA825}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A55EDDC-9317-494C-9B14-60E7FE0FA825}.Release|Any CPU.Build.0 = Release|Any CPU
{A3CA4FAE-4285-43F3-B617-7E9B198DC536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3CA4FAE-4285-43F3-B617-7E9B198DC536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3CA4FAE-4285-43F3-B617-7E9B198DC536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3CA4FAE-4285-43F3-B617-7E9B198DC536}.Release|Any CPU.Build.0 = Release|Any CPU
{8AE23939-D3F2-4652-915B-BBE41C735BE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AE23939-D3F2-4652-915B-BBE41C735BE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AE23939-D3F2-4652-915B-BBE41C735BE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AE23939-D3F2-4652-915B-BBE41C735BE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C017E87B-D5D8-4364-A628-07FA7BAC3414}
EndGlobalSection
EndGlobal