Skip to content

Commit ee8d2b0

Browse files
committed
Small tweaks to reduce warnings and get prepared for packaging.
1 parent fd8b259 commit ee8d2b0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Caffeinated.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Global
2121
Release|x86 = Release|x86
2222
EndGlobalSection
2323
GlobalSection(ProjectConfigurationPlatforms) = postSolution
24-
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Debug|Any CPU.ActiveCfg = Debug|x86
2525
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Debug|ARM.ActiveCfg = Debug|x86
2626
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Debug|ARM64.ActiveCfg = Debug|x86
2727
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Debug|x64.ActiveCfg = Debug|x86
@@ -31,8 +31,8 @@ Global
3131
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Release|ARM.ActiveCfg = Release|x86
3232
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Release|ARM64.ActiveCfg = Release|x86
3333
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Release|x64.ActiveCfg = Release|x86
34-
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Release|x86.ActiveCfg = Release|x86
35-
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Release|x86.Build.0 = Release|x86
34+
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Release|x86.ActiveCfg = Release|Any CPU
35+
{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}.Release|x86.Build.0 = Release|Any CPU
3636
{CC32EB7E-6CC3-4139-BD90-09D0A04439D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3737
{CC32EB7E-6CC3-4139-BD90-09D0A04439D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
3838
{CC32EB7E-6CC3-4139-BD90-09D0A04439D4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void SetIsLightTheme() {
144144
}
145145
}
146146
}
147-
catch (Exception ex) {
147+
catch (Exception) {
148148
isLightTheme = false;
149149
}
150150
}

app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
3+
<assemblyIdentity version="1.0.0.0" name="Caffeinated.app"/>
44
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">

0 commit comments

Comments
 (0)