diff --git a/DZ.Tools.Tests/DZ.Tools.Tests.csproj b/DZ.Tools.Tests/DZ.Tools.Tests.csproj index 90225f7..b06885d 100644 --- a/DZ.Tools.Tests/DZ.Tools.Tests.csproj +++ b/DZ.Tools.Tests/DZ.Tools.Tests.csproj @@ -30,9 +30,8 @@ 4 - - ..\packages\JetBrains.Annotations.10.1.5\lib\net\JetBrains.Annotations.dll - True + + ..\packages\JetBrains.Annotations.11.1.0\lib\net20\JetBrains.Annotations.dll ..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll diff --git a/DZ.Tools.Tests/packages.config b/DZ.Tools.Tests/packages.config index 15ecda8..b9f2e0e 100644 --- a/DZ.Tools.Tests/packages.config +++ b/DZ.Tools.Tests/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/DZ.Tools/DZ.Tools.csproj b/DZ.Tools/DZ.Tools.csproj index f115b8f..8d1e172 100644 --- a/DZ.Tools/DZ.Tools.csproj +++ b/DZ.Tools/DZ.Tools.csproj @@ -1,86 +1,11 @@ - - - + + - 11.0 - Debug - AnyCPU - {212132C9-9EE6-4551-BDE4-2E114904B8BC} - Library - Properties - DZ.Tools - DZ.Tools - en-US - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Profile111 - v4.5 + netstandard1.0 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - bin\Debug\DZ.Tools.XML - true - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\DZ.Tools.XML - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - ..\packages\JetBrains.Annotations.10.1.5\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\JetBrains.Annotations.PCL328.dll - True - + - - - \ No newline at end of file + + diff --git a/DZ.Tools/Properties/AssemblyInfo.cs b/DZ.Tools/Properties/AssemblyInfo.cs deleted file mode 100644 index d693430..0000000 --- a/DZ.Tools/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System.Resources; -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("DZ.Tools")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("DZ.Tools")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguage("en")] - -// 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")]