-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpayuni.sln
37 lines (37 loc) · 2 KB
/
payuni.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 Version 16
VisualStudioVersion = 16.0.32901.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testuni", "testuni\testuni.csproj", "{39418C1C-EFAB-496B-B2F7-9C8B77005337}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "payuniSDK", "payuniSDK\payuniSDK.csproj", "{72974FC0-6CD1-43AA-AF45-D53107963BEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example", "example\example.csproj", "{166C222F-3922-4B49-B558-952709F1790A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39418C1C-EFAB-496B-B2F7-9C8B77005337}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39418C1C-EFAB-496B-B2F7-9C8B77005337}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39418C1C-EFAB-496B-B2F7-9C8B77005337}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39418C1C-EFAB-496B-B2F7-9C8B77005337}.Release|Any CPU.Build.0 = Release|Any CPU
{72974FC0-6CD1-43AA-AF45-D53107963BEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72974FC0-6CD1-43AA-AF45-D53107963BEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72974FC0-6CD1-43AA-AF45-D53107963BEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72974FC0-6CD1-43AA-AF45-D53107963BEF}.Release|Any CPU.Build.0 = Release|Any CPU
{166C222F-3922-4B49-B558-952709F1790A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{166C222F-3922-4B49-B558-952709F1790A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{166C222F-3922-4B49-B558-952709F1790A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{166C222F-3922-4B49-B558-952709F1790A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F275382-3F86-4497-91E7-C762B47CEA35}
EndGlobalSection
EndGlobal