-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCSShellExtContextMenuHandler.sln
28 lines (28 loc) · 1.74 KB
/
CSShellExtContextMenuHandler.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSShellExtContextMenuHandler", "CSShellExtContextMenuHandler\CSShellExtContextMenuHandler.csproj", "{3D733016-2E13-48BC-9EE0-FBCB6756AC04}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CSShellExtContextMenuHandlerSetup(x64)", "CSShellExtContextMenuHandler\CSShellExtContextMenuHandlerSetup(x64)\CSShellExtContextMenuHandlerSetup(x64).vdproj", "{FD93B3FC-8C59-4623-A7EB-F53989974FC4}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "CSShellExtContextMenuHandlerSetup(x86)", "CSShellExtContextMenuHandler\CSShellExtContextMenuHandlerSetup(x86)\CSShellExtContextMenuHandlerSetup(x86).vdproj", "{2DC8C8D6-2851-4C4F-85D5-055607EA7139}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D733016-2E13-48BC-9EE0-FBCB6756AC04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D733016-2E13-48BC-9EE0-FBCB6756AC04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D733016-2E13-48BC-9EE0-FBCB6756AC04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D733016-2E13-48BC-9EE0-FBCB6756AC04}.Release|Any CPU.Build.0 = Release|Any CPU
{FD93B3FC-8C59-4623-A7EB-F53989974FC4}.Debug|Any CPU.ActiveCfg = Debug
{FD93B3FC-8C59-4623-A7EB-F53989974FC4}.Release|Any CPU.ActiveCfg = Release
{2DC8C8D6-2851-4C4F-85D5-055607EA7139}.Debug|Any CPU.ActiveCfg = Debug
{2DC8C8D6-2851-4C4F-85D5-055607EA7139}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal