XamarinInsights.Android.csproj 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{93092755-DFE9-4FD2-9AED-1C2A9086E2D7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>XamarinInsights.Android</RootNamespace>
  10. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  11. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  12. <AndroidResgenClass>Resource</AndroidResgenClass>
  13. <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
  14. <AndroidApplication>True</AndroidApplication>
  15. <AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
  16. <AssemblyName>XamarinInsights.Android</AssemblyName>
  17. <TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
  18. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug</OutputPath>
  25. <DefineConstants>DEBUG;</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <AndroidLinkMode>None</AndroidLinkMode>
  29. <ConsolePause>false</ConsolePause>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>full</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  38. <ConsolePause>false</ConsolePause>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="Mono.Android" />
  45. <Reference Include="Xamarin.Forms.Platform.Android">
  46. <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Xamarin.Forms.Core">
  49. <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Xamarin.Forms.Xaml">
  52. <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Xamarin.Android.Support.v4">
  55. <HintPath>..\packages\Xamarin.Android.Support.v4.20.0.0.4\lib\MonoAndroid32\Xamarin.Android.Support.v4.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Xamarin.Android.Support.v13">
  58. <HintPath>..\packages\Xamarin.Android.Support.v13.20.0.0.4\lib\MonoAndroid32\Xamarin.Android.Support.v13.dll</HintPath>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="MainActivity.cs" />
  63. <Compile Include="Resources\Resource.designer.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <None Include="Resources\AboutResources.txt" />
  68. <None Include="Assets\AboutAssets.txt" />
  69. <None Include="Properties\AndroidManifest.xml" />
  70. <None Include="packages.config" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <AndroidResource Include="Resources\layout\Main.axml" />
  74. <AndroidResource Include="Resources\values\Strings.xml" />
  75. <AndroidResource Include="Resources\drawable\Icon.png" />
  76. </ItemGroup>
  77. <Import Project="..\XamarinInsights\XamarinInsights.projitems" Label="Shared" Condition="Exists('..\XamarinInsights\XamarinInsights.projitems')" />
  78. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  79. <Import Project="..\packages\Xamarin.Forms.1.2.2.6243\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.2.2.6243\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.targets')" />
  80. </Project>