-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathshelllibrary.sln
30 lines (30 loc) · 1.33 KB
/
shelllibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shelllibrary", "shelllibrary\shelllibrary.vcxproj", "{5CBD8882-F6D7-4065-B5D5-132BE8FE304C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5562C80-E2C4-43F4-B27B-A6021025310E}"
ProjectSection(SolutionItems) = preProject
shelllibrary.zip = shelllibrary.zip
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CBD8882-F6D7-4065-B5D5-132BE8FE304C}.Debug|Win32.ActiveCfg = Debug|Win32
{5CBD8882-F6D7-4065-B5D5-132BE8FE304C}.Debug|Win32.Build.0 = Debug|Win32
{5CBD8882-F6D7-4065-B5D5-132BE8FE304C}.Release|Win32.ActiveCfg = Release|Win32
{5CBD8882-F6D7-4065-B5D5-132BE8FE304C}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {558125F4-A964-477C-81C4-A60255131476}
EndGlobalSection
EndGlobal