-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathFlowToVisio.sln
More file actions
31 lines (31 loc) · 1.35 KB
/
FlowToVisio.sln
File metadata and controls
31 lines (31 loc) · 1.35 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 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowToVisio", "FlowToVisio\FlowToVisio.csproj", "{07FA101F-0839-4B46-8136-8D43F57A82FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Soluton Items", "Soluton Items", "{4CB38560-C11D-4759-B817-BC19DA7127CC}"
ProjectSection(SolutionItems) = preProject
actions.json = actions.json
FlowToVisio.nuspec = FlowToVisio.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07FA101F-0839-4B46-8136-8D43F57A82FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07FA101F-0839-4B46-8136-8D43F57A82FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07FA101F-0839-4B46-8136-8D43F57A82FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07FA101F-0839-4B46-8136-8D43F57A82FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FC9DA99-2C4E-4ECC-B132-DD3153B33338}
EndGlobalSection
EndGlobal