-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCamundaClient.sln
22 lines (22 loc) · 1.24 KB
/
CamundaClient.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CamundaClient", "CamundaClient\CamundaClient.csproj", "{214CFB41-EFF4-4527-A6C8-72F1A1F0B4DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherApi", "WeatherApi\WeatherApi.csproj", "{CD277BB1-CAA1-427D-A47A-78D4E762B03D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{214CFB41-EFF4-4527-A6C8-72F1A1F0B4DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{214CFB41-EFF4-4527-A6C8-72F1A1F0B4DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{214CFB41-EFF4-4527-A6C8-72F1A1F0B4DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{214CFB41-EFF4-4527-A6C8-72F1A1F0B4DD}.Release|Any CPU.Build.0 = Release|Any CPU
{CD277BB1-CAA1-427D-A47A-78D4E762B03D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD277BB1-CAA1-427D-A47A-78D4E762B03D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD277BB1-CAA1-427D-A47A-78D4E762B03D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD277BB1-CAA1-427D-A47A-78D4E762B03D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal