-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMicroting.InsightDashboardBase.sln
42 lines (42 loc) · 2.41 KB
/
Microting.InsightDashboardBase.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microting.InsightDashboardBase", "Microting.InsightDashboardBase\Microting.InsightDashboardBase.csproj", "{BEEA9A26-5BEB-4AA5-942F-7F31FC490779}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CB20F37C-9960-4CA1-B4BF-0D748310CAE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microting.InsightDashboardBase.Tests", "Microting.InsightDashboardBase.Tests\Microting.InsightDashboardBase.Tests.csproj", "{D4B7EAB4-9C2B-4D7E-B859-B589DAC8912B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBMigrator", "DBMigrator\DBMigrator.csproj", "{1EA1B19E-1E37-4062-BFDC-305E019546AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEEA9A26-5BEB-4AA5-942F-7F31FC490779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEEA9A26-5BEB-4AA5-942F-7F31FC490779}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEEA9A26-5BEB-4AA5-942F-7F31FC490779}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEEA9A26-5BEB-4AA5-942F-7F31FC490779}.Release|Any CPU.Build.0 = Release|Any CPU
{D4B7EAB4-9C2B-4D7E-B859-B589DAC8912B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4B7EAB4-9C2B-4D7E-B859-B589DAC8912B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4B7EAB4-9C2B-4D7E-B859-B589DAC8912B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4B7EAB4-9C2B-4D7E-B859-B589DAC8912B}.Release|Any CPU.Build.0 = Release|Any CPU
{1EA1B19E-1E37-4062-BFDC-305E019546AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EA1B19E-1E37-4062-BFDC-305E019546AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EA1B19E-1E37-4062-BFDC-305E019546AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EA1B19E-1E37-4062-BFDC-305E019546AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4B7EAB4-9C2B-4D7E-B859-B589DAC8912B} = {CB20F37C-9960-4CA1-B4BF-0D748310CAE3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46BEA809-1A0A-483E-86C5-003D1245F5F7}
EndGlobalSection
EndGlobal