-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShowFolderNotifyIcon.sln
35 lines (35 loc) · 1.91 KB
/
ShowFolderNotifyIcon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShowFolderNotifyIcon", "ShowFolderNotifyIcon\ShowFolderNotifyIcon.csproj", "{EB3E05BE-BD13-4CD3-B20A-8CA261CCB1D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShowFolderNotifyIconTest", "ShowFolderNotifyIconTest\ShowFolderNotifyIconTest.csproj", "{31F94DCB-C33E-4255-BB82-61E48E3F7D2C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{86F02AD8-8D63-413C-8068-219D371757EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB3E05BE-BD13-4CD3-B20A-8CA261CCB1D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB3E05BE-BD13-4CD3-B20A-8CA261CCB1D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB3E05BE-BD13-4CD3-B20A-8CA261CCB1D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB3E05BE-BD13-4CD3-B20A-8CA261CCB1D1}.Release|Any CPU.Build.0 = Release|Any CPU
{31F94DCB-C33E-4255-BB82-61E48E3F7D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F94DCB-C33E-4255-BB82-61E48E3F7D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F94DCB-C33E-4255-BB82-61E48E3F7D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F94DCB-C33E-4255-BB82-61E48E3F7D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{86F02AD8-8D63-413C-8068-219D371757EB}.Debug|Any CPU.ActiveCfg = Debug
{86F02AD8-8D63-413C-8068-219D371757EB}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A95120BA-2DAF-4DC8-863F-F4BA5F6B8D17}
EndGlobalSection
EndGlobal