This repository has been archived by the owner on Nov 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUnosquare.Labs.EntityFramework.EnterpriseExtensions.sln
47 lines (47 loc) · 2.83 KB
/
Unosquare.Labs.EntityFramework.EnterpriseExtensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unosquare.Labs.EntityFramework.EnterpriseExtensions", "Unosquare.Labs.EntityFramework.EnterpriseExtensions\Unosquare.Labs.EntityFramework.EnterpriseExtensions.csproj", "{F8A52F6C-8DEB-4CDE-BAF2-E49A3B9AE7CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{66A1228A-C42B-4A0D-81D2-9F506E98E630}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unosquare.Labs.Identity.EntityFramework.EnterpriseExtensions", "Unosquare.Labs.Identity.EntityFramework.EnterpriseExtensions\Unosquare.Labs.Identity.EntityFramework.EnterpriseExtensions.csproj", "{D2C1B6DF-6189-4989-A835-64EA6B64D27F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unosquare.Labs.EntityFramework.EnterpriseExtensions.Sample", "Unosquare.Labs.EntityFramework.EnterpriseExtensions.Sample\Unosquare.Labs.EntityFramework.EnterpriseExtensions.Sample.csproj", "{24AF5013-2E24-4A30-9E00-875B354ACC73}"
ProjectSection(ProjectDependencies) = postProject
{D2C1B6DF-6189-4989-A835-64EA6B64D27F} = {D2C1B6DF-6189-4989-A835-64EA6B64D27F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8A52F6C-8DEB-4CDE-BAF2-E49A3B9AE7CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8A52F6C-8DEB-4CDE-BAF2-E49A3B9AE7CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8A52F6C-8DEB-4CDE-BAF2-E49A3B9AE7CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8A52F6C-8DEB-4CDE-BAF2-E49A3B9AE7CB}.Release|Any CPU.Build.0 = Release|Any CPU
{D2C1B6DF-6189-4989-A835-64EA6B64D27F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2C1B6DF-6189-4989-A835-64EA6B64D27F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2C1B6DF-6189-4989-A835-64EA6B64D27F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2C1B6DF-6189-4989-A835-64EA6B64D27F}.Release|Any CPU.Build.0 = Release|Any CPU
{24AF5013-2E24-4A30-9E00-875B354ACC73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24AF5013-2E24-4A30-9E00-875B354ACC73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24AF5013-2E24-4A30-9E00-875B354ACC73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24AF5013-2E24-4A30-9E00-875B354ACC73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79113EB8-C617-4E59-8829-A6DBBD989F2E}
EndGlobalSection
EndGlobal