-
Notifications
You must be signed in to change notification settings - Fork 15
/
RepositoryT.EntityFramework.sln
51 lines (51 loc) · 3.46 KB
/
RepositoryT.EntityFramework.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
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryT.EntityFramework", "RepositoryT.EntityFramework\RepositoryT.EntityFramework.csproj", "{9B449064-17A2-47F3-8BFD-BE93637DE794}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryT.EntityFramework.ConsoleSample", "RepositoryT.EntityFramework.ConsoleSample\RepositoryT.EntityFramework.ConsoleSample.csproj", "{20DEFB49-92C1-46BF-8374-56A9949AE7EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{ABBA9A6F-2F9D-44C1-8879-03A04D014DEB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryT.EntityFramework.AutofacConsoleSample", "RepositoryT.EntityFramework.AutofacConsoleSample\RepositoryT.EntityFramework.AutofacConsoleSample.csproj", "{4DD5CE5F-DA28-4892-B41F-7F5EBF366FE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryT.EntityFramework.SimpleBusiness", "RepositoryT.EntityFramework.SimpleBusiness\RepositoryT.EntityFramework.SimpleBusiness.csproj", "{60386815-8F74-41CC-9A10-76FCADAF60F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryT.EntityFramework.Test", "RepositoryT.EntityFramework.Test\RepositoryT.EntityFramework.Test.csproj", "{B9E3CA17-760F-4C7C-A7CB-753F8982AFC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B449064-17A2-47F3-8BFD-BE93637DE794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B449064-17A2-47F3-8BFD-BE93637DE794}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B449064-17A2-47F3-8BFD-BE93637DE794}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B449064-17A2-47F3-8BFD-BE93637DE794}.Release|Any CPU.Build.0 = Release|Any CPU
{20DEFB49-92C1-46BF-8374-56A9949AE7EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20DEFB49-92C1-46BF-8374-56A9949AE7EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20DEFB49-92C1-46BF-8374-56A9949AE7EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20DEFB49-92C1-46BF-8374-56A9949AE7EF}.Release|Any CPU.Build.0 = Release|Any CPU
{4DD5CE5F-DA28-4892-B41F-7F5EBF366FE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DD5CE5F-DA28-4892-B41F-7F5EBF366FE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DD5CE5F-DA28-4892-B41F-7F5EBF366FE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DD5CE5F-DA28-4892-B41F-7F5EBF366FE2}.Release|Any CPU.Build.0 = Release|Any CPU
{60386815-8F74-41CC-9A10-76FCADAF60F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60386815-8F74-41CC-9A10-76FCADAF60F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60386815-8F74-41CC-9A10-76FCADAF60F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60386815-8F74-41CC-9A10-76FCADAF60F6}.Release|Any CPU.Build.0 = Release|Any CPU
{B9E3CA17-760F-4C7C-A7CB-753F8982AFC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9E3CA17-760F-4C7C-A7CB-753F8982AFC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9E3CA17-760F-4C7C-A7CB-753F8982AFC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9E3CA17-760F-4C7C-A7CB-753F8982AFC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal