-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFixtureTrackingBackend.sln
More file actions
49 lines (49 loc) · 3.17 KB
/
FixtureTrackingBackend.sln
File metadata and controls
49 lines (49 loc) · 3.17 KB
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 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixtureTracking.Business", "FixtureTracking.Business\FixtureTracking.Business.csproj", "{58830D01-63A8-4728-A439-0CC26679CC5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixtureTracking.Core", "FixtureTracking.Core\FixtureTracking.Core.csproj", "{FC878198-AB20-4812-A80E-6056D15F4B47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixtureTracking.DataAccess", "FixtureTracking.DataAccess\FixtureTracking.DataAccess.csproj", "{CF986179-4307-40B2-8F91-6601FEEE6563}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixtureTracking.Entities", "FixtureTracking.Entities\FixtureTracking.Entities.csproj", "{EB9B5D15-8115-4660-93A4-BFA577744249}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixtureTracking.Business.Tests", "FixtureTracking.Business.Tests\FixtureTracking.Business.Tests.csproj", "{C34CE2C7-5194-4118-9575-B35B8E8B67A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58830D01-63A8-4728-A439-0CC26679CC5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58830D01-63A8-4728-A439-0CC26679CC5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58830D01-63A8-4728-A439-0CC26679CC5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58830D01-63A8-4728-A439-0CC26679CC5B}.Release|Any CPU.Build.0 = Release|Any CPU
{FC878198-AB20-4812-A80E-6056D15F4B47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC878198-AB20-4812-A80E-6056D15F4B47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC878198-AB20-4812-A80E-6056D15F4B47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC878198-AB20-4812-A80E-6056D15F4B47}.Release|Any CPU.Build.0 = Release|Any CPU
{CF986179-4307-40B2-8F91-6601FEEE6563}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF986179-4307-40B2-8F91-6601FEEE6563}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF986179-4307-40B2-8F91-6601FEEE6563}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF986179-4307-40B2-8F91-6601FEEE6563}.Release|Any CPU.Build.0 = Release|Any CPU
{EB9B5D15-8115-4660-93A4-BFA577744249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB9B5D15-8115-4660-93A4-BFA577744249}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB9B5D15-8115-4660-93A4-BFA577744249}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB9B5D15-8115-4660-93A4-BFA577744249}.Release|Any CPU.Build.0 = Release|Any CPU
{C34CE2C7-5194-4118-9575-B35B8E8B67A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C34CE2C7-5194-4118-9575-B35B8E8B67A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C34CE2C7-5194-4118-9575-B35B8E8B67A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C34CE2C7-5194-4118-9575-B35B8E8B67A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08ECABC9-C2CD-48CD-B89C-2797D5882850}
EndGlobalSection
EndGlobal