This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathElConvertidor.sln
40 lines (40 loc) · 2.46 KB
/
ElConvertidor.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}") = "ElConvertidor.Web", "ElConvertidor.Web\ElConvertidor.Web.csproj", "{4110BB66-2AA6-4918-BA4A-5C03CB6BA2A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElConvertidor.Core", "ElConvertidor.Core\ElConvertidor.Core.csproj", "{CE770962-40A5-4660-84E4-BE693678799D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElConvertidor.Data", "ElConvertidor.Data\ElConvertidor.Data.csproj", "{4F7C09C2-B17D-4184-88A9-7182083667BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElConvertidor.Business", "ElConvertidor.Business\ElConvertidor.Business.csproj", "{C1BAFCAA-758A-4B31-B34C-EBCA200AFF53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4110BB66-2AA6-4918-BA4A-5C03CB6BA2A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4110BB66-2AA6-4918-BA4A-5C03CB6BA2A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4110BB66-2AA6-4918-BA4A-5C03CB6BA2A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4110BB66-2AA6-4918-BA4A-5C03CB6BA2A7}.Release|Any CPU.Build.0 = Release|Any CPU
{CE770962-40A5-4660-84E4-BE693678799D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE770962-40A5-4660-84E4-BE693678799D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE770962-40A5-4660-84E4-BE693678799D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE770962-40A5-4660-84E4-BE693678799D}.Release|Any CPU.Build.0 = Release|Any CPU
{4F7C09C2-B17D-4184-88A9-7182083667BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F7C09C2-B17D-4184-88A9-7182083667BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F7C09C2-B17D-4184-88A9-7182083667BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F7C09C2-B17D-4184-88A9-7182083667BF}.Release|Any CPU.Build.0 = Release|Any CPU
{C1BAFCAA-758A-4B31-B34C-EBCA200AFF53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1BAFCAA-758A-4B31-B34C-EBCA200AFF53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1BAFCAA-758A-4B31-B34C-EBCA200AFF53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1BAFCAA-758A-4B31-B34C-EBCA200AFF53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal