-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRepositoryExample.sln
52 lines (52 loc) · 3.53 KB
/
RepositoryExample.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
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryExample.Data", "RepositoryExample.Data\RepositoryExample.Data.csproj", "{6F727133-2E40-4A65-9801-49AFCE860A75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryExample.Entity", "RepositoryExample.Entity\RepositoryExample.Entity.csproj", "{FF0618A9-1A05-494B-8DA4-49F66B5FCAB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryExample.Resources", "RepositoryExample.Resources\RepositoryExample.Resources.csproj", "{5267ED23-1D53-4419-AEBC-2EBC833E0491}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryExample.Service", "RepositoryExample.Service\RepositoryExample.Service.csproj", "{3758639C-6552-4009-B470-22B112D396C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryExample.Test", "RepositoryExample.Test\RepositoryExample.Test.csproj", "{1F84BBF3-803C-43D0-B377-95E4F0F9076D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepositoryExample.Web", "RepositoryExample.Web\RepositoryExample.Web.csproj", "{E0FFB3C6-0DBA-4018-84AB-FDD1746AD634}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F727133-2E40-4A65-9801-49AFCE860A75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F727133-2E40-4A65-9801-49AFCE860A75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F727133-2E40-4A65-9801-49AFCE860A75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F727133-2E40-4A65-9801-49AFCE860A75}.Release|Any CPU.Build.0 = Release|Any CPU
{FF0618A9-1A05-494B-8DA4-49F66B5FCAB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF0618A9-1A05-494B-8DA4-49F66B5FCAB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF0618A9-1A05-494B-8DA4-49F66B5FCAB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF0618A9-1A05-494B-8DA4-49F66B5FCAB7}.Release|Any CPU.Build.0 = Release|Any CPU
{5267ED23-1D53-4419-AEBC-2EBC833E0491}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5267ED23-1D53-4419-AEBC-2EBC833E0491}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5267ED23-1D53-4419-AEBC-2EBC833E0491}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5267ED23-1D53-4419-AEBC-2EBC833E0491}.Release|Any CPU.Build.0 = Release|Any CPU
{3758639C-6552-4009-B470-22B112D396C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3758639C-6552-4009-B470-22B112D396C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3758639C-6552-4009-B470-22B112D396C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3758639C-6552-4009-B470-22B112D396C8}.Release|Any CPU.Build.0 = Release|Any CPU
{1F84BBF3-803C-43D0-B377-95E4F0F9076D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F84BBF3-803C-43D0-B377-95E4F0F9076D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F84BBF3-803C-43D0-B377-95E4F0F9076D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F84BBF3-803C-43D0-B377-95E4F0F9076D}.Release|Any CPU.Build.0 = Release|Any CPU
{E0FFB3C6-0DBA-4018-84AB-FDD1746AD634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0FFB3C6-0DBA-4018-84AB-FDD1746AD634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0FFB3C6-0DBA-4018-84AB-FDD1746AD634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0FFB3C6-0DBA-4018-84AB-FDD1746AD634}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal