diff --git a/.gitattributes b/.gitattributes index 39d53163..b74f7b1f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,39 +1,39 @@ -############################################################################### -# Set default behavior to automatically normalize line endings. -############################################################################### -* text=auto - -# Declare files that will always have CRLF line endings on checkout. -*.appxmanifest text eol=crlf -*.c text eol=crlf -*.cpp text eol=crlf -*.cs text eol=crlf -*.csproj text eol=crlf -*.css text eol=crlf -*.def text eol=crlf -*.filters text eol=crlf -*.h text eol=crlf -*.htm text eol=crlf -*.html text eol=crlf -*.idl text eol=crlf -*.inf text eol=crlf -*.inx text eol=crlf -*.js text eol=crlf -*.json text eol=crlf -*.jsproj text eol=crlf -*.rc text eol=crlf -*.resjson text eol=crlf -*.rgs text eol=crlf -*.sln text eol=crlf -*.vcxproj text eol=crlf -*.xaml text eol=crlf - -############################################################################### -# Set default behavior for command prompt diff. -# -# This is need for earlier builds of msysgit that does not have it on by -# default for csharp files. -# Note: This is only used by command line -############################################################################### -*.cs diff=csharp - +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +#* text=auto + +# Declare files that will always have CRLF line endings on checkout. +*.appxmanifest text eol=crlf +*.c text eol=crlf +*.cpp text eol=crlf +*.cs text eol=crlf +*.csproj text eol=crlf +*.css text eol=crlf +*.def text eol=crlf +*.filters text eol=crlf +*.h text eol=crlf +*.htm text eol=crlf +*.html text eol=crlf +*.idl text eol=crlf +*.inf text eol=crlf +*.inx text eol=crlf +*.js text eol=crlf +*.json text eol=crlf +*.jsproj text eol=crlf +*.rc text eol=crlf +*.resjson text eol=crlf +*.rgs text eol=crlf +*.sln text eol=crlf +*.vcxproj text eol=crlf +*.xaml text eol=crlf + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +*.cs diff=csharp + diff --git a/Samples/UWP Office Interop/.gitattributes b/Samples/UWP Office Interop/.gitattributes index 1ff0c423..f297d068 100644 --- a/Samples/UWP Office Interop/.gitattributes +++ b/Samples/UWP Office Interop/.gitattributes @@ -1,7 +1,7 @@ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### -* text=auto +#* text=auto ############################################################################### # Set default behavior for command prompt diff. diff --git a/Samples/UWP Systray/SystrayComponent/App.config b/Samples/UWP Systray/SystrayComponent/App.config index 88fa4027..bae5d6d8 100644 --- a/Samples/UWP Systray/SystrayComponent/App.config +++ b/Samples/UWP Systray/SystrayComponent/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Samples/UWP Systray/SystrayComponent/Properties/Resources.Designer.cs b/Samples/UWP Systray/SystrayComponent/Properties/Resources.Designer.cs index 2e291850..80dd73cb 100644 --- a/Samples/UWP Systray/SystrayComponent/Properties/Resources.Designer.cs +++ b/Samples/UWP Systray/SystrayComponent/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SystrayComponent.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/UWP Systray/SystrayComponent/Properties/Settings.Designer.cs b/Samples/UWP Systray/SystrayComponent/Properties/Settings.Designer.cs index 20f77ef6..6e1364f0 100644 --- a/Samples/UWP Systray/SystrayComponent/Properties/Settings.Designer.cs +++ b/Samples/UWP Systray/SystrayComponent/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace SystrayComponent.Properties -{ - - +namespace SystrayComponent.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/Samples/UWP Systray/SystrayComponent/SystrayComponent.csproj b/Samples/UWP Systray/SystrayComponent/SystrayComponent.csproj index c604b60e..b8d76c8d 100644 --- a/Samples/UWP Systray/SystrayComponent/SystrayComponent.csproj +++ b/Samples/UWP Systray/SystrayComponent/SystrayComponent.csproj @@ -1,4 +1,4 @@ - + @@ -8,9 +8,10 @@ WinExe SystrayComponent SystrayComponent - v4.5.2 + v4.6.1 512 true + AnyCPU @@ -48,7 +49,7 @@ - $(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.15063.0\Windows.winmd + $(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.16299.0\Windows.winmd @@ -89,6 +90,7 @@ - copy /y "$(TargetPath)" "$(SolutionDir)SystrayExtension\Win32\" + + - + \ No newline at end of file diff --git a/Samples/UWP Systray/SystrayExtension.sln b/Samples/UWP Systray/SystrayExtension.sln index 2250aea0..867c9fd2 100644 --- a/Samples/UWP Systray/SystrayExtension.sln +++ b/Samples/UWP Systray/SystrayExtension.sln @@ -10,6 +10,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystrayExtension", "Systray EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystrayComponent", "SystrayComponent\SystrayComponent.csproj", "{7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}" EndProject +Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "SystrayExtensionDemo", "SystrayExtensionDemo\SystrayExtensionDemo.wapproj", "{8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -25,7 +27,6 @@ Global {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Debug|Any CPU.ActiveCfg = Debug|x86 {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Debug|ARM.ActiveCfg = Debug|ARM {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Debug|ARM.Build.0 = Debug|ARM - {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Debug|ARM.Deploy.0 = Debug|ARM {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Debug|x64.ActiveCfg = Debug|x64 {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Debug|x64.Build.0 = Debug|x64 {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Debug|x64.Deploy.0 = Debug|x64 @@ -35,7 +36,6 @@ Global {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Release|Any CPU.ActiveCfg = Release|x86 {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Release|ARM.ActiveCfg = Release|ARM {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Release|ARM.Build.0 = Release|ARM - {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Release|ARM.Deploy.0 = Release|ARM {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Release|x64.ActiveCfg = Release|x64 {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Release|x64.Build.0 = Release|x64 {82EB7D3F-8948-4EED-9C98-F2FC2428A4F5}.Release|x64.Deploy.0 = Release|x64 @@ -53,13 +53,39 @@ Global {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|Any CPU.Build.0 = Release|Any CPU {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|ARM.ActiveCfg = Release|Any CPU - {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|ARM.Build.0 = Release|Any CPU {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|x64.ActiveCfg = Release|Any CPU {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|x64.Build.0 = Release|Any CPU {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|x86.ActiveCfg = Release|Any CPU {7EB81B54-E3D6-4945-B1DE-F75663CC3A7D}.Release|x86.Build.0 = Release|Any CPU + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|ARM.ActiveCfg = Debug|ARM + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|ARM.Build.0 = Debug|ARM + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|ARM.Deploy.0 = Debug|ARM + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|x64.ActiveCfg = Debug|x64 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|x64.Build.0 = Debug|x64 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|x64.Deploy.0 = Debug|x64 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|x86.ActiveCfg = Debug|x86 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|x86.Build.0 = Debug|x86 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Debug|x86.Deploy.0 = Debug|x86 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|Any CPU.Build.0 = Release|Any CPU + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|Any CPU.Deploy.0 = Release|Any CPU + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|ARM.ActiveCfg = Release|ARM + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|ARM.Build.0 = Release|ARM + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|ARM.Deploy.0 = Release|ARM + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|x64.ActiveCfg = Release|x64 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|x64.Build.0 = Release|x64 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|x64.Deploy.0 = Release|x64 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|x86.ActiveCfg = Release|x86 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|x86.Build.0 = Release|x86 + {8C8C6C40-5272-4F4C-AE0C-225BDB57B7DE}.Release|x86.Deploy.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7497612B-9043-49C3-9993-B00E123FE65A} + EndGlobalSection EndGlobal diff --git a/Samples/UWP Systray/SystrayExtension/SystrayExtension.csproj b/Samples/UWP Systray/SystrayExtension/SystrayExtension.csproj index 83f2aeb2..da6324a7 100644 --- a/Samples/UWP Systray/SystrayExtension/SystrayExtension.csproj +++ b/Samples/UWP Systray/SystrayExtension/SystrayExtension.csproj @@ -11,7 +11,7 @@ SystrayExtension en-US UAP - 10.0.15063.0 + 10.0.17133.0 10.0.15063.0 14 512 @@ -136,7 +136,6 @@ - @@ -160,7 +159,7 @@ - + Windows Desktop Extensions for the UWP diff --git a/Samples/UWP Systray/SystrayExtension/Win32/SystrayComponent.exe b/Samples/UWP Systray/SystrayExtension/Win32/SystrayComponent.exe deleted file mode 100644 index 6bfc48cc..00000000 Binary files a/Samples/UWP Systray/SystrayExtension/Win32/SystrayComponent.exe and /dev/null differ diff --git a/Samples/UWP Systray/SystrayExtensionDemo/Images/LockScreenLogo.scale-200.png b/Samples/UWP Systray/SystrayExtensionDemo/Images/LockScreenLogo.scale-200.png new file mode 100644 index 00000000..735f57ad Binary files /dev/null and b/Samples/UWP Systray/SystrayExtensionDemo/Images/LockScreenLogo.scale-200.png differ diff --git a/Samples/UWP Systray/SystrayExtensionDemo/Images/Square150x150Logo.scale-200.png b/Samples/UWP Systray/SystrayExtensionDemo/Images/Square150x150Logo.scale-200.png new file mode 100644 index 00000000..af49fec1 Binary files /dev/null and b/Samples/UWP Systray/SystrayExtensionDemo/Images/Square150x150Logo.scale-200.png differ diff --git a/Samples/UWP Systray/SystrayExtensionDemo/Images/Square44x44Logo.scale-200.png b/Samples/UWP Systray/SystrayExtensionDemo/Images/Square44x44Logo.scale-200.png new file mode 100644 index 00000000..ce342a2e Binary files /dev/null and b/Samples/UWP Systray/SystrayExtensionDemo/Images/Square44x44Logo.scale-200.png differ diff --git a/Samples/UWP Systray/SystrayExtensionDemo/Images/Square44x44Logo.targetsize-24_altform-unplated.png b/Samples/UWP Systray/SystrayExtensionDemo/Images/Square44x44Logo.targetsize-24_altform-unplated.png new file mode 100644 index 00000000..f6c02ce9 Binary files /dev/null and b/Samples/UWP Systray/SystrayExtensionDemo/Images/Square44x44Logo.targetsize-24_altform-unplated.png differ diff --git a/Samples/UWP Systray/SystrayExtensionDemo/Images/StoreLogo.png b/Samples/UWP Systray/SystrayExtensionDemo/Images/StoreLogo.png new file mode 100644 index 00000000..7385b56c Binary files /dev/null and b/Samples/UWP Systray/SystrayExtensionDemo/Images/StoreLogo.png differ diff --git a/Samples/UWP Systray/SystrayExtensionDemo/Images/Wide310x150Logo.scale-200.png b/Samples/UWP Systray/SystrayExtensionDemo/Images/Wide310x150Logo.scale-200.png new file mode 100644 index 00000000..288995b3 Binary files /dev/null and b/Samples/UWP Systray/SystrayExtensionDemo/Images/Wide310x150Logo.scale-200.png differ diff --git a/Samples/UWP Systray/SystrayExtensionDemo/Package.appxmanifest b/Samples/UWP Systray/SystrayExtensionDemo/Package.appxmanifest new file mode 100644 index 00000000..bb3ddc60 --- /dev/null +++ b/Samples/UWP Systray/SystrayExtensionDemo/Package.appxmanifest @@ -0,0 +1,35 @@ + + + + + SystrayExtensionDemo + rmpablos + Images\StoreLogo.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Samples/UWP Systray/SystrayExtensionDemo/SystrayExtensionDemo.wapproj b/Samples/UWP Systray/SystrayExtensionDemo/SystrayExtensionDemo.wapproj new file mode 100644 index 00000000..d7389551 --- /dev/null +++ b/Samples/UWP Systray/SystrayExtensionDemo/SystrayExtensionDemo.wapproj @@ -0,0 +1,99 @@ + + + + 15.0 + + + + Debug + x86 + + + Release + x86 + + + Debug + x64 + + + Release + x64 + + + Debug + AnyCPU + + + Release + AnyCPU + + + Debug + ARM + + + Release + ARM + + + + $(MSBuildExtensionsPath)\Microsoft\DesktopBridge\ + + + + 8c8c6c40-5272-4f4c-ae0c-225bdb57b7de + 10.0.17133.0 + 10.0.15063.0 + en-US + SystrayExtensionDemo_TemporaryKey.pfx + ..\SystrayExtension\SystrayExtension.csproj + False + True + 1 + OnApplicationRun + + + Never + + + Never + + + Never + + + Never + + + Never + + + Never + + + Never + + + Never + + + + Designer + + + + + + + + + + + + + + + + + \ No newline at end of file