From de29967274ab07b70c077d0dd9836857c93c2fa7 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Wed, 16 Jun 2021 09:39:26 -0700 Subject: [PATCH] Add XamarinSdk project --- Mobile.BuildTools.sln | 15 ++++++++++++ .../Mobile.BuildTools.Reference.csproj | 3 +++ .../Android/AndroidManifest.cs | 0 .../Mobile.BuildTools.XamarinSdk.csproj | 24 +++++++++++++++++++ .../Mobile.BuildTools.csproj | 20 ++++++++-------- 5 files changed, 52 insertions(+), 10 deletions(-) rename src/{Mobile.BuildTools/Sdk => Mobile.BuildTools.XamarinSdk}/Android/AndroidManifest.cs (100%) create mode 100644 src/Mobile.BuildTools.XamarinSdk/Mobile.BuildTools.XamarinSdk.csproj diff --git a/Mobile.BuildTools.sln b/Mobile.BuildTools.sln index 72444ec5..240c34a6 100644 --- a/Mobile.BuildTools.sln +++ b/Mobile.BuildTools.sln @@ -26,6 +26,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.BuildTools.Reference", "src\Mobile.BuildTools.Reference\Mobile.BuildTools.Reference.csproj", "{20FB88AB-5FE0-41DC-97B7-4C8772A0D059}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile.BuildTools.XamarinSdk", "src\Mobile.BuildTools.XamarinSdk\Mobile.BuildTools.XamarinSdk.csproj", "{2367403E-8614-4F4A-8627-7FC41995F96D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -96,6 +98,18 @@ Global {20FB88AB-5FE0-41DC-97B7-4C8772A0D059}.Release|x64.Build.0 = Release|Any CPU {20FB88AB-5FE0-41DC-97B7-4C8772A0D059}.Release|x86.ActiveCfg = Release|Any CPU {20FB88AB-5FE0-41DC-97B7-4C8772A0D059}.Release|x86.Build.0 = Release|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Debug|x64.ActiveCfg = Debug|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Debug|x64.Build.0 = Debug|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Debug|x86.ActiveCfg = Debug|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Debug|x86.Build.0 = Debug|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Release|Any CPU.Build.0 = Release|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Release|x64.ActiveCfg = Release|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Release|x64.Build.0 = Release|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Release|x86.ActiveCfg = Release|Any CPU + {2367403E-8614-4F4A-8627-7FC41995F96D}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -106,6 +120,7 @@ Global {22808734-C8D3-431E-AA9A-92432DE4EB6A} = {2510D213-21AF-4B25-888D-E63163356A4F} {82EF42A8-49A3-4086-A045-5E2C2F094C04} = {2510D213-21AF-4B25-888D-E63163356A4F} {20FB88AB-5FE0-41DC-97B7-4C8772A0D059} = {C7456F1C-2B86-4C40-A228-72209A7355A0} + {2367403E-8614-4F4A-8627-7FC41995F96D} = {C7456F1C-2B86-4C40-A228-72209A7355A0} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {429C8CA0-DB8C-4CF5-9627-187B9CC47A99} diff --git a/src/Mobile.BuildTools.Reference/Mobile.BuildTools.Reference.csproj b/src/Mobile.BuildTools.Reference/Mobile.BuildTools.Reference.csproj index 4dfc2c2b..0b2eaa8d 100644 --- a/src/Mobile.BuildTools.Reference/Mobile.BuildTools.Reference.csproj +++ b/src/Mobile.BuildTools.Reference/Mobile.BuildTools.Reference.csproj @@ -4,6 +4,9 @@ netstandard2.0 false true + build + false + false diff --git a/src/Mobile.BuildTools/Sdk/Android/AndroidManifest.cs b/src/Mobile.BuildTools.XamarinSdk/Android/AndroidManifest.cs similarity index 100% rename from src/Mobile.BuildTools/Sdk/Android/AndroidManifest.cs rename to src/Mobile.BuildTools.XamarinSdk/Android/AndroidManifest.cs diff --git a/src/Mobile.BuildTools.XamarinSdk/Mobile.BuildTools.XamarinSdk.csproj b/src/Mobile.BuildTools.XamarinSdk/Mobile.BuildTools.XamarinSdk.csproj new file mode 100644 index 00000000..5f7df47d --- /dev/null +++ b/src/Mobile.BuildTools.XamarinSdk/Mobile.BuildTools.XamarinSdk.csproj @@ -0,0 +1,24 @@ + + + + netstandard2.0 + true + false + true + 1701;1702;8632 + build + false + false + + + + + + + + + + + + + diff --git a/src/Mobile.BuildTools/Mobile.BuildTools.csproj b/src/Mobile.BuildTools/Mobile.BuildTools.csproj index 10adcc39..8f2f6209 100644 --- a/src/Mobile.BuildTools/Mobile.BuildTools.csproj +++ b/src/Mobile.BuildTools/Mobile.BuildTools.csproj @@ -8,24 +8,23 @@ The Mobile.BuildTools 2.0 is more powerful than ever before. Whether you're managing your application secrets, environment configurations, using CSS with Xamarin.Forms, or looking for a super powerful API that can enable powerful solutions for all of your App Icons / Images. If you aren't using Mobile.BuildTools with your Xamarin apps, you're working too hard or not following best practices! Truthfully I forgot everything it does so we wrote it down. Check out the new for 2.0 docs site at https://mobilebuildtools.com msbuild;dotnet;xamarin;android;ios;macos;uwp;tizen;buildtools true - build true true true + build + false + false - - - - - - - + + + + @@ -53,7 +52,8 @@ - + + - \ No newline at end of file +