diff --git a/Packaging/Images/LockScreenLogo.scale-200.png b/Packaging/Images/LockScreenLogo.scale-200.png new file mode 100644 index 0000000..7fd0044 Binary files /dev/null and b/Packaging/Images/LockScreenLogo.scale-200.png differ diff --git a/Packaging/Images/SplashScreen.scale-200.png b/Packaging/Images/SplashScreen.scale-200.png new file mode 100644 index 0000000..85dc073 Binary files /dev/null and b/Packaging/Images/SplashScreen.scale-200.png differ diff --git a/Packaging/Images/Square150x150Logo.scale-200.png b/Packaging/Images/Square150x150Logo.scale-200.png new file mode 100644 index 0000000..5655124 Binary files /dev/null and b/Packaging/Images/Square150x150Logo.scale-200.png differ diff --git a/Packaging/Images/Square44x44Logo.scale-200.png b/Packaging/Images/Square44x44Logo.scale-200.png new file mode 100644 index 0000000..d972c68 Binary files /dev/null and b/Packaging/Images/Square44x44Logo.scale-200.png differ diff --git a/Packaging/Images/Square44x44Logo.targetsize-24_altform-unplated.png b/Packaging/Images/Square44x44Logo.targetsize-24_altform-unplated.png new file mode 100644 index 0000000..962815e Binary files /dev/null and b/Packaging/Images/Square44x44Logo.targetsize-24_altform-unplated.png differ diff --git a/Packaging/Images/StoreLogo.png b/Packaging/Images/StoreLogo.png new file mode 100644 index 0000000..8520558 Binary files /dev/null and b/Packaging/Images/StoreLogo.png differ diff --git a/Packaging/Images/Wide310x150Logo.scale-200.png b/Packaging/Images/Wide310x150Logo.scale-200.png new file mode 100644 index 0000000..a149fbe Binary files /dev/null and b/Packaging/Images/Wide310x150Logo.scale-200.png differ diff --git a/Packaging/Package.appxmanifest b/Packaging/Package.appxmanifest new file mode 100644 index 0000000..834df6f --- /dev/null +++ b/Packaging/Package.appxmanifest @@ -0,0 +1,48 @@ + + + + + + + + SystemTrayMenu + SystemTrayMenu + Images\StoreLogo.png + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Packaging/Packaging.wapproj b/Packaging/Packaging.wapproj new file mode 100644 index 0000000..fdb4ce9 --- /dev/null +++ b/Packaging/Packaging.wapproj @@ -0,0 +1,89 @@ + + + + 15.0 + + + + Debug + x86 + + + Release + x86 + + + Debug + x64 + + + Release + x64 + + + Debug + AnyCPU + + + Release + AnyCPU + + + + $(MSBuildExtensionsPath)\Microsoft\DesktopBridge\ + + + + 01d77f37-786a-4dc4-a1ad-bc1eec54eae3 + 10.0.18362.0 + 10.0.17763.0 + en-US + false + ..\SystemTrayMenu.csproj + False + True + True + x64 + https://github.com/Hofknecht/SystemTrayMenu/releases + 0 + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + + Designer + + + + + + + + + + + + + + + True + + + + \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index cba55bb..ca0b96f 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.10.2.6")] -[assembly: AssemblyFileVersion("0.10.2.6")] +[assembly: AssemblyVersion("0.10.2.7")] +[assembly: AssemblyFileVersion("0.10.2.7")] diff --git a/Resources/icon.png b/Resources/icon.png new file mode 100644 index 0000000..e769f99 Binary files /dev/null and b/Resources/icon.png differ diff --git a/SystemTrayMenu.csproj b/SystemTrayMenu.csproj index 1715817..5b5a17e 100644 --- a/SystemTrayMenu.csproj +++ b/SystemTrayMenu.csproj @@ -20,6 +20,7 @@ true true false + AnyCPU;x86;x64 SystemTrayMenu.Program @@ -49,9 +50,23 @@ none true + + none + true + + + none + true + bin\x64\ + + bin\x64\ + + + bin\x64\ + False diff --git a/SystemTrayMenu.sln b/SystemTrayMenu.sln index 6c2b758..8611ecf 100644 --- a/SystemTrayMenu.sln +++ b/SystemTrayMenu.sln @@ -15,6 +15,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SystemTrayMenuDocuments", " ReadMe.txt = ReadMe.txt EndProjectSection EndProject +Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "Packaging", "Packaging\Packaging.wapproj", "{01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -27,16 +29,34 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x64.ActiveCfg = Debug|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x64.Build.0 = Debug|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x86.ActiveCfg = Debug|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x86.Build.0 = Debug|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|Any CPU.Build.0 = Release|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x64.ActiveCfg = Release|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x64.Build.0 = Release|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x86.ActiveCfg = Release|Any CPU - {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x86.Build.0 = Release|Any CPU + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x64.ActiveCfg = Debug|x64 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x64.Build.0 = Debug|x64 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x86.ActiveCfg = Debug|x64 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Debug|x86.Build.0 = Debug|x64 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|Any CPU.ActiveCfg = Release|x86 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|Any CPU.Build.0 = Release|x86 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x64.ActiveCfg = Release|x64 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x64.Build.0 = Release|x64 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x86.ActiveCfg = Release|x86 + {F317AF2E-9704-4A2A-BDAE-B4662ED9483B}.Release|x86.Build.0 = Release|x86 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|x64.ActiveCfg = Debug|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|x64.Build.0 = Debug|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|x64.Deploy.0 = Debug|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|x86.ActiveCfg = Debug|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|x86.Build.0 = Debug|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Debug|x86.Deploy.0 = Debug|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|Any CPU.ActiveCfg = Release|x86 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|Any CPU.Build.0 = Release|x86 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|Any CPU.Deploy.0 = Release|x86 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|x64.ActiveCfg = Release|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|x64.Build.0 = Release|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|x64.Deploy.0 = Release|x64 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|x86.ActiveCfg = Release|x86 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|x86.Build.0 = Release|x86 + {01D77F37-786A-4DC4-A1AD-BC1EEC54EAE3}.Release|x86.Deploy.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE