forked from Maplespe/DWMBlurGlass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DWMBlurGlass.sln
51 lines (51 loc) · 2.75 KB
/
DWMBlurGlass.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWMBlurGlass", "DWMBlurGlass\DWMBlurGlass.vcxproj", "{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}"
ProjectSection(ProjectDependencies) = postProject
{22437B02-7BF2-4E32-94F6-A8D61F545FDE} = {22437B02-7BF2-4E32-94F6-A8D61F545FDE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWMBlurGlassExt", "DWMBlurGlassExt\DWMBlurGlassExt.vcxproj", "{22437B02-7BF2-4E32-94F6-A8D61F545FDE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "Common\Common.vcxitems", "{692508D0-DC4C-4C4A-9319-EA58E9B75671}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Debug|x64.ActiveCfg = Debug|x64
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Debug|x64.Build.0 = Debug|x64
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Debug|x86.ActiveCfg = Debug|Win32
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Debug|x86.Build.0 = Debug|Win32
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Release|x64.ActiveCfg = Release|x64
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Release|x64.Build.0 = Release|x64
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Release|x86.ActiveCfg = Release|Win32
{5F39FB9C-C35F-49C9-85C2-E8BCDBAB4B3F}.Release|x86.Build.0 = Release|Win32
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Debug|x64.ActiveCfg = Debug|x64
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Debug|x64.Build.0 = Debug|x64
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Debug|x86.ActiveCfg = Debug|Win32
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Debug|x86.Build.0 = Debug|Win32
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Release|x64.ActiveCfg = Release|x64
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Release|x64.Build.0 = Release|x64
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Release|x86.ActiveCfg = Release|Win32
{22437B02-7BF2-4E32-94F6-A8D61F545FDE}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A5792DB-F1A1-4E2A-8F6D-348CE8D23171}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Common\Common.vcxitems*{22437b02-7bf2-4e32-94f6-a8d61f545fde}*SharedItemsImports = 4
Common\Common.vcxitems*{5f39fb9c-c35f-49c9-85c2-e8bcdbab4b3f}*SharedItemsImports = 4
Common\Common.vcxitems*{692508d0-dc4c-4c4a-9319-ea58e9b75671}*SharedItemsImports = 9
EndGlobalSection
EndGlobal