diff --git a/CSJ2K/AssemblyInfo.cs b/CSJ2K/AssemblyInfo.cs index 6daddfbe..161fbe79 100644 --- a/CSJ2K/AssemblyInfo.cs +++ b/CSJ2K/AssemblyInfo.cs @@ -30,7 +30,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/CSJ2K/CSJ2K.csproj b/CSJ2K/CSJ2K.csproj index dec7644b..b46b0322 100644 --- a/CSJ2K/CSJ2K.csproj +++ b/CSJ2K/CSJ2K.csproj @@ -5,8 +5,7 @@ 2.0 {C276743B-0000-0000-0000-000000000000} Debug - - + CSJ2K diff --git a/CSJ2K/Util/StoreFileInfo.cs b/CSJ2K/Util/StoreFileInfo.cs index 5f8873b7..546b099a 100644 --- a/CSJ2K/Util/StoreFileInfo.cs +++ b/CSJ2K/Util/StoreFileInfo.cs @@ -1,6 +1,5 @@ using System.IO; using System.Threading.Tasks; -using Windows.Storage; namespace CSJ2K.Util { diff --git a/LibreMetaverse.GUI/LibreMetaverse.GUI.csproj b/LibreMetaverse.GUI/LibreMetaverse.GUI.csproj index 00330a5d..7af90610 100644 --- a/LibreMetaverse.GUI/LibreMetaverse.GUI.csproj +++ b/LibreMetaverse.GUI/LibreMetaverse.GUI.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library LibreMetaverse.GUI false diff --git a/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj b/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj index 09d8f931..539402be 100644 --- a/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj +++ b/LibreMetaverse.Rendering.Meshmerizer/LibreMetaverse.Rendering.Meshmerizer.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library diff --git a/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj b/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj index dc67b5b6..67b5e7d1 100644 --- a/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj +++ b/LibreMetaverse.Rendering.Simple/LibreMetaverse.Rendering.Simple.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library LibreMetaverse.Rendering.Simple false diff --git a/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj b/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj index ca9bde4c..cf6d7c86 100644 --- a/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj +++ b/LibreMetaverse.StructuredData/LibreMetaverse.StructuredData.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library LibreMetaverse.StructuredData false diff --git a/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj b/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj index 99ef5eab..bb708b63 100644 --- a/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj +++ b/LibreMetaverse.Tests/LibreMetaverse.Tests.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library LibreMetaverse.Tests false diff --git a/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj b/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj index e606c8cc..0224c81a 100644 --- a/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj +++ b/LibreMetaverse.Utilities/LibreMetaverse.Utilities.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library LibreMetaverse.Utilities false diff --git a/LibreMetaverse/LibreMetaverse.csproj b/LibreMetaverse/LibreMetaverse.csproj index 1a862abf..2297d6b7 100644 --- a/LibreMetaverse/LibreMetaverse.csproj +++ b/LibreMetaverse/LibreMetaverse.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library LibreMetaverse false diff --git a/LibreMetaverseTypes/LibreMetaverse.Types.csproj b/LibreMetaverseTypes/LibreMetaverse.Types.csproj index 1e832d59..cb3b0a64 100644 --- a/LibreMetaverseTypes/LibreMetaverse.Types.csproj +++ b/LibreMetaverseTypes/LibreMetaverse.Types.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library LibreMetaverse false diff --git a/LibreMetaverseTypes/Properties/AssemblyInfo.cs b/LibreMetaverseTypes/Properties/AssemblyInfo.cs index 9181dbfd..8d8bc079 100644 --- a/LibreMetaverseTypes/Properties/AssemblyInfo.cs +++ b/LibreMetaverseTypes/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.0.0.*")] +//[assembly: AssemblyVersion("1.0.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Programs/Baker/Baker.csproj b/Programs/Baker/Baker.csproj index 69984c1d..0189ec2a 100644 --- a/Programs/Baker/Baker.csproj +++ b/Programs/Baker/Baker.csproj @@ -13,7 +13,7 @@ Grid IE50 false - net40 + netstandard2.0 WinExe Baker diff --git a/Programs/GridProxy/GridProxy.csproj b/Programs/GridProxy/GridProxy.csproj index 5e5a5ad7..d16892a4 100644 --- a/Programs/GridProxy/GridProxy.csproj +++ b/Programs/GridProxy/GridProxy.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Library GridProxy false diff --git a/Programs/GridProxy/GridProxyApp.csproj b/Programs/GridProxy/GridProxyApp.csproj index 7dc12436..a5106389 100644 --- a/Programs/GridProxy/GridProxyApp.csproj +++ b/Programs/GridProxy/GridProxyApp.csproj @@ -12,7 +12,7 @@ Grid IE50 false - net40 + netstandard2.0 Exe GridProxyApp false diff --git a/Programs/VoiceTest/VoiceTest.csproj b/Programs/VoiceTest/VoiceTest.csproj index acb01ff0..4e0b237d 100644 --- a/Programs/VoiceTest/VoiceTest.csproj +++ b/Programs/VoiceTest/VoiceTest.csproj @@ -12,7 +12,7 @@ Grid IE50 false - net40 + netstandard2.0 Exe VoiceTest false diff --git a/Programs/WinGridProxy/WinGridProxy.csproj b/Programs/WinGridProxy/WinGridProxy.csproj index 1b73bf67..8c458d58 100644 --- a/Programs/WinGridProxy/WinGridProxy.csproj +++ b/Programs/WinGridProxy/WinGridProxy.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 WinExe WinGridProxy false diff --git a/Programs/examples/IRCGateway/IRCGateway.csproj b/Programs/examples/IRCGateway/IRCGateway.csproj index bf6f410a..16034afc 100644 --- a/Programs/examples/IRCGateway/IRCGateway.csproj +++ b/Programs/examples/IRCGateway/IRCGateway.csproj @@ -12,7 +12,7 @@ Grid IE50 false - net40 + netstandard2.0 Exe IRCGateway false diff --git a/Programs/examples/PacketDump/PacketDump.csproj b/Programs/examples/PacketDump/PacketDump.csproj index 213876df..0187cad4 100644 --- a/Programs/examples/PacketDump/PacketDump.csproj +++ b/Programs/examples/PacketDump/PacketDump.csproj @@ -12,7 +12,7 @@ Grid IE50 false - net40 + netstandard2.0 Exe PacketDump false diff --git a/Programs/examples/TestClient/TestClient.csproj b/Programs/examples/TestClient/TestClient.csproj index 737ec61c..8600648c 100644 --- a/Programs/examples/TestClient/TestClient.csproj +++ b/Programs/examples/TestClient/TestClient.csproj @@ -10,7 +10,7 @@ Grid IE50 false - net40 + netstandard2.0 Exe TestClient false