-
Notifications
You must be signed in to change notification settings - Fork 0
/
FastDo.VivaWallet.Net.sln
47 lines (47 loc) · 2.4 KB
/
FastDo.VivaWallet.Net.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
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{CF9AFAA8-0F0A-44B9-AC78-FB4505173F02}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2486D8D2-68A8-48B3-82E5-8709B3BDDEDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{65266521-2295-4876-89B2-CD2A73424178}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastDo.VivaWallet.Net", "src\FastDo.VivaWallet.Net\FastDo.VivaWallet.Net.csproj", "{03717771-5B3B-498E-BA49-4ADFC2E1D0F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastDo.VivaWallet.Net.Tests", "tests\FastDo.VivaWallet.Net.Tests\FastDo.VivaWallet.Net.Tests.csproj", "{22CC0E03-ECD0-4AB0-8604-04D3904D5AE1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03717771-5B3B-498E-BA49-4ADFC2E1D0F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03717771-5B3B-498E-BA49-4ADFC2E1D0F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03717771-5B3B-498E-BA49-4ADFC2E1D0F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03717771-5B3B-498E-BA49-4ADFC2E1D0F8}.Release|Any CPU.Build.0 = Release|Any CPU
{22CC0E03-ECD0-4AB0-8604-04D3904D5AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22CC0E03-ECD0-4AB0-8604-04D3904D5AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22CC0E03-ECD0-4AB0-8604-04D3904D5AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22CC0E03-ECD0-4AB0-8604-04D3904D5AE1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03717771-5B3B-498E-BA49-4ADFC2E1D0F8} = {2486D8D2-68A8-48B3-82E5-8709B3BDDEDA}
{22CC0E03-ECD0-4AB0-8604-04D3904D5AE1} = {65266521-2295-4876-89B2-CD2A73424178}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BAF91E4-E093-4EBC-8447-762F1FBCC8EE}
EndGlobalSection
EndGlobal