Skip to content

Instantly share code, notes, and snippets.

View BretJohnson's full-sized avatar

Bret Johnson BretJohnson

View GitHub Profile
@BretJohnson
BretJohnson / attrs.xml
Created March 26, 2018 22:18
./Xamarin.AndroidDesigner/bin/Debug/java/data/res/values/attrs.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2006 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
Microsoft Visual Studio Enterprise 2017 Int Preview
Version 15.8.0 Preview 3.0 [27813.1.d15.8]
VisualStudio.15.IntPreview/15.8.0-pre.3.0+27813.1.d15.8
Microsoft .NET Framework
Version 4.7.03056
Installed Version: Enterprise
Visual C++ 2017 00369-60000-00001-AA372
Microsoft Visual C++ 2017
Microsoft Visual Studio Enterprise 2017
Version 15.7.3
VisualStudio.15.Release/15.7.3+27703.2026
Microsoft .NET Framework
Version 4.7.03056
Installed Version: Enterprise
Application Insights Tools for Visual Studio Package 8.12.10405.1
Application Insights Tools for Visual Studio
This file has been truncated, but you can view the full file.
Microsoft (R) Build Engine version 16.0.40-preview+g105cb8a157 for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/29/2018 10:33:21 AM.
Project "/Users/bret/xamarin/designer/build.proj" on node 1 (default targets).
_BuildDesigners:
Building IDE Integration using side-by-side checkouts.
Project "/Users/bret/xamarin/designer/build.proj" (1) is building "/Users/bret/xamarin/designer/Xamarin.Designer.Android/Xamarin.AndroidDesigner.sln" (2) on node 1 (Build target(s)).
ValidateSolutionConfiguration:
Building solution configuration "DebugMac|Any CPU".
1/15/2019 4:25:18 PM - Microsoft VSIX Installer
1/15/2019 4:25:18 PM - -------------------------------------------
1/15/2019 4:25:18 PM - vsixinstaller.exe version:
1/15/2019 4:25:18 PM - 16.0.297
1/15/2019 4:25:18 PM - -------------------------------------------
1/15/2019 4:25:18 PM - Command line parameters:
1/15/2019 4:25:18 PM - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,/q,/a,/instanceIds:11f5d8d3,/l:VSIXInstaller_Xamarin.Templates_2019-01-15-Tue-21-25-16.log,C:\\Users\\bretjohn\\AppData\\Local\\Microsoft\\Windows\\INetCache\\com.xamarin.provisionator\\Provisions\\Xamarin.Templates.16.1.47.vsix
1/15/2019 4:25:18 PM - -------------------------------------------
1/15/2019 4:25:18 PM - Microsoft VSIX Installer
1/15/2019 4:25:18 PM - -------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<TargetFrameworkProfile />
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<!--Our explicitly set VS properties are here -->
<PropertyGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(GitInfoProps)" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F14C35C1-D69B-405D-9BC0-E95BF658F2F7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(GitInfoProps)" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F14C35C1-D69B-405D-9BC0-E95BF658F2F7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
C:\myhome\xamarin\designer>powershell -ExecutionPolicy Unrestricted -File bot-provisioning\provisionator.ps1 bot-provisioning\dependencies.csx -vvv
Provisionator 0.2.367+4184504
[12:24:55 DBG] Host OS: Windows 6.2.9200.0
[12:24:55 VRB] CSharpScript base path: C:\myhome\xamarin\designer\bot-provisioning
[12:24:56 VRB] #r "_provisionator/provisionator.dll" → #r "C:\myhome\xamarin\designer\bot-provisioning\_provisionator\provisionator.dll"
[12:24:59 VRB] Exec[0] (flags: RedirectStdout, RedirectStderr, Elevate, Default): icacls "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\IntPreview\\Common7\\IDE\\Extensions\\Xamarin" /grant bretjohn:(OI)(CI)F /T
[12:24:59 INF] Provisionator is not being run as Administrator, elevating
[12:25:03 VRB] Exec[0] exited 0
[12:25:03 VRB] Exec[1] (flags: RedirectStdout, RedirectStderr, Elevate, Default): icacls "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\IntPreview\\VSSDK\\VisualStudioIntegration\\Tools\\Bin" /grant bretjoh
[2019-06-18 22:35:13.8] Renderer >> INFO: Calling HandleAndReportException for this exception
[2019-06-18 22:35:13.8] Renderer >> INFO: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Java.Lang.NullPointerException: Exception of type 'Java.Lang.NullPointerException' was thrown.
[2019-06-18 22:35:13.8] Renderer >> at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x00089] in <3f0dfed935344816aef2b177cb7cdcaa>:0
[2019-06-18 22:35:13.8] Renderer >> at Java.Interop.JniPeerMembers+JniInstanceMethods.FinishCreateInstance (System.String constructorSignature, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x0004f] in <3f0dfed935344816aef2b177cb7