-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoffeeForCode.sln
More file actions
43 lines (43 loc) · 2.51 KB
/
CoffeeForCode.sln
File metadata and controls
43 lines (43 loc) · 2.51 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoffeeForCode", "CoffeeForCode\CoffeeForCode.csproj", "{5D6CCAB3-2799-40C6-A30A-B165ACEC2005}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppBancoADO", "AppBancoADO\AppBancoADO.csproj", "{79F0DFD5-C75B-4C6C-BA48-903397AFCC85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppBancoDLL", "AppBancoDLL\AppBancoDLL.csproj", "{B813702D-3B50-4D9E-B0F0-7BA2F10C1490}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppBancoDominio", "AppBancoDominio\AppBancoDominio.csproj", "{8EE44FC9-45B5-463F-B6A7-E9A9796E20F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D6CCAB3-2799-40C6-A30A-B165ACEC2005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D6CCAB3-2799-40C6-A30A-B165ACEC2005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D6CCAB3-2799-40C6-A30A-B165ACEC2005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D6CCAB3-2799-40C6-A30A-B165ACEC2005}.Release|Any CPU.Build.0 = Release|Any CPU
{79F0DFD5-C75B-4C6C-BA48-903397AFCC85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79F0DFD5-C75B-4C6C-BA48-903397AFCC85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79F0DFD5-C75B-4C6C-BA48-903397AFCC85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79F0DFD5-C75B-4C6C-BA48-903397AFCC85}.Release|Any CPU.Build.0 = Release|Any CPU
{B813702D-3B50-4D9E-B0F0-7BA2F10C1490}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B813702D-3B50-4D9E-B0F0-7BA2F10C1490}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B813702D-3B50-4D9E-B0F0-7BA2F10C1490}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B813702D-3B50-4D9E-B0F0-7BA2F10C1490}.Release|Any CPU.Build.0 = Release|Any CPU
{8EE44FC9-45B5-463F-B6A7-E9A9796E20F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EE44FC9-45B5-463F-B6A7-E9A9796E20F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EE44FC9-45B5-463F-B6A7-E9A9796E20F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EE44FC9-45B5-463F-B6A7-E9A9796E20F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4E9C33A-6C33-4C39-B125-4EACCD843AC5}
EndGlobalSection
EndGlobal