From 2ca63696bc1f5e6515095082192c0833587d7ed7 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Thu, 21 Mar 2019 11:20:59 +0000 Subject: [build] Update to netstandard2 and/or net472 --- .../Properties/AssemblyInfo.cs | 16 --- .../Xamarin.PropertyEditing.Tests.csproj | 134 ++++----------------- 2 files changed, 22 insertions(+), 128 deletions(-) (limited to 'Xamarin.PropertyEditing.Tests') diff --git a/Xamarin.PropertyEditing.Tests/Properties/AssemblyInfo.cs b/Xamarin.PropertyEditing.Tests/Properties/AssemblyInfo.cs index 20ed5dd..2dde9db 100644 --- a/Xamarin.PropertyEditing.Tests/Properties/AssemblyInfo.cs +++ b/Xamarin.PropertyEditing.Tests/Properties/AssemblyInfo.cs @@ -5,11 +5,7 @@ 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("Xamarin.PropertyEditing.Tests")] [assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Xamarin.PropertyEditing.Tests")] [assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -22,15 +18,3 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("84101d04-9ce4-4ce7-916e-21f86ee96898")] -// 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")] diff --git a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj index 683293f..1b1316a 100644 --- a/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj +++ b/Xamarin.PropertyEditing.Tests/Xamarin.PropertyEditing.Tests.csproj @@ -1,50 +1,16 @@  - - + - Debug - AnyCPU - {84101D04-9CE4-4CE7-916E-21F86EE96898} - Library - Properties - Xamarin.PropertyEditing.Tests - Xamarin.PropertyEditing.Tests - v4.6 - 512 + net472 $(MSBuildThisFileDirectory)packages\ - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - + ..\..\..\xamarin.snk true $(DefineConstants);STRONG_NAMED - - - - - - + @@ -56,84 +22,28 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - {A0B6FE73-D046-4E1C-BA9D-F20683889C5A} - Xamarin.PropertyEditing - + + - + + Xamarin.PropertyEditing + MSBuild:GenerateStringResources + true + + + false + - + + -- cgit v1.2.3