-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-flow.sln
More file actions
31 lines (31 loc) · 1.53 KB
/
dev-flow.sln
File metadata and controls
31 lines (31 loc) · 1.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dev-flow", "dev-flow.csproj", "{B6F59391-D815-41C3-9699-2902F3E6CEDD}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "dev-flow-installer", "..\dev-flow-installer\dev-flow-installer.vdproj", "{A045EF39-5CAA-45A5-AA3B-C92038C35629}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6F59391-D815-41C3-9699-2902F3E6CEDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6F59391-D815-41C3-9699-2902F3E6CEDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6F59391-D815-41C3-9699-2902F3E6CEDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6F59391-D815-41C3-9699-2902F3E6CEDD}.Release|Any CPU.Build.0 = Release|Any CPU
{A045EF39-5CAA-45A5-AA3B-C92038C35629}.Debug|Any CPU.ActiveCfg = Debug
{A045EF39-5CAA-45A5-AA3B-C92038C35629}.Debug|Any CPU.Build.0 = Debug
{A045EF39-5CAA-45A5-AA3B-C92038C35629}.Release|Any CPU.ActiveCfg = Release
{A045EF39-5CAA-45A5-AA3B-C92038C35629}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CCD3667-5172-4225-81D9-28B7125D3522}
EndGlobalSection
EndGlobal