1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProjectGuid >{E25C7961-349C-4464-A3D4-4AB8170A9FC1}</ProjectGuid >
7
+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
8
+ <OutputType >Library</OutputType >
9
+ <RootNamespace >AndroidAltBeaconLibrary.UnitTests</RootNamespace >
10
+ <AssemblyName >AndroidAltBeaconLibrary.UnitTests</AssemblyName >
11
+ <TargetFrameworkVersion >v7.1</TargetFrameworkVersion >
12
+ <AndroidApplication >True</AndroidApplication >
13
+ <AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
14
+ <AndroidResgenClass >Resource</AndroidResgenClass >
15
+ <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
16
+ <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
17
+ <AndroidUseLatestPlatformSdk >true</AndroidUseLatestPlatformSdk >
18
+ <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
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;</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ <AndroidLinkMode >None</AndroidLinkMode >
29
+ <AndroidSupportedAbis >arm64-v8a;armeabi;armeabi-v7a;x86</AndroidSupportedAbis >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
+ <DebugSymbols >true</DebugSymbols >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <OutputPath >bin\Release</OutputPath >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
39
+ <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
40
+ </PropertyGroup >
41
+ <ItemGroup >
42
+ <Reference Include =" System" />
43
+ <Reference Include =" System.Xml" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" Mono.Android" />
46
+ <Reference Include =" Xamarin.Android.NUnitLite" />
47
+ </ItemGroup >
48
+ <ItemGroup >
49
+ <Compile Include =" MainActivity.cs" />
50
+ <Compile Include =" TestsSample.cs" />
51
+ <Compile Include =" Resources\Resource.designer.cs" />
52
+ <Compile Include =" Properties\AssemblyInfo.cs" />
53
+ <Compile Include =" AltBeaconParserTest.cs" />
54
+ <Compile Include =" AltBeaconTest.cs" />
55
+ <Compile Include =" TestBase.cs" />
56
+ <Compile Include =" BeaconParserTest.cs" />
57
+ <Compile Include =" AssertEx.cs" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <None Include =" Resources\AboutResources.txt" />
61
+ <None Include =" Assets\AboutAssets.txt" />
62
+ <None Include =" Properties\AndroidManifest.xml" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <AndroidResource Include =" Resources\mipmap-hdpi\Icon.png" />
66
+ <AndroidResource Include =" Resources\mipmap-mdpi\Icon.png" />
67
+ <AndroidResource Include =" Resources\mipmap-xhdpi\Icon.png" />
68
+ <AndroidResource Include =" Resources\mipmap-xxhdpi\Icon.png" />
69
+ <AndroidResource Include =" Resources\mipmap-xxxhdpi\Icon.png" />
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <ProjectReference Include =" ..\AndroidAltBeaconLibrary\AndroidAltBeaconLibrary.csproj" >
73
+ <Project >{4D26EC32-DC3D-4046-A845-306A40014ADF}</Project >
74
+ <Name >AndroidAltBeaconLibrary</Name >
75
+ <Private >False</Private >
76
+ </ProjectReference >
77
+ </ItemGroup >
78
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
79
+ </Project >
0 commit comments