ScrExtDroid.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>{646161A3-7C3A-47CC-BD49-5F67E6D5FC46}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>ScrExtDroid</RootNamespace>
  13. <AssemblyName>ScrExtDroid</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <AndroidApplication>true</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  17. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  18. <AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
  19. <TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
  20. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>True</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
  31. <AndroidLinkMode>None</AndroidLinkMode>
  32. <EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk>
  33. <BundleAssemblies>False</BundleAssemblies>
  34. <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
  35. <Debugger>Xamarin</Debugger>
  36. <AotAssemblies>False</AotAssemblies>
  37. <EnableLLVM>False</EnableLLVM>
  38. <AndroidEnableMultiDex>False</AndroidEnableMultiDex>
  39. <EnableProguard>False</EnableProguard>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <DebugType>pdbonly</DebugType>
  43. <DebugSymbols>False</DebugSymbols>
  44. <AndroidManagedSymbols>true</AndroidManagedSymbols>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
  51. <AndroidLinkMode>Full</AndroidLinkMode>
  52. <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
  53. <BundleAssemblies>True</BundleAssemblies>
  54. <AndroidCreatePackagePerAbi>True</AndroidCreatePackagePerAbi>
  55. <Debugger>Microsoft</Debugger>
  56. <AotAssemblies>False</AotAssemblies>
  57. <EnableLLVM>False</EnableLLVM>
  58. <AndroidEnableMultiDex>False</AndroidEnableMultiDex>
  59. <EnableProguard>False</EnableProguard>
  60. <AndroidSupportedAbis>armeabi;armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Mono.Android" />
  64. <Reference Include="mscorlib" />
  65. <Reference Include="System" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="MainActivity.cs" />
  69. <Compile Include="Resources\Resource.Designer.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <AndroidResource Include="Resources\values\Strings.xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <AndroidResource Include="Resources\drawable\Icon.png" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="packages.config" />
  80. <None Include="Properties\AndroidManifest.xml" />
  81. </ItemGroup>
  82. <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
  83. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  84. Other similar extension points exist, see Microsoft.Common.targets.
  85. <Target Name="BeforeBuild">
  86. </Target>
  87. <Target Name="AfterBuild">
  88. </Target>
  89. -->
  90. </Project>