Android.csproj 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{A12D3C3F-79E3-4146-B0C8-F04C92685AC7}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Android</RootNamespace>
  13. <AssemblyName>Android</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  16. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  17. <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
  18. <TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
  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;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Mono.Android" />
  39. <Reference Include="mscorlib" />
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  43. <HintPath>..\packages\System.Reactive.Core.3.0.0-rc1-00354\lib\netstandard1.3\System.Reactive.Core.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  47. <HintPath>..\packages\System.Reactive.Interfaces.3.0.0-rc1-00354\lib\portable-net45+win8+wp8+wpa81\System.Reactive.Interfaces.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  51. <HintPath>..\packages\System.Reactive.Linq.3.0.0-rc1-00354\lib\netstandard1.3\System.Reactive.Linq.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.Reactive.PlatformServices.3.0.0-rc1-00354\lib\netstandard1.3\System.Reactive.PlatformServices.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Runtime.InteropServices.WindowsRuntime, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Runtime.InteropServices.WindowsRuntime.4.0.1\lib\netstandard1.3\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Class1.cs" />
  67. <Compile Include="Resources\Resource.Designer.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="app.config" />
  72. <None Include="packages.config" />
  73. <None Include="Resources\AboutResources.txt" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <AndroidResource Include="Resources\Values\Strings.xml" />
  77. </ItemGroup>
  78. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
  79. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  80. Other similar extension points exist, see Microsoft.Common.targets.
  81. <Target Name="BeforeBuild">
  82. </Target>
  83. <Target Name="AfterBuild">
  84. </Target>
  85. -->
  86. </Project>