-
Notifications
You must be signed in to change notification settings - Fork 67
/
Thisisnabi.DigitalWallet.sln
58 lines (58 loc) · 3.53 KB
/
Thisisnabi.DigitalWallet.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
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{059A3FB7-BD06-4EB2-83D3-CE3DCA7DCDCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{BFF6B2F1-63BA-4FD3-83B6-66C89CB26332}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalWallet", "src\DigitalWallet\DigitalWallet.csproj", "{22E90686-370A-4D58-AB9E-09AE0B93910C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalWallet.FunctionalTests", "tests\DigitalWallet.FunctionalTests\DigitalWallet.FunctionalTests.csproj", "{3000CCEC-4422-4E35-974C-7CDE960709E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalWallet.IntegrationTests", "tests\DigitalWallet.IntegrationTests\DigitalWallet.IntegrationTests.csproj", "{EAD28F87-3A25-4933-8502-01001B61E5F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalWallet.UnitTests", "tests\DigitalWallet.UnitTests\DigitalWallet.UnitTests.csproj", "{0DB13A08-98A6-4C17-AA75-A48F60DA320F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{9D7A260D-0D1C-40CF-AE97-7119710CCEEB}"
ProjectSection(SolutionItems) = preProject
Directory.build.props = Directory.build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22E90686-370A-4D58-AB9E-09AE0B93910C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22E90686-370A-4D58-AB9E-09AE0B93910C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22E90686-370A-4D58-AB9E-09AE0B93910C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22E90686-370A-4D58-AB9E-09AE0B93910C}.Release|Any CPU.Build.0 = Release|Any CPU
{3000CCEC-4422-4E35-974C-7CDE960709E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3000CCEC-4422-4E35-974C-7CDE960709E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3000CCEC-4422-4E35-974C-7CDE960709E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3000CCEC-4422-4E35-974C-7CDE960709E7}.Release|Any CPU.Build.0 = Release|Any CPU
{EAD28F87-3A25-4933-8502-01001B61E5F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAD28F87-3A25-4933-8502-01001B61E5F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAD28F87-3A25-4933-8502-01001B61E5F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAD28F87-3A25-4933-8502-01001B61E5F0}.Release|Any CPU.Build.0 = Release|Any CPU
{0DB13A08-98A6-4C17-AA75-A48F60DA320F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DB13A08-98A6-4C17-AA75-A48F60DA320F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DB13A08-98A6-4C17-AA75-A48F60DA320F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DB13A08-98A6-4C17-AA75-A48F60DA320F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{22E90686-370A-4D58-AB9E-09AE0B93910C} = {059A3FB7-BD06-4EB2-83D3-CE3DCA7DCDCD}
{3000CCEC-4422-4E35-974C-7CDE960709E7} = {BFF6B2F1-63BA-4FD3-83B6-66C89CB26332}
{EAD28F87-3A25-4933-8502-01001B61E5F0} = {BFF6B2F1-63BA-4FD3-83B6-66C89CB26332}
{0DB13A08-98A6-4C17-AA75-A48F60DA320F} = {BFF6B2F1-63BA-4FD3-83B6-66C89CB26332}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC1E4672-BC3D-4B5D-9280-31617BA4D939}
EndGlobalSection
EndGlobal