| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ProjectGuid>{93092755-DFE9-4FD2-9AED-1C2A9086E2D7}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>XamarinInsights.Android</RootNamespace>
- <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
- <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
- <AndroidResgenClass>Resource</AndroidResgenClass>
- <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
- <AndroidApplication>True</AndroidApplication>
- <AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
- <AssemblyName>XamarinInsights.Android</AssemblyName>
- <TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
- <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidLinkMode>None</AndroidLinkMode>
- <ConsolePause>false</ConsolePause>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
- <ConsolePause>false</ConsolePause>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="Mono.Android" />
- <Reference Include="Xamarin.Forms.Platform.Android">
- <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath>
- </Reference>
- <Reference Include="Xamarin.Forms.Core">
- <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath>
- </Reference>
- <Reference Include="Xamarin.Forms.Xaml">
- <HintPath>..\packages\Xamarin.Forms.1.2.2.6243\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
- </Reference>
- <Reference Include="Xamarin.Android.Support.v4">
- <HintPath>..\packages\Xamarin.Android.Support.v4.20.0.0.4\lib\MonoAndroid32\Xamarin.Android.Support.v4.dll</HintPath>
- </Reference>
- <Reference Include="Xamarin.Android.Support.v13">
- <HintPath>..\packages\Xamarin.Android.Support.v13.20.0.0.4\lib\MonoAndroid32\Xamarin.Android.Support.v13.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="MainActivity.cs" />
- <Compile Include="Resources\Resource.designer.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\AboutResources.txt" />
- <None Include="Assets\AboutAssets.txt" />
- <None Include="Properties\AndroidManifest.xml" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <AndroidResource Include="Resources\layout\Main.axml" />
- <AndroidResource Include="Resources\values\Strings.xml" />
- <AndroidResource Include="Resources\drawable\Icon.png" />
- </ItemGroup>
- <Import Project="..\XamarinInsights\XamarinInsights.projitems" Label="Shared" Condition="Exists('..\XamarinInsights\XamarinInsights.projitems')" />
- <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
- <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')" />
- </Project>
|