This repository was archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDapr.Workflows.sln
41 lines (41 loc) · 2.09 KB
/
Dapr.Workflows.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dapr.Workflows", ".\src\Dapr.Workflows\Dapr.Workflows.csproj", "{16EFFF7A-5EEC-4F6B-8CE9-34BCC233F3AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{63F4CEBD-8E1D-41E2-A4A5-AA4394DDD0E7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{27CEE020-7119-438F-B20C-E034A749EF99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dapr.Workflows.Tests", "src\Dapr.Workflows.Tests\Dapr.Workflows.Tests.csproj", "{4BB92E25-6513-4EAD-B58C-1A7BF636AE18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16EFFF7A-5EEC-4F6B-8CE9-34BCC233F3AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16EFFF7A-5EEC-4F6B-8CE9-34BCC233F3AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16EFFF7A-5EEC-4F6B-8CE9-34BCC233F3AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16EFFF7A-5EEC-4F6B-8CE9-34BCC233F3AD}.Release|Any CPU.Build.0 = Release|Any CPU
{4BB92E25-6513-4EAD-B58C-1A7BF636AE18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BB92E25-6513-4EAD-B58C-1A7BF636AE18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BB92E25-6513-4EAD-B58C-1A7BF636AE18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BB92E25-6513-4EAD-B58C-1A7BF636AE18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3425CD4-8977-4671-B6AF-6CC682468CAF}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4BB92E25-6513-4EAD-B58C-1A7BF636AE18} = {27CEE020-7119-438F-B20C-E034A749EF99}
EndGlobalSection
EndGlobal