Skip to content

Commit

Permalink
adding buildtools sandbox sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Sep 16, 2020
1 parent 8fc54bf commit 9f2af0c
Show file tree
Hide file tree
Showing 64 changed files with 2,113 additions and 468 deletions.
22 changes: 4 additions & 18 deletions Mobile.BuildTools.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Microsoft Visual Studio Solution File, Format Version 12.00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.BuildTools", "src\Mobile.BuildTools\Mobile.BuildTools.csproj", "{ECB330A6-90E5-4EF2-8889-86DE2AC0723E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.BuildTools.CLI", "src\Mobile.BuildTools.CLI\Mobile.BuildTools.CLI.csproj", "{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.BuildTools.Configuration", "src\Mobile.BuildTools.Configuration\Mobile.BuildTools.Configuration.csproj", "{25063D4D-2ECC-4B75-98D0-F7B6BAD9D1F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.BuildTools.Tests", "tests\Mobile.BuildTools.Tests\Mobile.BuildTools.Tests.csproj", "{22808734-C8D3-431E-AA9A-92432DE4EB6A}"
Expand All @@ -26,9 +25,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{677B710E-6C18-47C0-93B2-A3899370BF5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile.BuildTools.SchemaGenerator", "tools\Mobile.BuildTools.SchemaGenerator\Mobile.BuildTools.SchemaGenerator.csproj", "{B102C625-C640-4E90-B634-CC730140CB7C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.BuildTools.SchemaGenerator", "tools\Mobile.BuildTools.SchemaGenerator\Mobile.BuildTools.SchemaGenerator.csproj", "{B102C625-C640-4E90-B634-CC730140CB7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile.BuildTools.Reference", "src\Mobile.BuildTools.Reference\Mobile.BuildTools.Reference.csproj", "{20FB88AB-5FE0-41DC-97B7-4C8772A0D059}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mobile.BuildTools.Reference", "src\Mobile.BuildTools.Reference\Mobile.BuildTools.Reference.csproj", "{20FB88AB-5FE0-41DC-97B7-4C8772A0D059}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -52,18 +51,6 @@ Global
{ECB330A6-90E5-4EF2-8889-86DE2AC0723E}.Release|x64.Build.0 = Release|Any CPU
{ECB330A6-90E5-4EF2-8889-86DE2AC0723E}.Release|x86.ActiveCfg = Release|Any CPU
{ECB330A6-90E5-4EF2-8889-86DE2AC0723E}.Release|x86.Build.0 = Release|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Debug|x64.Build.0 = Debug|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Debug|x86.Build.0 = Debug|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Release|x64.ActiveCfg = Release|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Release|x64.Build.0 = Release|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Release|x86.ActiveCfg = Release|Any CPU
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF}.Release|x86.Build.0 = Release|Any CPU
{25063D4D-2ECC-4B75-98D0-F7B6BAD9D1F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25063D4D-2ECC-4B75-98D0-F7B6BAD9D1F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25063D4D-2ECC-4B75-98D0-F7B6BAD9D1F7}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -130,7 +117,6 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECB330A6-90E5-4EF2-8889-86DE2AC0723E} = {C7456F1C-2B86-4C40-A228-72209A7355A0}
{E8B73A93-DB45-42B7-8902-0E0AE945D7BF} = {C7456F1C-2B86-4C40-A228-72209A7355A0}
{25063D4D-2ECC-4B75-98D0-F7B6BAD9D1F7} = {C7456F1C-2B86-4C40-A228-72209A7355A0}
{22808734-C8D3-431E-AA9A-92432DE4EB6A} = {2510D213-21AF-4B25-888D-E63163356A4F}
{82EF42A8-49A3-4086-A045-5E2C2F094C04} = {2510D213-21AF-4B25-888D-E63163356A4F}
Expand Down
2 changes: 1 addition & 1 deletion external/xamarin-android-tools
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"allowPrerelease": false
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "2.1.2"
"MSBuild.Sdk.Extras": "2.1.2",
"Microsoft.Build.NoTargets": "2.0.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.prismlibrary.AppConfigSample">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.avantipoint.appconfigsample">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="Prism Sample"></application>
<application android:label="App Config"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AppConfigSample.Android")]
[assembly: AssemblyCopyright("Copyright © Prism Library 2019")]
[assembly: AssemblyCopyright("Copyright © Dan Siegel 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<mp:PhoneIdentity PhoneProductId="ec0cc741-fd3e-485c-81be-68815c480690" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>AppConfigSample.UWP</DisplayName>
<DisplayName>App Config Sample</DisplayName>
<PublisherDisplayName>bd7518f2-03fc-45a4-b350-42248a9373f1</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -32,10 +32,10 @@
Executable="$targetnametoken$.exe"
EntryPoint="AppConfigSample.UWP.App">
<uap:VisualElements
DisplayName="Prism Sample"
DisplayName="App Config"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="AppConfigSample.UWP"
Description="App Config Sample"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png">
<uap:ShowNameOnTiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AppConfigSample.UWP")]
[assembly: AssemblyCopyright("Copyright © Prism Library 2019")]
[assembly: AssemblyCopyright("Copyright © Dan Siegel 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions samples/AppConfigSample/src/AppConfigSample.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<key>MinimumOSVersion</key>
<string>10.0</string>
<key>CFBundleDisplayName</key>
<string>Prism Sample</string>
<string>App Config</string>
<key>CFBundleIdentifier</key>
<string>com.prismlibrary.AppConfigSample</string>
<string>com.avantipoint.appconfigsample</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AppConfigSample.iOS")]
[assembly: AssemblyCopyright("Copyright © Prism Library 2019")]
[assembly: AssemblyCopyright("Copyright © Dan Siegel 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Loading

0 comments on commit 9f2af0c

Please sign in to comment.