forked from google/sqlcommenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqlcommenter-efcore.sln
More file actions
36 lines (36 loc) · 2.07 KB
/
sqlcommenter-efcore.sln
File metadata and controls
36 lines (36 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C1494A41-1586-4710-86EB-17134121B934}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryDoctor.SqlCommenter.EFCore", "src\QueryDoctor.SqlCommenter.EFCore\QueryDoctor.SqlCommenter.EFCore.csproj", "{7FD1588E-7B09-4401-9FA0-61E6D6BC1018}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{78DB0588-93C0-4BB5-8810-A5DA2D88D0FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QueryDoctor.SqlCommenter.EFCore.Tests", "test\QueryDoctor.SqlCommenter.EFCore.Tests\QueryDoctor.SqlCommenter.EFCore.Tests.csproj", "{B42680B7-4FBF-4B32-A66D-9781014C232D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FD1588E-7B09-4401-9FA0-61E6D6BC1018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FD1588E-7B09-4401-9FA0-61E6D6BC1018}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FD1588E-7B09-4401-9FA0-61E6D6BC1018}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FD1588E-7B09-4401-9FA0-61E6D6BC1018}.Release|Any CPU.Build.0 = Release|Any CPU
{B42680B7-4FBF-4B32-A66D-9781014C232D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B42680B7-4FBF-4B32-A66D-9781014C232D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B42680B7-4FBF-4B32-A66D-9781014C232D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B42680B7-4FBF-4B32-A66D-9781014C232D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7FD1588E-7B09-4401-9FA0-61E6D6BC1018} = {C1494A41-1586-4710-86EB-17134121B934}
{B42680B7-4FBF-4B32-A66D-9781014C232D} = {78DB0588-93C0-4BB5-8810-A5DA2D88D0FA}
EndGlobalSection
EndGlobal