-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathSwitchThemes.sln
55 lines (55 loc) · 3.55 KB
/
SwitchThemes.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
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwitchThemesWin", "SwitchThemes\SwitchThemesWin.csproj", "{CFBF6EF0-8237-442A-8997-A30072F0B9F8}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SwitchThemesCommon", "SwitchThemesCommon\SwitchThemesCommon.shproj", "{11174F92-402D-4064-B278-F52842A48251}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwitchThemesOnline", "SwitchThemesOnline\SwitchThemesOnline.csproj", "{3EE76B71-422A-4E80-8F17-63DA105BB4BC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SwitchThemesNX", "SwitchThemesNX\SwitchThemesNX.vcxproj", "{B6DA9247-8ED4-44D7-9FD3-6EAB523FC003}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwitchThemesCommonTests", "Tests\SwitchThemesCommonTests\SwitchThemesCommonTests.csproj", "{AE30580E-A6B7-49DB-97D9-088B159F1101}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SwitchThemesNXTests", "Tests\SwitchThemesNXTests\SwitchThemesNXTests.vcxproj", "{28D10DAC-B4F8-4205-BBE8-722C2687E2E1}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SwitchThemesCommon\SwitchThemesCommon.projitems*{11174f92-402d-4064-b278-f52842a48251}*SharedItemsImports = 13
SwitchThemesCommon\SwitchThemesCommon.projitems*{ae30580e-a6b7-49db-97d9-088b159f1101}*SharedItemsImports = 5
SwitchThemesCommon\SwitchThemesCommon.projitems*{cfbf6ef0-8237-442a-8997-a30072f0b9f8}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFBF6EF0-8237-442A-8997-A30072F0B9F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFBF6EF0-8237-442A-8997-A30072F0B9F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFBF6EF0-8237-442A-8997-A30072F0B9F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFBF6EF0-8237-442A-8997-A30072F0B9F8}.Release|Any CPU.Build.0 = Release|Any CPU
{3EE76B71-422A-4E80-8F17-63DA105BB4BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EE76B71-422A-4E80-8F17-63DA105BB4BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EE76B71-422A-4E80-8F17-63DA105BB4BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EE76B71-422A-4E80-8F17-63DA105BB4BC}.Release|Any CPU.Build.0 = Release|Any CPU
{B6DA9247-8ED4-44D7-9FD3-6EAB523FC003}.Debug|Any CPU.ActiveCfg = Debug|Win32
{B6DA9247-8ED4-44D7-9FD3-6EAB523FC003}.Debug|Any CPU.Build.0 = Debug|Win32
{B6DA9247-8ED4-44D7-9FD3-6EAB523FC003}.Release|Any CPU.ActiveCfg = Debug|Win32
{AE30580E-A6B7-49DB-97D9-088B159F1101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE30580E-A6B7-49DB-97D9-088B159F1101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE30580E-A6B7-49DB-97D9-088B159F1101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE30580E-A6B7-49DB-97D9-088B159F1101}.Release|Any CPU.Build.0 = Release|Any CPU
{28D10DAC-B4F8-4205-BBE8-722C2687E2E1}.Debug|Any CPU.ActiveCfg = Debug|Win32
{28D10DAC-B4F8-4205-BBE8-722C2687E2E1}.Debug|Any CPU.Build.0 = Debug|Win32
{28D10DAC-B4F8-4205-BBE8-722C2687E2E1}.Release|Any CPU.ActiveCfg = Release|Win32
{28D10DAC-B4F8-4205-BBE8-722C2687E2E1}.Release|Any CPU.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39DA1599-C227-462D-910F-490C734D5B41}
EndGlobalSection
EndGlobal