-
Notifications
You must be signed in to change notification settings - Fork 0
/
CoTamApp.sln
43 lines (43 loc) · 2.49 KB
/
CoTamApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoTamApp", "CoTamApp\CoTamApp.csproj", "{B9002624-6B94-4361-837A-04FB70A01F84}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{11590765-50CF-43A6-A1F7-D212DF3D4C47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repositories", "Repositories\Repositories.csproj", "{8D36710B-B0FA-4586-91E2-8EBDCE9FAA93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessObject", "BusinessObject\BusinessObject.csproj", "{5CF910E8-20EC-419F-AAF7-93DA3E3ECA9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9002624-6B94-4361-837A-04FB70A01F84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9002624-6B94-4361-837A-04FB70A01F84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9002624-6B94-4361-837A-04FB70A01F84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9002624-6B94-4361-837A-04FB70A01F84}.Release|Any CPU.Build.0 = Release|Any CPU
{11590765-50CF-43A6-A1F7-D212DF3D4C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11590765-50CF-43A6-A1F7-D212DF3D4C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11590765-50CF-43A6-A1F7-D212DF3D4C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11590765-50CF-43A6-A1F7-D212DF3D4C47}.Release|Any CPU.Build.0 = Release|Any CPU
{8D36710B-B0FA-4586-91E2-8EBDCE9FAA93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D36710B-B0FA-4586-91E2-8EBDCE9FAA93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D36710B-B0FA-4586-91E2-8EBDCE9FAA93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D36710B-B0FA-4586-91E2-8EBDCE9FAA93}.Release|Any CPU.Build.0 = Release|Any CPU
{5CF910E8-20EC-419F-AAF7-93DA3E3ECA9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CF910E8-20EC-419F-AAF7-93DA3E3ECA9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CF910E8-20EC-419F-AAF7-93DA3E3ECA9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CF910E8-20EC-419F-AAF7-93DA3E3ECA9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3315114D-C6E3-464F-B5C7-DE403BC564F2}
EndGlobalSection
EndGlobal