-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLeaderAnalytics.AdaptiveClient.EntityFrameworkCore.sln
More file actions
49 lines (49 loc) · 2.98 KB
/
LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.sln
File metadata and controls
49 lines (49 loc) · 2.98 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 18
VisualStudioVersion = 18.5.11709.299 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaderAnalytics.AdaptiveClient.EntityFrameworkCore", "LeaderAnalytics.AdaptiveClient.EntityFrameworkCore\LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.csproj", "{8AFE5964-BABC-41F3-9E36-6C2F0FCD3E99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.Tests", "LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.Tests\LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.Tests.csproj", "{F4FEFCBF-0116-49CB-B213-41F0F0DE7100}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.MigrationFactories", "LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.MigrationFactories\LeaderAnalytics.AdaptiveClient.EntityFrameworkCore.MigrationFactories.csproj", "{0DA4E602-03E5-4DC5-84B8-EE858B3F91A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Artifacts", "Artifacts", "{7647F58A-9B55-4E24-8B23-15D56436B3CA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A64D7A4-4C6A-4C88-9F71-BA884071A536}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AFE5964-BABC-41F3-9E36-6C2F0FCD3E99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AFE5964-BABC-41F3-9E36-6C2F0FCD3E99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AFE5964-BABC-41F3-9E36-6C2F0FCD3E99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AFE5964-BABC-41F3-9E36-6C2F0FCD3E99}.Release|Any CPU.Build.0 = Release|Any CPU
{F4FEFCBF-0116-49CB-B213-41F0F0DE7100}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4FEFCBF-0116-49CB-B213-41F0F0DE7100}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4FEFCBF-0116-49CB-B213-41F0F0DE7100}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4FEFCBF-0116-49CB-B213-41F0F0DE7100}.Release|Any CPU.Build.0 = Release|Any CPU
{0DA4E602-03E5-4DC5-84B8-EE858B3F91A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DA4E602-03E5-4DC5-84B8-EE858B3F91A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DA4E602-03E5-4DC5-84B8-EE858B3F91A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DA4E602-03E5-4DC5-84B8-EE858B3F91A8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5343F33D-BA17-4FED-9444-97D70BE71E51}
EndGlobalSection
EndGlobal