-
Notifications
You must be signed in to change notification settings - Fork 1
/
BancoBr.sln
59 lines (59 loc) · 3.39 KB
/
BancoBr.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
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BancoBr.Tests", "tests\BancoBr.Tests\BancoBr.Tests.csproj", "{84E644E6-6685-4D05-BEB6-BA92254094C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AA302326-C696-4F52-B276-9B07747F9A5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AC436793-BF34-421A-8F1B-8EE02F383B55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BancoBr.Common", "src\BancoBr.Common\BancoBr.Common.csproj", "{423E84E8-0AB8-4A3D-97B8-09D6D0A106EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BancoBr.API", "src\BancoBr.API\BancoBr.API.csproj", "{42C35732-AA59-4F60-A386-D831E97B062B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BancoBr.CNAB", "src\BancoBr.CNAB\BancoBr.CNAB.csproj", "{CA0FD2BB-DF05-4844-B6AE-8D6E27CEF9B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5D684AF-6E6C-415E-A56F-B6762A57F431}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84E644E6-6685-4D05-BEB6-BA92254094C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84E644E6-6685-4D05-BEB6-BA92254094C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84E644E6-6685-4D05-BEB6-BA92254094C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84E644E6-6685-4D05-BEB6-BA92254094C4}.Release|Any CPU.Build.0 = Release|Any CPU
{423E84E8-0AB8-4A3D-97B8-09D6D0A106EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{423E84E8-0AB8-4A3D-97B8-09D6D0A106EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{423E84E8-0AB8-4A3D-97B8-09D6D0A106EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{423E84E8-0AB8-4A3D-97B8-09D6D0A106EA}.Release|Any CPU.Build.0 = Release|Any CPU
{42C35732-AA59-4F60-A386-D831E97B062B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42C35732-AA59-4F60-A386-D831E97B062B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42C35732-AA59-4F60-A386-D831E97B062B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42C35732-AA59-4F60-A386-D831E97B062B}.Release|Any CPU.Build.0 = Release|Any CPU
{CA0FD2BB-DF05-4844-B6AE-8D6E27CEF9B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA0FD2BB-DF05-4844-B6AE-8D6E27CEF9B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA0FD2BB-DF05-4844-B6AE-8D6E27CEF9B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA0FD2BB-DF05-4844-B6AE-8D6E27CEF9B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{84E644E6-6685-4D05-BEB6-BA92254094C4} = {AC436793-BF34-421A-8F1B-8EE02F383B55}
{423E84E8-0AB8-4A3D-97B8-09D6D0A106EA} = {AA302326-C696-4F52-B276-9B07747F9A5E}
{42C35732-AA59-4F60-A386-D831E97B062B} = {AA302326-C696-4F52-B276-9B07747F9A5E}
{CA0FD2BB-DF05-4844-B6AE-8D6E27CEF9B0} = {AA302326-C696-4F52-B276-9B07747F9A5E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3055AC0D-F53C-40D3-9767-92CA7689A98F}
EndGlobalSection
EndGlobal