-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTPC_LACIOPPA.sln
37 lines (37 loc) · 2.01 KB
/
TPC_LACIOPPA.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TPC_LACIOPPA", "TP3_LACIOPPA\TPC_LACIOPPA.csproj", "{E5024964-6627-48ED-821F-70F4563B1DC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DOMINIO", "DOMINIO\DOMINIO.csproj", "{EB069356-AD8D-439F-80C2-E4809C9B926E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEGOCIO", "NEGOCIO\NEGOCIO.csproj", "{EFA0C64D-C8AC-46DB-A6D1-F112FA717977}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5024964-6627-48ED-821F-70F4563B1DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5024964-6627-48ED-821F-70F4563B1DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5024964-6627-48ED-821F-70F4563B1DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5024964-6627-48ED-821F-70F4563B1DC3}.Release|Any CPU.Build.0 = Release|Any CPU
{EB069356-AD8D-439F-80C2-E4809C9B926E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB069356-AD8D-439F-80C2-E4809C9B926E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB069356-AD8D-439F-80C2-E4809C9B926E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB069356-AD8D-439F-80C2-E4809C9B926E}.Release|Any CPU.Build.0 = Release|Any CPU
{EFA0C64D-C8AC-46DB-A6D1-F112FA717977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFA0C64D-C8AC-46DB-A6D1-F112FA717977}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFA0C64D-C8AC-46DB-A6D1-F112FA717977}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFA0C64D-C8AC-46DB-A6D1-F112FA717977}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77609471-BE68-4452-8BF6-849B33B74DC6}
EndGlobalSection
EndGlobal