-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCreateFolderWithSelection.sln
More file actions
43 lines (42 loc) · 2.49 KB
/
CreateFolderWithSelection.sln
File metadata and controls
43 lines (42 loc) · 2.49 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.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateFolderWithSelection.ShellExt", "CreateFolderWithSelection.ShellExt\CreateFolderWithSelection.ShellExt.vcxproj", "{4C522432-8504-4F54-95C4-04F878D3D8E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreateFolderWithSelection.Gui", "CreateFolderWithSelection.Gui\CreateFolderWithSelection.Gui.csproj", "{EF1495E9-2F1B-4C49-AD98-9E929F813891}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "CreateFolderWithSelection.Package", "CreateFolderWithSelection.Package\CreateFolderWithSelection.Package.wapproj", "{A3D8A293-6F44-4809-9E5C-8D455F642341}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D6058F93-0105-4706-9571-0428B020054F}"
ProjectSection(SolutionItems) = preProject
RestartExplorer.ps1 = RestartExplorer.ps1
debug_register.reg = debug_register.reg
cleanup_debug.reg = cleanup_debug.reg
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C522432-8504-4F54-95C4-04F878D3D8E2}.Debug|x64.ActiveCfg = Debug|x64
{4C522432-8504-4F54-95C4-04F878D3D8E2}.Debug|x64.Build.0 = Debug|x64
{4C522432-8504-4F54-95C4-04F878D3D8E2}.Release|x64.ActiveCfg = Release|x64
{4C522432-8504-4F54-95C4-04F878D3D8E2}.Release|x64.Build.0 = Release|x64
{EF1495E9-2F1B-4C49-AD98-9E929F813891}.Debug|x64.ActiveCfg = Debug|x64
{EF1495E9-2F1B-4C49-AD98-9E929F813891}.Debug|x64.Build.0 = Debug|x64
{EF1495E9-2F1B-4C49-AD98-9E929F813891}.Release|x64.ActiveCfg = Release|x64
{EF1495E9-2F1B-4C49-AD98-9E929F813891}.Release|x64.Build.0 = Release|x64
{A3D8A293-6F44-4809-9E5C-8D455F642341}.Debug|x64.ActiveCfg = Debug|x64
{A3D8A293-6F44-4809-9E5C-8D455F642341}.Debug|x64.Build.0 = Debug|x64
{A3D8A293-6F44-4809-9E5C-8D455F642341}.Debug|x64.Deploy.0 = Debug|x64
{A3D8A293-6F44-4809-9E5C-8D455F642341}.Release|x64.ActiveCfg = Release|x64
{A3D8A293-6F44-4809-9E5C-8D455F642341}.Release|x64.Build.0 = Release|x64
{A3D8A293-6F44-4809-9E5C-8D455F642341}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal