-
Notifications
You must be signed in to change notification settings - Fork 9
/
StrangerData.sln
50 lines (50 loc) · 2.8 KB
/
StrangerData.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2E7DA56A-5858-41A7-9E24-15C4F16725D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27D63A1A-217A-4B44-8E03-1D24FF54055D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dialect", "Dialect", "{3EE881EC-A9FE-40DF-ACFC-DAFD844013F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrangerData", "src\StrangerData\StrangerData.csproj", "{4A57CF78-24AA-4FAB-8135-D38EF73431B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrangerData.SqlServer", "src\StrangerData.SqlServer\StrangerData.SqlServer.csproj", "{74E2141E-83BB-4084-995F-6926722D3C09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrangerData.UnitTests", "test\StrangerData.UnitTests\StrangerData.UnitTests.csproj", "{8C6F1D94-FBB0-42A8-8C04-1B437158F968}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A57CF78-24AA-4FAB-8135-D38EF73431B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A57CF78-24AA-4FAB-8135-D38EF73431B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A57CF78-24AA-4FAB-8135-D38EF73431B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A57CF78-24AA-4FAB-8135-D38EF73431B3}.Release|Any CPU.Build.0 = Release|Any CPU
{74E2141E-83BB-4084-995F-6926722D3C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74E2141E-83BB-4084-995F-6926722D3C09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74E2141E-83BB-4084-995F-6926722D3C09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74E2141E-83BB-4084-995F-6926722D3C09}.Release|Any CPU.Build.0 = Release|Any CPU
{8C6F1D94-FBB0-42A8-8C04-1B437158F968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C6F1D94-FBB0-42A8-8C04-1B437158F968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C6F1D94-FBB0-42A8-8C04-1B437158F968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C6F1D94-FBB0-42A8-8C04-1B437158F968}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{74E2141E-83BB-4084-995F-6926722D3C09} = {3EE881EC-A9FE-40DF-ACFC-DAFD844013F9}
{8C6F1D94-FBB0-42A8-8C04-1B437158F968} = {2E7DA56A-5858-41A7-9E24-15C4F16725D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E72050E-C711-483C-ABA0-DCC9941A32A0}
EndGlobalSection
EndGlobal