-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFeatherShellExtPreviewHandler.sln
More file actions
30 lines (30 loc) · 1.44 KB
/
Copy pathFeatherShellExtPreviewHandler.sln
File metadata and controls
30 lines (30 loc) · 1.44 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppShellExtPreviewHandler", "CppShellExtPreviewHandler\CppShellExtPreviewHandler.vcxproj", "{452BB18C-FA4B-4D4C-8061-95B044959D8C}"
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
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Debug|Win32.ActiveCfg = Debug|Win32
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Debug|Win32.Build.0 = Debug|Win32
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Debug|x64.ActiveCfg = Debug|x64
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Debug|x64.Build.0 = Debug|x64
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Release|Win32.ActiveCfg = Release|Win32
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Release|Win32.Build.0 = Release|Win32
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Release|x64.ActiveCfg = Release|x64
{452BB18C-FA4B-4D4C-8061-95B044959D8C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {827CF230-F687-4F56-8193-954032ACF9A6}
EndGlobalSection
EndGlobal