-
Notifications
You must be signed in to change notification settings - Fork 0
/
RepoDB.Trials.sln
45 lines (45 loc) · 2.73 KB
/
RepoDB.Trials.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDB.Trials.Web", "RepoDB.Trials.Web\RepoDB.Trials.Web.csproj", "{21947A8F-54CA-448B-ABD4-08E8C91437BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDB.Trials.Core", "RepoDB.Trials.Core\RepoDB.Trials.Core.csproj", "{5B9CED16-7EF8-4CF2-AC8E-C1E715040E13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepoDB.Trials.Business", "RepoDB.Trials.Business\RepoDB.Trials.Business.csproj", "{1C89507E-7D45-45CC-BAFC-753892420DA1}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "RepoDBTestDB", "RepoDBTestDB\RepoDBTestDB.sqlproj", "{D9BB87AB-FF8F-4861-92FC-3B327EB695D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21947A8F-54CA-448B-ABD4-08E8C91437BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21947A8F-54CA-448B-ABD4-08E8C91437BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21947A8F-54CA-448B-ABD4-08E8C91437BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21947A8F-54CA-448B-ABD4-08E8C91437BC}.Release|Any CPU.Build.0 = Release|Any CPU
{5B9CED16-7EF8-4CF2-AC8E-C1E715040E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B9CED16-7EF8-4CF2-AC8E-C1E715040E13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B9CED16-7EF8-4CF2-AC8E-C1E715040E13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B9CED16-7EF8-4CF2-AC8E-C1E715040E13}.Release|Any CPU.Build.0 = Release|Any CPU
{1C89507E-7D45-45CC-BAFC-753892420DA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C89507E-7D45-45CC-BAFC-753892420DA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C89507E-7D45-45CC-BAFC-753892420DA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C89507E-7D45-45CC-BAFC-753892420DA1}.Release|Any CPU.Build.0 = Release|Any CPU
{D9BB87AB-FF8F-4861-92FC-3B327EB695D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9BB87AB-FF8F-4861-92FC-3B327EB695D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9BB87AB-FF8F-4861-92FC-3B327EB695D7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D9BB87AB-FF8F-4861-92FC-3B327EB695D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9BB87AB-FF8F-4861-92FC-3B327EB695D7}.Release|Any CPU.Build.0 = Release|Any CPU
{D9BB87AB-FF8F-4861-92FC-3B327EB695D7}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2235D0A1-D190-4440-AE95-3D0B15D8FFC0}
EndGlobalSection
EndGlobal