This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXboxGameBarBrightness.sln
39 lines (39 loc) · 2.23 KB
/
XboxGameBarBrightness.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XboxGameBarBrightness.UI", "XboxGameBarBrightness.UI\XboxGameBarBrightness.UI.csproj", "{31A3AB24-E591-467E-8E85-AE0E3ACF7CB2}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "XboxGameBarBrightness.Package", "XboxGameBarBrightness.Package\XboxGameBarBrightness.Package.wapproj", "{B5BAD3AC-4D98-4A3D-8B39-2E3C7EA145CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XboxGameBarBrightness.FullTrust", "XboxGameBarBrightness.FullTrust\XboxGameBarBrightness.FullTrust.csproj", "{B2BD4073-08BD-4453-B0CF-C71D0DCDEDE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31A3AB24-E591-467E-8E85-AE0E3ACF7CB2}.Debug|x64.ActiveCfg = Debug|x64
{31A3AB24-E591-467E-8E85-AE0E3ACF7CB2}.Debug|x64.Build.0 = Debug|x64
{31A3AB24-E591-467E-8E85-AE0E3ACF7CB2}.Release|x64.ActiveCfg = Release|x64
{31A3AB24-E591-467E-8E85-AE0E3ACF7CB2}.Release|x64.Build.0 = Release|x64
{B5BAD3AC-4D98-4A3D-8B39-2E3C7EA145CF}.Debug|x64.ActiveCfg = Debug|x64
{B5BAD3AC-4D98-4A3D-8B39-2E3C7EA145CF}.Debug|x64.Build.0 = Debug|x64
{B5BAD3AC-4D98-4A3D-8B39-2E3C7EA145CF}.Debug|x64.Deploy.0 = Debug|x64
{B5BAD3AC-4D98-4A3D-8B39-2E3C7EA145CF}.Release|x64.ActiveCfg = Release|x64
{B5BAD3AC-4D98-4A3D-8B39-2E3C7EA145CF}.Release|x64.Build.0 = Release|x64
{B5BAD3AC-4D98-4A3D-8B39-2E3C7EA145CF}.Release|x64.Deploy.0 = Release|x64
{B2BD4073-08BD-4453-B0CF-C71D0DCDEDE7}.Debug|x64.ActiveCfg = Debug|Any CPU
{B2BD4073-08BD-4453-B0CF-C71D0DCDEDE7}.Debug|x64.Build.0 = Debug|Any CPU
{B2BD4073-08BD-4453-B0CF-C71D0DCDEDE7}.Release|x64.ActiveCfg = Release|Any CPU
{B2BD4073-08BD-4453-B0CF-C71D0DCDEDE7}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {233C5E2C-D0C6-40E8-8595-4ADBE09A7E50}
EndGlobalSection
EndGlobal