68 строки
3.4 KiB
XML
68 строки
3.4 KiB
XML
<?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>
|
|
<ProjectGuid>{7F7FA7ED-1386-41B5-A11E-656B7F85A8F9}</ProjectGuid>
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Microsoft.AppCenter.Rum.Android</RootNamespace>
|
|
<AssemblyName>Microsoft.AppCenter.Rum</AssemblyName>
|
|
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
|
|
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
|
<AndroidResgenClass>Resource</AndroidResgenClass>
|
|
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
|
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
|
|
</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>
|
|
<DocumentationFile>bin\Debug\Microsoft.AppCenter.Rum.Android.xml</DocumentationFile>
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AndroidManagedSymbols>true</AndroidManagedSymbols>
|
|
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Mono.Android" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Resources\Resource.designer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RealUserMeasurements.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\AboutResources.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AndroidResource Include="Resources\values\Strings.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Microsoft.AppCenter.Rum.Android.Bindings\Microsoft.AppCenter.Rum.Android.Bindings.csproj">
|
|
<Project>{7E130457-B427-4043-A5A2-9484CB5809BF}</Project>
|
|
<Name>Microsoft.AppCenter.Rum.Android.Bindings</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\AppCenter\Microsoft.AppCenter.Android.Bindings\Microsoft.AppCenter.Android.Bindings.csproj">
|
|
<Project>{C3B5BA33-DA39-400D-B5B3-85C68354FD74}</Project>
|
|
<Name>Microsoft.AppCenter.Android.Bindings</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="..\Microsoft.AppCenter.Rum.Shared\Microsoft.AppCenter.Rum.Shared.projitems" Label="Shared" Condition="Exists('..\Microsoft.AppCenter.Rum.Shared\Microsoft.AppCenter.Rum.Shared.projitems')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
|
</Project> |