From 7035d22506ffca0ffcdb66f5dcf2d949a1ec3f21 Mon Sep 17 00:00:00 2001 From: Serge Camille Date: Tue, 18 Aug 2020 08:54:59 +0200 Subject: [PATCH] Convert UnitTest project to SDK project type. --- S7.Net.UnitTest/Properties/AssemblyInfo.cs | 36 ----- S7.Net.UnitTest/{ => Properties}/S7.Net.snk | Bin S7.Net.UnitTest/S7.Net.UnitTest.csproj | 148 ++++---------------- S7.Net/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 28 insertions(+), 158 deletions(-) delete mode 100644 S7.Net.UnitTest/Properties/AssemblyInfo.cs rename S7.Net.UnitTest/{ => Properties}/S7.Net.snk (100%) diff --git a/S7.Net.UnitTest/Properties/AssemblyInfo.cs b/S7.Net.UnitTest/Properties/AssemblyInfo.cs deleted file mode 100644 index 64fefd7..0000000 --- a/S7.Net.UnitTest/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -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("S7.Net.UnitTest")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("S7Net.UnitTest")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6f73e1b1-301b-471e-9f38-3dcbddbcfc21")] - -// 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/S7.Net.UnitTest/S7.Net.snk b/S7.Net.UnitTest/Properties/S7.Net.snk similarity index 100% rename from S7.Net.UnitTest/S7.Net.snk rename to S7.Net.UnitTest/Properties/S7.Net.snk diff --git a/S7.Net.UnitTest/S7.Net.UnitTest.csproj b/S7.Net.UnitTest/S7.Net.UnitTest.csproj index 62d54d0..70f0e07 100644 --- a/S7.Net.UnitTest/S7.Net.UnitTest.csproj +++ b/S7.Net.UnitTest/S7.Net.UnitTest.csproj @@ -1,130 +1,36 @@ - - - - Debug - AnyCPU - {303CCED6-9ABC-4899-A509-743341AAA804} - Library - Properties - S7.Net.UnitTest - S7Net.UnitTest - v4.5.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - + + + net452 + true + Properties\S7.Net.snk + false + Copyright © 2014 - - S7.Net.snk - + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + - - False - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + PreserveNewest - + - - - {bfd484f9-3f04-42a2-bf2a-60a189a25dcf} - S7.Net - - - - - - - - - - False - - - False - - - False - - - False - - - - - - - - \ No newline at end of file + + diff --git a/S7.Net/Properties/AssemblyInfo.cs b/S7.Net/Properties/AssemblyInfo.cs index 7b60bca..eea3b58 100644 --- a/S7.Net/Properties/AssemblyInfo.cs +++ b/S7.Net/Properties/AssemblyInfo.cs @@ -1,3 +1,3 @@ using System.Runtime.CompilerServices; -[assembly: InternalsVisibleTo("S7Net.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001002d1032db55f60d64bf90ea1cc2247b5a8b9b6168a07bcd464a07ce2e425d027ff9409a64ba0e3f37718e14c50cf964d0d921e5ae8b8d74bd8a82431794f897cebf0ee668feb2ccd030153611b2808fcb7785c5e5136a98e0ec23de3c1ed385d2026c26e4bed5805ff9db7e0544f59b1f19d369d43403a624586795926e38c48d")] +[assembly: InternalsVisibleTo("S7.Net.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001002d1032db55f60d64bf90ea1cc2247b5a8b9b6168a07bcd464a07ce2e425d027ff9409a64ba0e3f37718e14c50cf964d0d921e5ae8b8d74bd8a82431794f897cebf0ee668feb2ccd030153611b2808fcb7785c5e5136a98e0ec23de3c1ed385d2026c26e4bed5805ff9db7e0544f59b1f19d369d43403a624586795926e38c48d")]