forked from joelnet/WorkflowJS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWorkflowJS.sln
44 lines (44 loc) · 2.41 KB
/
WorkflowJS.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
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkflowJS.Source", "WorkflowJs.Source\WorkflowJS.Source.csproj", "{BDFF6765-E588-4AF6-B7A8-D16D0C938C46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkflowJS.Examples", "WorkflowJS.Examples\WorkflowJS.Examples.csproj", "{DDF9933C-8839-44B5-A8BF-B59357B7C2AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkflowJS.Tests", "WorkflowJS.Tests\WorkflowJS.Tests.csproj", "{CE4C6C84-2564-4F35-A98F-63FD90F28C18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6E30A7DC-6095-4A69-AF64-3F9685B0D06B}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3AF23E55-06CD-4311-95B9-888FFADC25A6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDFF6765-E588-4AF6-B7A8-D16D0C938C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDFF6765-E588-4AF6-B7A8-D16D0C938C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDFF6765-E588-4AF6-B7A8-D16D0C938C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDFF6765-E588-4AF6-B7A8-D16D0C938C46}.Release|Any CPU.Build.0 = Release|Any CPU
{DDF9933C-8839-44B5-A8BF-B59357B7C2AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDF9933C-8839-44B5-A8BF-B59357B7C2AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDF9933C-8839-44B5-A8BF-B59357B7C2AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDF9933C-8839-44B5-A8BF-B59357B7C2AD}.Release|Any CPU.Build.0 = Release|Any CPU
{CE4C6C84-2564-4F35-A98F-63FD90F28C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE4C6C84-2564-4F35-A98F-63FD90F28C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE4C6C84-2564-4F35-A98F-63FD90F28C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE4C6C84-2564-4F35-A98F-63FD90F28C18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal