-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastFolder.sln
36 lines (36 loc) · 1.79 KB
/
FastFolder.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
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32802.440
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderOpener", "FolderOpener\FolderOpener.csproj", "{A34D6B1B-A884-41F5-8D17-2D8BA060A723}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F270703B-056C-4A64-9468-54B5F78FFDBA}"
ProjectSection(SolutionItems) = preProject
build.py = build.py
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderCreater", "FolderCreater\FolderCreater.csproj", "{F117265A-FFA6-4375-92F3-197CA0011719}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A34D6B1B-A884-41F5-8D17-2D8BA060A723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A34D6B1B-A884-41F5-8D17-2D8BA060A723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A34D6B1B-A884-41F5-8D17-2D8BA060A723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A34D6B1B-A884-41F5-8D17-2D8BA060A723}.Release|Any CPU.Build.0 = Release|Any CPU
{F117265A-FFA6-4375-92F3-197CA0011719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F117265A-FFA6-4375-92F3-197CA0011719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F117265A-FFA6-4375-92F3-197CA0011719}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F117265A-FFA6-4375-92F3-197CA0011719}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB2204B8-CE2E-4C64-A232-A94C56AE6436}
EndGlobalSection
EndGlobal