forked from TrackableEntities/TrackableEntities.Core.Sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TrackableEntities.Core.Sample.sln
54 lines (54 loc) · 3.39 KB
/
TrackableEntities.Core.Sample.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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1BDBE36-2A78-4494-A234-74C8FDFF6704}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreSample.Entities.Generated", "NetCoreSample.Entities.Generated\NetCoreSample.Entities.Generated.csproj", "{41DA8F4F-F47E-4EE2-A977-BABF5DD1235D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreSample.Entities", "NetCoreSample.Entities\NetCoreSample.Entities.csproj", "{CAC9FF48-66E3-4852-B375-DFF53D6E37F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreSample.Web", "NetCoreSample.Web\NetCoreSample.Web.csproj", "{A20B597D-4D2D-476D-9BCD-82A5D6F19D8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreSample.Entities.Client", "NetCoreSample.Entities.Client\NetCoreSample.Entities.Client.csproj", "{80FB288B-E6F7-40E6-94BA-A1242AE77DBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCoreSample.ConsoleClient", "NetCoreSample.ConsoleClient\NetCoreSample.ConsoleClient.csproj", "{36AF7632-ADF2-4C61-8837-3A7BB2906361}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41DA8F4F-F47E-4EE2-A977-BABF5DD1235D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41DA8F4F-F47E-4EE2-A977-BABF5DD1235D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41DA8F4F-F47E-4EE2-A977-BABF5DD1235D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41DA8F4F-F47E-4EE2-A977-BABF5DD1235D}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC9FF48-66E3-4852-B375-DFF53D6E37F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC9FF48-66E3-4852-B375-DFF53D6E37F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC9FF48-66E3-4852-B375-DFF53D6E37F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC9FF48-66E3-4852-B375-DFF53D6E37F2}.Release|Any CPU.Build.0 = Release|Any CPU
{A20B597D-4D2D-476D-9BCD-82A5D6F19D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A20B597D-4D2D-476D-9BCD-82A5D6F19D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A20B597D-4D2D-476D-9BCD-82A5D6F19D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A20B597D-4D2D-476D-9BCD-82A5D6F19D8E}.Release|Any CPU.Build.0 = Release|Any CPU
{80FB288B-E6F7-40E6-94BA-A1242AE77DBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80FB288B-E6F7-40E6-94BA-A1242AE77DBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80FB288B-E6F7-40E6-94BA-A1242AE77DBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80FB288B-E6F7-40E6-94BA-A1242AE77DBE}.Release|Any CPU.Build.0 = Release|Any CPU
{36AF7632-ADF2-4C61-8837-3A7BB2906361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36AF7632-ADF2-4C61-8837-3A7BB2906361}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36AF7632-ADF2-4C61-8837-3A7BB2906361}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36AF7632-ADF2-4C61-8837-3A7BB2906361}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F827198-A12B-4508-9CE8-0CB44C9DCEBB}
EndGlobalSection
EndGlobal