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 >{5DD46BD4-E730-4C19-80D2-3A8D40E5AA34}</ProjectGuid >
7
+ <ProjectTypeGuids >{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
8
+ <OutputType >Library</OutputType >
9
+ <RootNamespace >Naxam.JWPlayerCommon.Droid</RootNamespace >
10
+ <AssemblyName >Naxam.JWPlayerCommon.Droid</AssemblyName >
11
+ <TargetFrameworkVersion >v7.1</TargetFrameworkVersion >
12
+ <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
13
+ <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
14
+ <AndroidUseLatestPlatformSdk >true</AndroidUseLatestPlatformSdk >
15
+ <AndroidClassParser >class-parse</AndroidClassParser >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug</OutputPath >
22
+ <DefineConstants >DEBUG;</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ <AndroidLinkMode >None</AndroidLinkMode >
26
+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <DebugSymbols >true</DebugSymbols >
30
+ <DebugType >pdbonly</DebugType >
31
+ <Optimize >true</Optimize >
32
+ <OutputPath >bin\Release</OutputPath >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
36
+ <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
37
+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" System" />
41
+ <Reference Include =" System.Xml" />
42
+ <Reference Include =" System.Core" />
43
+ <Reference Include =" Mono.Android" />
44
+ </ItemGroup >
45
+ <ItemGroup >
46
+ <Compile Include =" Properties\AssemblyInfo.cs" />
47
+ <Compile Include =" Additions\Classes.cs" />
48
+ </ItemGroup >
49
+ <ItemGroup >
50
+ <None Include =" Additions\AboutAdditions.txt" />
51
+ <None Include =" Jars\AboutJars.txt" />
52
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <TransformFile Include =" Transforms\EnumFields.xml" />
55
+ <TransformFile Include =" Transforms\EnumMethods.xml" />
56
+ <TransformFile Include =" Transforms\Metadata.xml" />
57
+ </ItemGroup >
58
+ <ItemGroup >
59
+ <LibraryProjectZip Include =" Jars\jwplayer-common-2.7.4+22.aar" />
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <ProjectReference Include =" ..\Naxam.JWPlayerCore.Droid\Naxam.JWPlayerCore.Droid.csproj" >
63
+ <Project >{82F56E70-A345-4C61-A013-BA73BE3A911F}</Project >
64
+ <Name >Naxam.JWPlayerCore.Droid</Name >
65
+ </ProjectReference >
66
+ </ItemGroup >
67
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
68
+ </Project >
0 commit comments