This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
MpesaLibrary.sln
37 lines (37 loc) · 1.54 KB
/
MpesaLibrary.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.28315.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MpesaLib", "src\MpesaLib\MpesaLib.csproj", "{C780CBA5-DDED-4311-B829-16FDF97F163E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9372EA7C-3B1B-4E16-A108-6E1F0B7C23BD}"
ProjectSection(SolutionItems) = preProject
MpesaLib.nuspec = MpesaLib.nuspec
version.json = version.json
EndProjectSection
ProjectSection(FolderGlobals) = preProject
__JSONSchema =
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C780CBA5-DDED-4311-B829-16FDF97F163E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C780CBA5-DDED-4311-B829-16FDF97F163E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C780CBA5-DDED-4311-B829-16FDF97F163E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C780CBA5-DDED-4311-B829-16FDF97F163E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C780CBA5-DDED-4311-B829-16FDF97F163E} = {9372EA7C-3B1B-4E16-A108-6E1F0B7C23BD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF2D71E1-E089-4701-96B8-A55DE41A7751}
EndGlobalSection
EndGlobal