diff --git a/Chaos.NaCl/Chaos.NaCl-Portable.csproj b/Chaos.NaCl/Chaos.NaCl-Portable.csproj index a929c23..b7fe52b 100644 --- a/Chaos.NaCl/Chaos.NaCl-Portable.csproj +++ b/Chaos.NaCl/Chaos.NaCl-Portable.csproj @@ -1,111 +1,8 @@ - - - + + - 10.0 - Debug - AnyCPU - {992710C3-DFC9-4CC1-A38B-B3F7E4A41B1C} - Library - Properties - Chaos.NaCl - Chaos.NaCl-Portable - v4.0 - Profile1 - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + netstandard2.0 + true - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + diff --git a/Chaos.NaCl/Properties/AssemblyInfo.cs b/Chaos.NaCl/Properties/AssemblyInfo.cs deleted file mode 100644 index a8650f9..0000000 --- a/Chaos.NaCl/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// 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("Chaos.NaCl")] -[assembly: AssemblyDescription("C# port of the NaCl cryptography library")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("CodesInChaos")] -[assembly: AssemblyProduct("Chaos.NaCl cryptography library")] -[assembly: AssemblyCopyright("public domain")] -[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("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] - -[assembly: InternalsVisibleTo("Chaos.NaCl.Tests")] -[assembly: InternalsVisibleTo("Chaos.NaCl.Benchmark")] \ No newline at end of file diff --git a/Chaos.NaCl/Properties/AssemblyInfoFull.cs b/Chaos.NaCl/Properties/AssemblyInfoFull.cs deleted file mode 100644 index 80fd16c..0000000 --- a/Chaos.NaCl/Properties/AssemblyInfoFull.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System.Runtime.InteropServices; - -// 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("f07e7dd1-d31c-4994-8948-e42de7ef16ec")] \ No newline at end of file