forked from iyzico/iyzipay-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Iyzipay.sln
37 lines (37 loc) · 2.03 KB
/
Iyzipay.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.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Iyzipay", "Iyzipay\Iyzipay.csproj", "{5011814A-01E4-4E5F-82FA-5282FF01DA5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Iyzipay.Samples", "Iyzipay.Samples\Iyzipay.Samples.csproj", "{5D8CED86-1B92-412F-951C-B3BB1151AFFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iyzipay.Tests", "Iyzipay.Tests\Iyzipay.Tests.csproj", "{F36BBEA6-93C0-41E8-A324-4F54EB3B5026}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5011814A-01E4-4E5F-82FA-5282FF01DA5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5011814A-01E4-4E5F-82FA-5282FF01DA5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5011814A-01E4-4E5F-82FA-5282FF01DA5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5011814A-01E4-4E5F-82FA-5282FF01DA5D}.Release|Any CPU.Build.0 = Release|Any CPU
{5D8CED86-1B92-412F-951C-B3BB1151AFFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D8CED86-1B92-412F-951C-B3BB1151AFFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D8CED86-1B92-412F-951C-B3BB1151AFFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D8CED86-1B92-412F-951C-B3BB1151AFFA}.Release|Any CPU.Build.0 = Release|Any CPU
{F36BBEA6-93C0-41E8-A324-4F54EB3B5026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F36BBEA6-93C0-41E8-A324-4F54EB3B5026}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F36BBEA6-93C0-41E8-A324-4F54EB3B5026}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F36BBEA6-93C0-41E8-A324-4F54EB3B5026}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFE8ABEE-0BD0-4384-9F41-1ADEF16C37DC}
EndGlobalSection
EndGlobal