forked from stax76/OpenWithPlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenWithPP.sln
31 lines (31 loc) · 1.52 KB
/
OpenWithPP.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
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28705.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "OpenWithPPGUI", "OpenWithPPGUI\OpenWithPPGUI.vbproj", "{352818B6-523C-4143-9BB6-9C263E73D0A6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenWithPPShellExtension", "OpenWithPPShellExtension\OpenWithPPShellExtension.vcxproj", "{D66A39BE-CA8D-4A68-AD8E-10DE640332BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{352818B6-523C-4143-9BB6-9C263E73D0A6}.Debug|x64.ActiveCfg = Debug|x64
{352818B6-523C-4143-9BB6-9C263E73D0A6}.Debug|x64.Build.0 = Debug|x64
{352818B6-523C-4143-9BB6-9C263E73D0A6}.Release|x64.ActiveCfg = Debug|x64
{352818B6-523C-4143-9BB6-9C263E73D0A6}.Release|x64.Build.0 = Debug|x64
{D66A39BE-CA8D-4A68-AD8E-10DE640332BA}.Debug|x64.ActiveCfg = Debug|x64
{D66A39BE-CA8D-4A68-AD8E-10DE640332BA}.Debug|x64.Build.0 = Debug|x64
{D66A39BE-CA8D-4A68-AD8E-10DE640332BA}.Release|x64.ActiveCfg = Release|x64
{D66A39BE-CA8D-4A68-AD8E-10DE640332BA}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67A48123-4492-4048-A5E9-9116EAB0351E}
EndGlobalSection
EndGlobal