diff --git a/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj b/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj index 888c905ed..0b6132ab8 100644 --- a/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj +++ b/src/Java.Interop.Tools.Cecil/Java.Interop.Tools.Cecil.csproj @@ -1,53 +1,20 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {D48EE8D0-0A0A-4493-AEF5-DAF5F8CF86AD} - Library - Java.Interop.Tools.Cecil - Java.Interop.Tools.Cecil - v4.6.1 + netstandard2.0 - - true - full - false + + ..\..\bin\Debug - DEBUG; - prompt - 4 - false - - full - true + + ..\..\bin\Release - prompt - 4 - false + - + + - - - - - - - - - - {64CC4E44-CE3A-4319-BF3F-6CF8BD513870} - Java.Interop.Tools.Diagnostics - - - {15945D4B-FF56-4BCC-B598-2718D199DD08} - Xamarin.Android.Cecil - - - + diff --git a/src/Java.Interop.Tools.Cecil/Properties/AssemblyInfo.cs b/src/Java.Interop.Tools.Cecil/Properties/AssemblyInfo.cs deleted file mode 100644 index 4a95721d9..000000000 --- a/src/Java.Interop.Tools.Cecil/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle ("Java.Interop.Tools.Cecil")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("Xamarin Inc.")] -[assembly: AssemblyProduct ("")] -[assembly: AssemblyCopyright ("Xamarin Inc.")] -[assembly: AssemblyTrademark ("Xamarin")] -[assembly: AssemblyCulture ("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion ("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] - diff --git a/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj b/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj index 25527df89..57070a402 100644 --- a/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj +++ b/src/Java.Interop.Tools.Diagnostics/Java.Interop.Tools.Diagnostics.csproj @@ -1,47 +1,19 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {64CC4E44-CE3A-4319-BF3F-6CF8BD513870} - Library - Java.Interop.Tools.Diagnostics - Java.Interop.Tools.Diagnostics - v4.6.1 + netstandard2.0 - - true - full - false + + ..\..\bin\Debug - DEBUG; - prompt - 4 - false - - full - true + + ..\..\bin\Release - prompt - 4 - false + - + - - - - - - - - {15945D4B-FF56-4BCC-B598-2718D199DD08} - Xamarin.Android.Cecil - - - - \ No newline at end of file + + diff --git a/src/Java.Interop.Tools.Diagnostics/Properties/AssemblyInfo.cs b/src/Java.Interop.Tools.Diagnostics/Properties/AssemblyInfo.cs deleted file mode 100644 index 207eb9edb..000000000 --- a/src/Java.Interop.Tools.Diagnostics/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle ("Java.Interop.Tools.Diagnostics")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("Xamarin Inc.")] -[assembly: AssemblyProduct ("")] -[assembly: AssemblyCopyright ("Xamarin Inc.")] -[assembly: AssemblyTrademark ("Xamarin")] -[assembly: AssemblyCulture ("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion ("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] - diff --git a/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj b/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj index 4a0e46e81..6ffcdcb85 100644 --- a/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj +++ b/src/Java.Interop.Tools.JavaCallableWrappers/Java.Interop.Tools.JavaCallableWrappers.csproj @@ -1,63 +1,35 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {D18FCF91-8876-48A0-A693-2DC1E7D3D80A} - Library - Java.Interop.Tools.JavaCallableWrappers - Java.Interop.Tools.JavaCallableWrappers - v4.6.1 + netstandard2.0 - - true - full - false + + ..\..\bin\Debug DEBUG;JCW_ONLY_TYPE_NAMES;HAVE_CECIL - prompt - 4 - false - - full - true + + ..\..\bin\Release JCW_ONLY_TYPE_NAMES;HAVE_CECIL - prompt - 4 - false + - - - - - - - - - + + + + JavaNativeTypeManager.cs + - - {64CC4E44-CE3A-4319-BF3F-6CF8BD513870} - Java.Interop.Tools.Diagnostics - - - {D48EE8D0-0A0A-4493-AEF5-DAF5F8CF86AD} - Java.Interop.Tools.Cecil - - - {15945D4B-FF56-4BCC-B598-2718D199DD08} - Xamarin.Android.Cecil - + + + + - + diff --git a/src/Java.Interop.Tools.JavaCallableWrappers/Properties/AssemblyInfo.cs b/src/Java.Interop.Tools.JavaCallableWrappers/Properties/AssemblyInfo.cs deleted file mode 100644 index 124e4e99e..000000000 --- a/src/Java.Interop.Tools.JavaCallableWrappers/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle ("Java.Interop.Tools.JavaCallableWrappers")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("Xamarin Inc.")] -[assembly: AssemblyProduct ("")] -[assembly: AssemblyCopyright ("Xamarin Inc.")] -[assembly: AssemblyTrademark ("Xamarin")] -[assembly: AssemblyCulture ("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion ("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] - diff --git a/src/Java.Runtime.Environment/Java.Runtime.Environment.csproj b/src/Java.Runtime.Environment/Java.Runtime.Environment.csproj index 91bfb7298..83bc2de08 100644 --- a/src/Java.Runtime.Environment/Java.Runtime.Environment.csproj +++ b/src/Java.Runtime.Environment/Java.Runtime.Environment.csproj @@ -1,57 +1,29 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {5887B410-D448-4257-A46B-EAC03C80BE93} - Library - Java.Interop - Java.Runtime.Environment - v4.6.1 + netstandard2.0 true ..\..\product.snk + true + false - - true - full - false + + ..\..\bin\Debug - DEBUG; - prompt - 4 - false - true - - full - true + + ..\..\bin\Release - prompt - 4 - false - true + - - - - - - - - - - - - {94BD81F7-B06F-4295-9636-F8A3B6BDC762} - Java.Interop - + + PreserveNewest - \ No newline at end of file + + diff --git a/src/Java.Runtime.Environment/Properties/AssemblyInfo.cs b/src/Java.Runtime.Environment/Properties/AssemblyInfo.cs deleted file mode 100644 index 94d12ee53..000000000 --- a/src/Java.Runtime.Environment/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. -[assembly: AssemblyTitle ("JRE")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("")] -[assembly: AssemblyCopyright ("jon")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.0.*")] -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] - diff --git a/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj b/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj index 75bc725b4..8527c2bc8 100644 --- a/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj +++ b/src/Xamarin.Android.Tools.AnnotationSupport.Cecil/Xamarin.Android.Tools.AnnotationSupport.Cecil.csproj @@ -1,55 +1,21 @@ - - + + - Debug - AnyCPU - {41DFB021-F795-4EB6-8E53-0D069C0BED9F} - Library - Xamarin.Android.Tools.AnnotationSupport.Cecil - Xamarin.Android.Tools.AnnotationSupport.Cecil - v4.6.1 - 8.0.30703 - 2.0 + netstandard2.0 - - true - full - false + + ..\..\bin\Debug - DEBUG; - prompt - 4 - false - - full - true + + ..\..\bin\Release - prompt - 4 - false + - - - - - - - - - - - {15945D4B-FF56-4BCC-B598-2718D199DD08} - Xamarin.Android.Cecil - - - {1268EADF-8344-431C-81F6-FCB7CBC99F49} - Xamarin.Android.Tools.ApiXmlAdjuster - - - {07BC4495-1267-4B78-9EA6-B76FEEA2A64A} - Xamarin.Android.Tools.AnnotationSupport - + + + + diff --git a/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj b/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj index 9fcacaeab..1ff8b445e 100644 --- a/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj +++ b/src/Xamarin.Android.Tools.AnnotationSupport/Xamarin.Android.Tools.AnnotationSupport.csproj @@ -1,61 +1,19 @@ - - + + - Debug - AnyCPU - {07BC4495-1267-4B78-9EA6-B76FEEA2A64A} - Library - Xamarin.AndroidTools.AnnotationSupport - Xamarin.Android.Tools.AnnotationSupport - 8.0.30703 - 2.0 - v4.6.1 + netstandard2.0 - - true - full - false + + ..\..\bin\Debug - DEBUG; - prompt - 4 - false - - full - true + + ..\..\bin\Release - prompt - 4 - false + - - - - - - - ..\..\packages\HtmlAgilityPack.1.8.14\lib\Net45\HtmlAgilityPack.dll - + - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + diff --git a/src/Xamarin.Android.Tools.AnnotationSupport/packages.config b/src/Xamarin.Android.Tools.AnnotationSupport/packages.config deleted file mode 100644 index cad40eb3b..000000000 --- a/src/Xamarin.Android.Tools.AnnotationSupport/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Properties/AssemblyInfo.cs b/src/Xamarin.Android.Tools.ApiXmlAdjuster/Properties/AssemblyInfo.cs deleted file mode 100644 index decfbce12..000000000 --- a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle ("Xamarin.Android.Tools.ApiXmlAnalyzer")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("")] -[assembly: AssemblyCopyright ("atsushi")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion ("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] - diff --git a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj b/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj index 8101f3102..a7285ec81 100644 --- a/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj +++ b/src/Xamarin.Android.Tools.ApiXmlAdjuster/Xamarin.Android.Tools.ApiXmlAdjuster.csproj @@ -1,57 +1,21 @@ - - + + - Debug - AnyCPU - {1268EADF-8344-431C-81F6-FCB7CBC99F49} - Library - Xamarin.Android.Tools.ApiXmlAdjuster - Xamarin.Android.Tools.ApiXmlAdjuster - v4.6.1 - 8.0.30703 - 2.0 + netstandard2.0 - - true - full - false + + ..\..\bin\Debug - DEBUG; - prompt - 4 - false - - full - true + + ..\..\bin\Release - prompt - 4 - false + - - - + + + - - - - - - - - - - - - - - - - - - - - + diff --git a/src/Xamarin.Android.Tools.Bytecode/Tests/Xamarin.Android.Tools.Bytecode-Tests.csproj b/src/Xamarin.Android.Tools.Bytecode/Tests/Xamarin.Android.Tools.Bytecode-Tests.csproj index e9ceff1fa..cab5425f0 100644 --- a/src/Xamarin.Android.Tools.Bytecode/Tests/Xamarin.Android.Tools.Bytecode-Tests.csproj +++ b/src/Xamarin.Android.Tools.Bytecode/Tests/Xamarin.Android.Tools.Bytecode-Tests.csproj @@ -32,7 +32,13 @@ false + + ..\..\..\packages\protobuf-net.2.4.1\lib\net40\protobuf-net.dll + + + + diff --git a/src/Xamarin.Android.Tools.Bytecode/Tests/packages.config b/src/Xamarin.Android.Tools.Bytecode/Tests/packages.config index b5529657b..020925a0b 100644 --- a/src/Xamarin.Android.Tools.Bytecode/Tests/packages.config +++ b/src/Xamarin.Android.Tools.Bytecode/Tests/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file diff --git a/src/Xamarin.Android.Tools.Bytecode/Xamarin.Android.Tools.Bytecode.csproj b/src/Xamarin.Android.Tools.Bytecode/Xamarin.Android.Tools.Bytecode.csproj index 3e48c133a..7e02c8bc2 100644 --- a/src/Xamarin.Android.Tools.Bytecode/Xamarin.Android.Tools.Bytecode.csproj +++ b/src/Xamarin.Android.Tools.Bytecode/Xamarin.Android.Tools.Bytecode.csproj @@ -1,74 +1,25 @@ - - + + - Debug - AnyCPU - {B17475BC-45A2-47A3-B8FC-62F3A0959EE0} - Library - Xamarin.Android.Tools.Bytecode - Xamarin.Android.Tools.Bytecode - v4.6.1 - AnyCPU - 8.0.30703 - 2.0 - 7.2 + netstandard2.0 - - true - full - false + + ..\..\bin\Debug - DEBUG; - prompt - 4 - true - - full - true + + ..\..\bin\Release - prompt - 4 - true + - - ..\..\packages\protobuf-net.2.4.0\lib\net40\protobuf-net.dll - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - + - - - - - \ No newline at end of file + + diff --git a/src/Xamarin.Android.Tools.Bytecode/packages.config b/src/Xamarin.Android.Tools.Bytecode/packages.config deleted file mode 100644 index f118a84c3..000000000 --- a/src/Xamarin.Android.Tools.Bytecode/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/tools/generator/generator.csproj b/tools/generator/generator.csproj index be950d9c3..30c8d16bd 100644 --- a/tools/generator/generator.csproj +++ b/tools/generator/generator.csproj @@ -39,6 +39,9 @@ GENERATOR;HAVE_CECIL;JCW_ONLY_TYPE_NAMES + + ..\..\packages\HtmlAgilityPack.1.8.14\lib\Net45\HtmlAgilityPack.dll + diff --git a/tools/generator/packages.config b/tools/generator/packages.config index 8a52a6801..805b9ae6d 100644 --- a/tools/generator/packages.config +++ b/tools/generator/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file