-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileBrowserContextMenu.sln
More file actions
43 lines (43 loc) · 2.37 KB
/
FileBrowserContextMenu.sln
File metadata and controls
43 lines (43 loc) · 2.37 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 Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileBrowserContextMenu", "FileBrowserContextMenu\FileBrowserContextMenu.csproj", "{90165A29-2998-434B-BD7B-2C1615E8F07D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileBrowserTest", "FileBrowserTest\FileBrowserTest.csproj", "{81AAFC6B-6019-4F4C-A986-61FE86E3D165}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2F2600A6-92DB-4200-AF5C-E86E2C2D161B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Screenshot.png = Screenshot.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandaloneShellContextMenu", "StandaloneShellContextMenu\StandaloneShellContextMenu.csproj", "{40609180-4508-4D63-8CDD-2B47B5E72733}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90165A29-2998-434B-BD7B-2C1615E8F07D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90165A29-2998-434B-BD7B-2C1615E8F07D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90165A29-2998-434B-BD7B-2C1615E8F07D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90165A29-2998-434B-BD7B-2C1615E8F07D}.Release|Any CPU.Build.0 = Release|Any CPU
{81AAFC6B-6019-4F4C-A986-61FE86E3D165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81AAFC6B-6019-4F4C-A986-61FE86E3D165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81AAFC6B-6019-4F4C-A986-61FE86E3D165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81AAFC6B-6019-4F4C-A986-61FE86E3D165}.Release|Any CPU.Build.0 = Release|Any CPU
{40609180-4508-4D63-8CDD-2B47B5E72733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40609180-4508-4D63-8CDD-2B47B5E72733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40609180-4508-4D63-8CDD-2B47B5E72733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40609180-4508-4D63-8CDD-2B47B5E72733}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26E0AECB-D6C7-469F-9130-EDF97B814CD6}
EndGlobalSection
EndGlobal