-
Notifications
You must be signed in to change notification settings - Fork 15
/
Orleans.Providers.EntityFramework.sln
56 lines (56 loc) · 3.2 KB
/
Orleans.Providers.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
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C4CEBAA9-4D0C-4EB3-B03B-A5CAC10F1DA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{1117234D-3829-4D42-9C27-9222349F885A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.Providers.EntityFramework", "src\Orleans.Providers.EntityFramework\Orleans.Providers.EntityFramework.csproj", "{34CC2FCC-0231-4F79-9B3B-4FC811C41E2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Orleans.Providers.EntityFramework.UnitTests", "test\Orleans.Providers.EntityFramework.UnitTests\Orleans.Providers.EntityFramework.UnitTests.csproj", "{0DC24449-603D-4F1D-859F-D681B69C07A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37301118-C2C3-46A9-8E32-A0A3FD506704}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.build.props = Directory.build.props
Directory.build.targets = Directory.build.targets
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "toys", "toys", "{63DCD853-7064-496F-8077-39093A5F3009}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "toys\TestConsole\TestConsole.csproj", "{F53B1E5B-99E6-4361-A0DF-33FD770FF86E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34CC2FCC-0231-4F79-9B3B-4FC811C41E2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34CC2FCC-0231-4F79-9B3B-4FC811C41E2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34CC2FCC-0231-4F79-9B3B-4FC811C41E2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34CC2FCC-0231-4F79-9B3B-4FC811C41E2C}.Release|Any CPU.Build.0 = Release|Any CPU
{0DC24449-603D-4F1D-859F-D681B69C07A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DC24449-603D-4F1D-859F-D681B69C07A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DC24449-603D-4F1D-859F-D681B69C07A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DC24449-603D-4F1D-859F-D681B69C07A8}.Release|Any CPU.Build.0 = Release|Any CPU
{F53B1E5B-99E6-4361-A0DF-33FD770FF86E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F53B1E5B-99E6-4361-A0DF-33FD770FF86E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F53B1E5B-99E6-4361-A0DF-33FD770FF86E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F53B1E5B-99E6-4361-A0DF-33FD770FF86E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34CC2FCC-0231-4F79-9B3B-4FC811C41E2C} = {C4CEBAA9-4D0C-4EB3-B03B-A5CAC10F1DA1}
{0DC24449-603D-4F1D-859F-D681B69C07A8} = {1117234D-3829-4D42-9C27-9222349F885A}
{F53B1E5B-99E6-4361-A0DF-33FD770FF86E} = {63DCD853-7064-496F-8077-39093A5F3009}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8887B873-7FE4-43B2-B79E-30D18C4E2872}
EndGlobalSection
EndGlobal