forked from dwmkerr/sharpshell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpShellInstallerSample.sln
More file actions
20 lines (20 loc) · 913 Bytes
/
SharpShellInstallerSample.sln
File metadata and controls
20 lines (20 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SharpShellInstallerSample", "SharpShellInstallerSample\SharpShellInstallerSample.vdproj", "{AA8DFD1F-59D7-4BB1-92A4-3BE100FBB783}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Default = Debug|Default
Release|Default = Release|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA8DFD1F-59D7-4BB1-92A4-3BE100FBB783}.Debug|Default.ActiveCfg = Debug
{AA8DFD1F-59D7-4BB1-92A4-3BE100FBB783}.Debug|Default.Build.0 = Debug
{AA8DFD1F-59D7-4BB1-92A4-3BE100FBB783}.Release|Default.ActiveCfg = Release
{AA8DFD1F-59D7-4BB1-92A4-3BE100FBB783}.Release|Default.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal