-
Notifications
You must be signed in to change notification settings - Fork 0
/
SabadosTech.sln
49 lines (49 loc) · 2.71 KB
/
SabadosTech.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model1", "Model1\Model1.csproj", "{6A4A17DB-F049-421E-99A4-D4AC8F2D85DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mapping1", "Mapping1\Mapping1.csproj", "{79463CB9-944F-4F44-8A35-2188100A9D0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{F64A067F-0ECB-4F28-9DA3-900C86BF14B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00CFD1BD-F0E1-4770-923F-12B1E6B5F86B}"
ProjectSection(SolutionItems) = preProject
coverage.bat = coverage.bat
specs.txt = specs.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{D5135549-9A96-459C-9751-878D805B8295}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A4A17DB-F049-421E-99A4-D4AC8F2D85DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A4A17DB-F049-421E-99A4-D4AC8F2D85DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A4A17DB-F049-421E-99A4-D4AC8F2D85DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A4A17DB-F049-421E-99A4-D4AC8F2D85DA}.Release|Any CPU.Build.0 = Release|Any CPU
{79463CB9-944F-4F44-8A35-2188100A9D0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79463CB9-944F-4F44-8A35-2188100A9D0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79463CB9-944F-4F44-8A35-2188100A9D0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79463CB9-944F-4F44-8A35-2188100A9D0F}.Release|Any CPU.Build.0 = Release|Any CPU
{F64A067F-0ECB-4F28-9DA3-900C86BF14B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F64A067F-0ECB-4F28-9DA3-900C86BF14B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F64A067F-0ECB-4F28-9DA3-900C86BF14B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F64A067F-0ECB-4F28-9DA3-900C86BF14B4}.Release|Any CPU.Build.0 = Release|Any CPU
{D5135549-9A96-459C-9751-878D805B8295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5135549-9A96-459C-9751-878D805B8295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5135549-9A96-459C-9751-878D805B8295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5135549-9A96-459C-9751-878D805B8295}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EED322AE-B6BF-4934-9561-30C33959C182}
EndGlobalSection
EndGlobal