-
Notifications
You must be signed in to change notification settings - Fork 0
/
DurableTaskFrameworkPrototype.sln
37 lines (37 loc) · 2.04 KB
/
DurableTaskFrameworkPrototype.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DurableTaskFrameworkPrototype", "DurableTaskFrameworkPrototype\DurableTaskFrameworkPrototype.csproj", "{AFC79161-7D70-42EB-AEC7-555F03B57998}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{5E409A66-F0CC-4C65-A406-84941B31682D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{2D041F26-F817-4D59-8AB5-895650AF5884}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFC79161-7D70-42EB-AEC7-555F03B57998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC79161-7D70-42EB-AEC7-555F03B57998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC79161-7D70-42EB-AEC7-555F03B57998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC79161-7D70-42EB-AEC7-555F03B57998}.Release|Any CPU.Build.0 = Release|Any CPU
{5E409A66-F0CC-4C65-A406-84941B31682D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E409A66-F0CC-4C65-A406-84941B31682D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E409A66-F0CC-4C65-A406-84941B31682D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E409A66-F0CC-4C65-A406-84941B31682D}.Release|Any CPU.Build.0 = Release|Any CPU
{2D041F26-F817-4D59-8AB5-895650AF5884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D041F26-F817-4D59-8AB5-895650AF5884}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D041F26-F817-4D59-8AB5-895650AF5884}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D041F26-F817-4D59-8AB5-895650AF5884}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1FD12DC-3257-43A4-A8FF-58D0E9B5CB57}
EndGlobalSection
EndGlobal