-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathArmut.Iyzipay.sln
46 lines (46 loc) · 2.62 KB
/
Armut.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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D93347FF-5158-4582-AA74-1F809562897F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E41420DA-28E9-41AA-97E3-DA7B4497FC17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Armut.Iyzipay", "src\Iyzipay\Armut.Iyzipay.csproj", "{E625E004-6120-4E5A-B7B6-732812A87BA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Armut.Iyzipay.Samples", "tests\Iyzipay.Samples\Armut.Iyzipay.Samples.csproj", "{833AB893-D7A0-4128-A18A-F96E2C556847}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Armut.Iyzipay.Tests", "tests\Iyzipay.Tests\Armut.Iyzipay.Tests.csproj", "{EB5FCDB7-0DFD-4032-9AB4-884BFFB4F250}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E625E004-6120-4E5A-B7B6-732812A87BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E625E004-6120-4E5A-B7B6-732812A87BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E625E004-6120-4E5A-B7B6-732812A87BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E625E004-6120-4E5A-B7B6-732812A87BA1}.Release|Any CPU.Build.0 = Release|Any CPU
{833AB893-D7A0-4128-A18A-F96E2C556847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{833AB893-D7A0-4128-A18A-F96E2C556847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{833AB893-D7A0-4128-A18A-F96E2C556847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{833AB893-D7A0-4128-A18A-F96E2C556847}.Release|Any CPU.Build.0 = Release|Any CPU
{EB5FCDB7-0DFD-4032-9AB4-884BFFB4F250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB5FCDB7-0DFD-4032-9AB4-884BFFB4F250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB5FCDB7-0DFD-4032-9AB4-884BFFB4F250}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB5FCDB7-0DFD-4032-9AB4-884BFFB4F250}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E625E004-6120-4E5A-B7B6-732812A87BA1} = {D93347FF-5158-4582-AA74-1F809562897F}
{833AB893-D7A0-4128-A18A-F96E2C556847} = {E41420DA-28E9-41AA-97E3-DA7B4497FC17}
{EB5FCDB7-0DFD-4032-9AB4-884BFFB4F250} = {E41420DA-28E9-41AA-97E3-DA7B4497FC17}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFE8ABEE-0BD0-4384-9F41-1ADEF16C37DC}
EndGlobalSection
EndGlobal