-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditableContextMenu.sln
More file actions
43 lines (43 loc) · 2.2 KB
/
Copy pathEditableContextMenu.sln
File metadata and controls
43 lines (43 loc) · 2.2 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
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextMenuExtension", "ContextMenuExtension\ContextMenuExtension.vcxproj", "{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ContextMenuExtensionPS", "ContextMenuExtension\ContextMenuExtensionPS.vcxproj", "{AE943A15-5A22-485F-B835-8DB10EC92203}"
ProjectSection(ProjectDependencies) = postProject
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31} = {E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E1883E23-690C-4C56-B9D5-1225AB3254B3}"
ProjectSection(SolutionItems) = preProject
menu_definition.json = menu_definition.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Debug|Win32.ActiveCfg = Debug|Win32
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Debug|Win32.Build.0 = Debug|Win32
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Debug|x64.ActiveCfg = Debug|x64
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Debug|x64.Build.0 = Debug|x64
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Release|Win32.ActiveCfg = Release|Win32
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Release|Win32.Build.0 = Release|Win32
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Release|x64.ActiveCfg = Release|x64
{E2B1C06C-D499-44FF-8A5C-19D6B7BF7E31}.Release|x64.Build.0 = Release|x64
{AE943A15-5A22-485F-B835-8DB10EC92203}.Debug|Win32.ActiveCfg = Debug|Win32
{AE943A15-5A22-485F-B835-8DB10EC92203}.Debug|x64.ActiveCfg = Debug|x64
{AE943A15-5A22-485F-B835-8DB10EC92203}.Release|Win32.ActiveCfg = Release|Win32
{AE943A15-5A22-485F-B835-8DB10EC92203}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal