diff --git a/src/common/ManagedTelemetry/Telemetry/Telemetry.csproj b/src/common/ManagedTelemetry/Telemetry/Telemetry.csproj index 4483870d2f..cba3960f11 100644 --- a/src/common/ManagedTelemetry/Telemetry/Telemetry.csproj +++ b/src/common/ManagedTelemetry/Telemetry/Telemetry.csproj @@ -1,9 +1,11 @@  + x64 x64 netstandard2.0 + $(Version).0 diff --git a/src/common/interop-tests/Properties/AssemblyInfo.cs b/src/common/interop-tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 5d57ad7547..0000000000 --- a/src/common/interop-tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("interop-tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("interop-tests")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] - -[assembly: Guid("437ad818-3f1f-4ca5-a79b-25233a157026")] - -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/common/interop-tests/interop-tests.csproj b/src/common/interop-tests/interop-tests.csproj index 82ba29d322..beb705fbc2 100644 --- a/src/common/interop-tests/interop-tests.csproj +++ b/src/common/interop-tests/interop-tests.csproj @@ -2,6 +2,39 @@ + + + + interop-tests + Microsoft Corp. + Copyright (C) 2020 Microsoft Corp. + + + + + + + + + + + + + + + + + + + + + + + + + + + Debug AnyCPU @@ -53,7 +86,9 @@ - + + Code + diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj index 38341011f1..5ee084ef71 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI.Lib/Microsoft.PowerToys.Settings.UI.Lib.csproj @@ -1,8 +1,11 @@  + + netstandard2.0 AnyCPU;x64 + $(Version).0 diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Runner/AssemblyInfo.cs b/src/core/Microsoft.PowerToys.Settings.UI.Runner/AssemblyInfo.cs deleted file mode 100644 index 92c2fbe194..0000000000 --- a/src/core/Microsoft.PowerToys.Settings.UI.Runner/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) Microsoft Corporation -// The Microsoft Corporation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Windows; - -[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj b/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj index 5879ac5818..1fb9dcd709 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI.Runner/Microsoft.PowerToys.Settings.UI.Runner.csproj @@ -1,5 +1,7 @@  + + WinExe netcoreapp3.1 @@ -14,7 +16,7 @@ https://github.com/microsoft/PowerToys Github PowerToys - 0.18.3.0 + $(Version).0 x64 icon.ico diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj index ada9eb9abe..d70b491eb7 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj @@ -1,6 +1,39 @@  + + + + Microsoft.PowerToys.Settings.UI + Microsoft Corp. + Copyright (C) 2020 Microsoft Corp. + + + + + + + + + + + + + + + + + + + + + + + + + + + Debug x64 @@ -59,11 +92,13 @@ HotkeySettingsControl.xaml + + Code + - diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Properties/AssemblyInfo.cs b/src/core/Microsoft.PowerToys.Settings.UI/Properties/AssemblyInfo.cs deleted file mode 100644 index b3d71b870b..0000000000 --- a/src/core/Microsoft.PowerToys.Settings.UI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) Microsoft Corporation -// The Microsoft Corporation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Microsoft.PowerToys.Settings.UI")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Microsoft.PowerToys.Settings.UI")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: ComVisible(false)] diff --git a/src/core/Microsoft.PowerToys.Settings.UnitTest/Microsoft.PowerToys.Settings.UnitTest.csproj b/src/core/Microsoft.PowerToys.Settings.UnitTest/Microsoft.PowerToys.Settings.UnitTest.csproj index f5d1d94cb7..f4e79b7e1f 100644 --- a/src/core/Microsoft.PowerToys.Settings.UnitTest/Microsoft.PowerToys.Settings.UnitTest.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UnitTest/Microsoft.PowerToys.Settings.UnitTest.csproj @@ -1,6 +1,39 @@  + + + + Microsoft.PowerToys.Settings.UnitTest + Microsoft Corp. + Copyright (C) 2020 Microsoft Corp. + + + + + + + + + + + + + + + + + + + + + + + + + + + Debug x86 @@ -119,6 +152,9 @@ + + Code + @@ -126,7 +162,6 @@ - UnitTestApp.xaml @@ -180,16 +215,15 @@ Microsoft.PowerToys.Settings.UI - 14.0 - \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UnitTest/Properties/AssemblyInfo.cs b/src/core/Microsoft.PowerToys.Settings.UnitTest/Properties/AssemblyInfo.cs deleted file mode 100644 index 69a2c50ac1..0000000000 --- a/src/core/Microsoft.PowerToys.Settings.UnitTest/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("Microsoft.PowerToys.Settings.UnitTest")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Microsoft.PowerToys.Settings.UnitTest")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyMetadata("TargetPlatform","UAP")] - -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: ComVisible(false)] \ No newline at end of file diff --git a/src/modules/imageresizer/tests/ImageResizerUITest.csproj b/src/modules/imageresizer/tests/ImageResizerUITest.csproj index 36e22a40a2..973f3abd3e 100644 --- a/src/modules/imageresizer/tests/ImageResizerUITest.csproj +++ b/src/modules/imageresizer/tests/ImageResizerUITest.csproj @@ -1,6 +1,39 @@  + + + + ImageResizerUITest + Microsoft Corp. + Copyright (C) 2020 Microsoft Corp. + + + + + + + + + + + + + + + + + + + + + + + + + + + Debug x64 @@ -63,6 +96,9 @@ GlobalSuppressions.cs + + Code + diff --git a/src/modules/launcher/PowerLauncher.Telemetry/PowerLauncher.Telemetry.csproj b/src/modules/launcher/PowerLauncher.Telemetry/PowerLauncher.Telemetry.csproj index 8a592c7cac..c641917cf2 100644 --- a/src/modules/launcher/PowerLauncher.Telemetry/PowerLauncher.Telemetry.csproj +++ b/src/modules/launcher/PowerLauncher.Telemetry/PowerLauncher.Telemetry.csproj @@ -1,9 +1,10 @@ - - + + netstandard2.0 x64 x64 + $(Version).0 diff --git a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj index fd6a35a98f..77311a3eb3 100644 --- a/src/modules/launcher/PowerLauncher/PowerLauncher.csproj +++ b/src/modules/launcher/PowerLauncher/PowerLauncher.csproj @@ -1,5 +1,5 @@  - + WinExe netcoreapp3.1 @@ -13,6 +13,7 @@ false x64 uap10.0.18362 + $(Version).0 diff --git a/src/modules/launcher/PowerLauncher/Properties/AssemblyInfo.cs b/src/modules/launcher/PowerLauncher/Properties/AssemblyInfo.cs deleted file mode 100644 index 332bfac3fc..0000000000 --- a/src/modules/launcher/PowerLauncher/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -using System.Reflection; -using System.Windows; - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, - ResourceDictionaryLocation.SourceAssembly -)] \ No newline at end of file diff --git a/src/tests/win-app-driver/Properties/AssemblyInfo.cs b/src/tests/win-app-driver/Properties/AssemblyInfo.cs deleted file mode 100644 index 890399d5f9..0000000000 --- a/src/tests/win-app-driver/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("PowerToysTests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("PowerToysTests")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] - -[assembly: Guid("880ed251-9e16-4713-9a70-d35fe0c01669")] - -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/tests/win-app-driver/win-app-driver.csproj b/src/tests/win-app-driver/win-app-driver.csproj index 6d4b62160d..ef828dbe2c 100644 --- a/src/tests/win-app-driver/win-app-driver.csproj +++ b/src/tests/win-app-driver/win-app-driver.csproj @@ -2,6 +2,40 @@ + + + + win-app-driver + Microsoft Corp. + Copyright (C) 2020 Microsoft Corp. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Debug AnyCPU @@ -92,10 +126,12 @@ + + Code + - @@ -103,7 +139,6 @@ -