-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConciliadorDeNotas.sln
40 lines (40 loc) · 2.36 KB
/
ConciliadorDeNotas.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConciliadorDeNotas", "ConciliadorDeNotas\ConciliadorDeNotas.csproj", "{24E513E8-5653-49C6-8314-097C720CE831}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Classes", "Classes\Classes.csproj", "{F1EEBA5E-E4D3-451E-AC1B-4D518D758FD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infraestrutura", "Infraestrutura\Infraestrutura.csproj", "{8BCF74B7-A5F3-4611-A50D-3F132A73DE66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enums", "Enums\Enums.csproj", "{96AF70F3-645A-4520-AA58-9E17A4829686}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24E513E8-5653-49C6-8314-097C720CE831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24E513E8-5653-49C6-8314-097C720CE831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24E513E8-5653-49C6-8314-097C720CE831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24E513E8-5653-49C6-8314-097C720CE831}.Release|Any CPU.Build.0 = Release|Any CPU
{F1EEBA5E-E4D3-451E-AC1B-4D518D758FD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1EEBA5E-E4D3-451E-AC1B-4D518D758FD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1EEBA5E-E4D3-451E-AC1B-4D518D758FD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1EEBA5E-E4D3-451E-AC1B-4D518D758FD8}.Release|Any CPU.Build.0 = Release|Any CPU
{8BCF74B7-A5F3-4611-A50D-3F132A73DE66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BCF74B7-A5F3-4611-A50D-3F132A73DE66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BCF74B7-A5F3-4611-A50D-3F132A73DE66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BCF74B7-A5F3-4611-A50D-3F132A73DE66}.Release|Any CPU.Build.0 = Release|Any CPU
{96AF70F3-645A-4520-AA58-9E17A4829686}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96AF70F3-645A-4520-AA58-9E17A4829686}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96AF70F3-645A-4520-AA58-9E17A4829686}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96AF70F3-645A-4520-AA58-9E17A4829686}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal