-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportafolio_frontend_net.sln
48 lines (48 loc) · 2.69 KB
/
portafolio_frontend_net.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "app", "app\app.csproj", "{E07DE067-66CC-444F-9BC6-52BB7C5F2B73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "classLibrary", "classLibrary\classLibrary.csproj", "{32D13A77-F5FD-4795-92E3-42E176F95654}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "components", "components\components.csproj", "{C9CF020C-9093-4AEC-8E30-058707279FFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{767DFB15-8FED-401B-B96E-FE9664AB6F9C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pruebas", "pruebas\pruebas.csproj", "{A4F641E8-B29B-4364-A7CF-F2F519885697}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E07DE067-66CC-444F-9BC6-52BB7C5F2B73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E07DE067-66CC-444F-9BC6-52BB7C5F2B73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E07DE067-66CC-444F-9BC6-52BB7C5F2B73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E07DE067-66CC-444F-9BC6-52BB7C5F2B73}.Release|Any CPU.Build.0 = Release|Any CPU
{32D13A77-F5FD-4795-92E3-42E176F95654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32D13A77-F5FD-4795-92E3-42E176F95654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32D13A77-F5FD-4795-92E3-42E176F95654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32D13A77-F5FD-4795-92E3-42E176F95654}.Release|Any CPU.Build.0 = Release|Any CPU
{C9CF020C-9093-4AEC-8E30-058707279FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9CF020C-9093-4AEC-8E30-058707279FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9CF020C-9093-4AEC-8E30-058707279FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9CF020C-9093-4AEC-8E30-058707279FFD}.Release|Any CPU.Build.0 = Release|Any CPU
{A4F641E8-B29B-4364-A7CF-F2F519885697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4F641E8-B29B-4364-A7CF-F2F519885697}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4F641E8-B29B-4364-A7CF-F2F519885697}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4F641E8-B29B-4364-A7CF-F2F519885697}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8503934-0D3F-432E-9B8B-021A8F4AA4EE}
EndGlobalSection
EndGlobal