forked from OrleansContrib/OrleansTestKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OrleansTestKit.sln
39 lines (39 loc) · 2.06 KB
/
OrleansTestKit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{54C04CF7-7044-46E0-BC24-2A992F028557}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{677DD212-4A95-45D9-9AFC-09AC505CAA43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrleansTestKit", "src\OrleansTestKit\OrleansTestKit.csproj", "{0E2CB8B5-1CBC-4786-9C95-B75317E3C311}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrleansTestKit.Tests", "test\OrleansTestKit.Tests\OrleansTestKit.Tests.csproj", "{1DBA9447-3F61-4F00-8DDF-2CA22D531D27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E2CB8B5-1CBC-4786-9C95-B75317E3C311}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E2CB8B5-1CBC-4786-9C95-B75317E3C311}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E2CB8B5-1CBC-4786-9C95-B75317E3C311}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E2CB8B5-1CBC-4786-9C95-B75317E3C311}.Release|Any CPU.Build.0 = Release|Any CPU
{1DBA9447-3F61-4F00-8DDF-2CA22D531D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DBA9447-3F61-4F00-8DDF-2CA22D531D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DBA9447-3F61-4F00-8DDF-2CA22D531D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DBA9447-3F61-4F00-8DDF-2CA22D531D27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0E2CB8B5-1CBC-4786-9C95-B75317E3C311} = {54C04CF7-7044-46E0-BC24-2A992F028557}
{1DBA9447-3F61-4F00-8DDF-2CA22D531D27} = {677DD212-4A95-45D9-9AFC-09AC505CAA43}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FF4706A-D23D-4E7A-8C8D-55E138ECD828}
EndGlobalSection
EndGlobal