-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAkka.TestKit.MsTest.sln
40 lines (40 loc) · 2.22 KB
/
Akka.TestKit.MsTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.TestKit.MsTest", "src\Akka.TestKit.MsTest\Akka.TestKit.MsTest.csproj", "{114C712A-4684-4D6C-88A2-FABF78CEDB39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Akka.TestKit.MsTest.Tests", "src\Akka.TestKit.MsTest.Tests\Akka.TestKit.MsTest.Tests.csproj", "{D52D4E36-F306-4718-AE73-FE4C0A9B9E3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{8F11292D-5FF8-4ACC-AD95-6099248668F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09C2E717-7D85-4FED-A527-B0087DDCA362}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{114C712A-4684-4D6C-88A2-FABF78CEDB39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{114C712A-4684-4D6C-88A2-FABF78CEDB39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{114C712A-4684-4D6C-88A2-FABF78CEDB39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{114C712A-4684-4D6C-88A2-FABF78CEDB39}.Release|Any CPU.Build.0 = Release|Any CPU
{D52D4E36-F306-4718-AE73-FE4C0A9B9E3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D52D4E36-F306-4718-AE73-FE4C0A9B9E3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D52D4E36-F306-4718-AE73-FE4C0A9B9E3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D52D4E36-F306-4718-AE73-FE4C0A9B9E3A}.Release|Any CPU.Build.0 = Release|Any CPU
{8F11292D-5FF8-4ACC-AD95-6099248668F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F11292D-5FF8-4ACC-AD95-6099248668F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A03B4CB3-2A2D-41F2-A862-155407C4619A}
EndGlobalSection
EndGlobal