Advertisement
Guest User

Untitled

a guest
Feb 20th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.47 KB | None | 0 0
  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>{3B7ACEA3-D637-4BE4-A09E-8FF9A878600E}</ProjectGuid>
  9.     <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10.     <OutputType>Library</OutputType>
  11.     <AppDesignerFolder>Properties</AppDesignerFolder>
  12.     <RootNamespace>MPfm.Android</RootNamespace>
  13.     <AssemblyName>MPfm.Android</AssemblyName>
  14.     <FileAlignment>512</FileAlignment>
  15.     <AndroidApplication>true</AndroidApplication>
  16.     <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  17.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  18.     <TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
  19.     <AndroidSupportedAbis>armeabi%3barmeabi-v7a%3bx86</AndroidSupportedAbis>
  20.     <AndroidStoreUncompressedFileExtensions />
  21.     <MandroidI18n />
  22.     <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25.     <DebugSymbols>true</DebugSymbols>
  26.     <DebugType>full</DebugType>
  27.     <Optimize>false</Optimize>
  28.     <OutputPath>bin\Debug\</OutputPath>
  29.     <DefineConstants>TRACE;DEBUG;ANDROID</DefineConstants>
  30.     <ErrorReport>prompt</ErrorReport>
  31.     <WarningLevel>4</WarningLevel>
  32.     <AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
  33.     <AndroidLinkMode>None</AndroidLinkMode>
  34.     <AndroidLinkSkip />
  35.     <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
  36.   </PropertyGroup>
  37.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38.     <DebugType>pdbonly</DebugType>
  39.     <Optimize>true</Optimize>
  40.     <OutputPath>bin\Release\</OutputPath>
  41.     <DefineConstants>TRACE;ANDROID</DefineConstants>
  42.     <ErrorReport>prompt</ErrorReport>
  43.     <WarningLevel>4</WarningLevel>
  44.     <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
  45.     <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  46.   </PropertyGroup>
  47.   <ItemGroup>
  48.     <Reference Include="Mono.Android" />
  49.     <Reference Include="Mono.Android.Support.v13" />
  50.     <Reference Include="mscorlib" />
  51.     <Reference Include="System" />
  52.     <Reference Include="System.Core" />
  53.     <Reference Include="System.Xml.Linq" />
  54.     <Reference Include="System.Xml" />
  55.     <Reference Include="taglib-sharp, Version=2.0.4.0, Culture=neutral, PublicKeyToken=db62eba44689b5b0, processorArchitecture=MSIL">
  56.       <SpecificVersion>False</SpecificVersion>
  57.       <HintPath>..\MPfm.Sound\Lib\Android\taglib-sharp.dll</HintPath>
  58.     </Reference>
  59.   </ItemGroup>
  60.   <ItemGroup>
  61.     <Compile Include="Classes\Activities\BaseActivity.cs" />
  62.     <Compile Include="Classes\Activities\PreferencesActivity.cs" />
  63.     <Compile Include="Classes\Activities\MainActivity.cs" />
  64.     <Compile Include="Classes\Adapters\TabPagerAdapter.cs" />
  65.     <Compile Include="Classes\Adapters\MobileLibraryBrowserListAdapter.cs" />
  66.     <Compile Include="Classes\Application.cs" />
  67.     <Compile Include="Classes\Fragments\Base\BaseFragment.cs" />
  68.     <Compile Include="Classes\Fragments\AudioPreferencesFragment.cs" />
  69.     <Compile Include="Classes\Fragments\Base\BaseListFragment.cs" />
  70.     <Compile Include="Classes\Fragments\Base\BaseDialogFragment.cs" />
  71.     <Compile Include="Classes\Fragments\SplashFragment.cs" />
  72.     <Compile Include="Classes\Fragments\LibraryPreferencesFragment.cs" />
  73.     <Compile Include="Classes\Fragments\GeneralPreferencesFragment.cs" />
  74.     <Compile Include="Classes\Fragments\UpdateLibraryFragment.cs" />
  75.     <Compile Include="Classes\Fragments\MobileLibraryBrowserFragment.cs" />
  76.     <Compile Include="Classes\Fragments\PlayerFragment.cs" />
  77.     <Compile Include="Classes\Helpers\BitmapHelper.cs" />
  78.     <Compile Include="Classes\Helpers\BitmapCache.cs" />
  79.     <Compile Include="Classes\Listeners\TabListener.cs" />
  80.     <Compile Include="Classes\Navigation\AndroidNavigationManager.cs" />
  81.     <Compile Include="Classes\Objects\ApplicationState.cs" />
  82.     <Compile Include="Classes\Objects\GenericListItem.cs" />
  83.     <Compile Include="Resources\Resource.Designer.cs" />
  84.     <Compile Include="Properties\AssemblyInfo.cs" />
  85.   </ItemGroup>
  86.   <ItemGroup>
  87.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbass.so" />
  88.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbassflac.so" />
  89.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbassmix.so" />
  90.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbasswv.so" />
  91.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbass_aac.so" />
  92.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbass_alac.so" />
  93.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbass_ape.so" />
  94.     <AndroidNativeLibrary Include="Lib\armeabi-v7a\libbass_fx.so" />
  95.     <None Include="Resources\AboutResources.txt" />
  96.     <None Include="Assets\AboutAssets.txt" />
  97.     <AndroidResource Include="Resources\Layout\Player.axml">
  98.       <SubType>Designer</SubType>
  99.     </AndroidResource>
  100.     <AndroidResource Include="Resources\Layout\GenericCell.axml">
  101.       <SubType>Designer</SubType>
  102.     </AndroidResource>
  103.     <AndroidResource Include="Resources\Layout\UpdateLibrary.axml">
  104.       <SubType>Designer</SubType>
  105.     </AndroidResource>
  106.     <AndroidResource Include="Resources\Layout\Splash.axml">
  107.       <SubType>Designer</SubType>
  108.     </AndroidResource>
  109.     <AndroidResource Include="Resources\Layout\Settings.axml">
  110.       <SubType>Designer</SubType>
  111.     </AndroidResource>
  112.     <AndroidResource Include="Resources\Layout\AudioPreferences.axml">
  113.       <SubType>Designer</SubType>
  114.     </AndroidResource>
  115.     <AndroidResource Include="Resources\Layout\GeneralPreferences.axml">
  116.       <SubType>Designer</SubType>
  117.     </AndroidResource>
  118.     <AndroidResource Include="Resources\Layout\LibraryPreferences.axml">
  119.       <SubType>Designer</SubType>
  120.     </AndroidResource>
  121.   </ItemGroup>
  122.   <ItemGroup>
  123.     <AndroidResource Include="Resources\Layout\Main.axml">
  124.       <SubType>Designer</SubType>
  125.     </AndroidResource>
  126.   </ItemGroup>
  127.   <ItemGroup>
  128.     <AndroidResource Include="Resources\Values\Strings.xml" />
  129.   </ItemGroup>
  130.   <ItemGroup>
  131.     <ProjectReference Include="..\MPfm.Core\MPfm.Core.Android.csproj">
  132.       <Project>{d536fde5-989e-4979-9b39-63621ae4a205}</Project>
  133.       <Name>MPfm.Core.Android</Name>
  134.     </ProjectReference>
  135.     <ProjectReference Include="..\MPfm.Library\MPfm.Library.Android.csproj">
  136.       <Project>{2a62d229-d7fc-41da-b676-bb1371659bfb}</Project>
  137.       <Name>MPfm.Library.Android</Name>
  138.     </ProjectReference>
  139.     <ProjectReference Include="..\MPfm.MVP\MPfm.MVP.Android.csproj">
  140.       <Project>{b6b0613c-ff39-479d-9ef0-31daf9684a06}</Project>
  141.       <Name>MPfm.MVP.Android</Name>
  142.     </ProjectReference>
  143.     <ProjectReference Include="..\MPfm.Player\MPfm.Player.Android.csproj">
  144.       <Project>{feb7497c-784c-4380-874f-46fd93c82ba1}</Project>
  145.       <Name>MPfm.Player.Android</Name>
  146.     </ProjectReference>
  147.     <ProjectReference Include="..\MPfm.Sound\MPfm.Sound.Android.csproj">
  148.       <Project>{d92f718e-9a24-4b8b-9e40-77f93cf89eae}</Project>
  149.       <Name>MPfm.Sound.Android</Name>
  150.     </ProjectReference>
  151.   </ItemGroup>
  152.   <ItemGroup>
  153.     <Content Include="Properties\AndroidManifest.xml" />
  154.     <AndroidResource Include="Resources\Menu\main_menu.xml" />
  155.     <AndroidResource Include="Resources\Values\Styles.xml" />
  156.     <AndroidResource Include="Resources\Values\Colors.xml" />
  157.     <AndroidResource Include="Resources\Drawable\Splash.png" />
  158.     <AndroidResource Include="Resources\Drawable\Icon.png" />
  159.     <AndroidResource Include="Resources\Anim\fade_in.xml" />
  160.     <AndroidResource Include="Resources\Anim\fade_out.xml" />
  161.     <AndroidResource Include="Resources\Anim\slide_out_right.xml" />
  162.     <AndroidResource Include="Resources\Anim\slide_in_left.xml" />
  163.   </ItemGroup>
  164.   <ItemGroup>
  165.     <Folder Include="Lib\armeabi\" />
  166.   </ItemGroup>
  167.   <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  168.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169.     Other similar extension points exist, see Microsoft.Common.targets.
  170.  <Target Name="BeforeBuild">
  171.  </Target>
  172.  <Target Name="AfterBuild">
  173.  </Target>
  174.  -->
  175. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement