-
Notifications
You must be signed in to change notification settings - Fork 3
/
Windows10Colors.sln
51 lines (51 loc) · 2.92 KB
/
Windows10Colors.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Windows10Colors", "Windows10Colors\Windows10Colors.vcxproj", "{D435D200-914F-485C-B9F7-4C77338E964B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PaintWin10Colors", "PaintWin10Colors\PaintWin10Colors.vcxproj", "{B35BA939-D26B-4888-9833-9BF940C877F2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DumpWin10Colors", "DumpWin10Colors\DumpWin10Colors.vcxproj", "{3AD39F6D-908E-4F8B-99AF-645B7CC01839}"
ProjectSection(ProjectDependencies) = postProject
{D435D200-914F-485C-B9F7-4C77338E964B} = {D435D200-914F-485C-B9F7-4C77338E964B}
EndProjectSection
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
{D435D200-914F-485C-B9F7-4C77338E964B}.Debug|x64.ActiveCfg = Debug|x64
{D435D200-914F-485C-B9F7-4C77338E964B}.Debug|x64.Build.0 = Debug|x64
{D435D200-914F-485C-B9F7-4C77338E964B}.Debug|x86.ActiveCfg = Debug|Win32
{D435D200-914F-485C-B9F7-4C77338E964B}.Debug|x86.Build.0 = Debug|Win32
{D435D200-914F-485C-B9F7-4C77338E964B}.Release|x64.ActiveCfg = Release|x64
{D435D200-914F-485C-B9F7-4C77338E964B}.Release|x64.Build.0 = Release|x64
{D435D200-914F-485C-B9F7-4C77338E964B}.Release|x86.ActiveCfg = Release|Win32
{D435D200-914F-485C-B9F7-4C77338E964B}.Release|x86.Build.0 = Release|Win32
{B35BA939-D26B-4888-9833-9BF940C877F2}.Debug|x64.ActiveCfg = Debug|x64
{B35BA939-D26B-4888-9833-9BF940C877F2}.Debug|x64.Build.0 = Debug|x64
{B35BA939-D26B-4888-9833-9BF940C877F2}.Debug|x86.ActiveCfg = Debug|Win32
{B35BA939-D26B-4888-9833-9BF940C877F2}.Debug|x86.Build.0 = Debug|Win32
{B35BA939-D26B-4888-9833-9BF940C877F2}.Release|x64.ActiveCfg = Release|x64
{B35BA939-D26B-4888-9833-9BF940C877F2}.Release|x64.Build.0 = Release|x64
{B35BA939-D26B-4888-9833-9BF940C877F2}.Release|x86.ActiveCfg = Release|Win32
{B35BA939-D26B-4888-9833-9BF940C877F2}.Release|x86.Build.0 = Release|Win32
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Debug|x64.ActiveCfg = Debug|x64
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Debug|x64.Build.0 = Debug|x64
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Debug|x86.ActiveCfg = Debug|Win32
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Debug|x86.Build.0 = Debug|Win32
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Release|x64.ActiveCfg = Release|x64
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Release|x64.Build.0 = Release|x64
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Release|x86.ActiveCfg = Release|Win32
{3AD39F6D-908E-4F8B-99AF-645B7CC01839}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal