-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathM4BAN-Prueba-2.sln
34 lines (34 loc) · 1.95 KB
/
M4BAN-Prueba-2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLogic", "BusinessLogic\BusinessLogic.csproj", "{8E30D1E6-6243-4808-B353-6096DB84F1FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLogic.Test", "BusinessLogic.Test\BusinessLogic.Test.csproj", "{41D59BD6-11FF-4C53-B15E-DC19FAF228C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TryOut", "TryOut\TryOut.csproj", "{70F26A9F-5AAA-4890-9C0F-41EE5A724F3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E30D1E6-6243-4808-B353-6096DB84F1FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E30D1E6-6243-4808-B353-6096DB84F1FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E30D1E6-6243-4808-B353-6096DB84F1FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E30D1E6-6243-4808-B353-6096DB84F1FD}.Release|Any CPU.Build.0 = Release|Any CPU
{41D59BD6-11FF-4C53-B15E-DC19FAF228C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41D59BD6-11FF-4C53-B15E-DC19FAF228C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41D59BD6-11FF-4C53-B15E-DC19FAF228C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41D59BD6-11FF-4C53-B15E-DC19FAF228C4}.Release|Any CPU.Build.0 = Release|Any CPU
{70F26A9F-5AAA-4890-9C0F-41EE5A724F3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70F26A9F-5AAA-4890-9C0F-41EE5A724F3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70F26A9F-5AAA-4890-9C0F-41EE5A724F3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70F26A9F-5AAA-4890-9C0F-41EE5A724F3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal