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 >{843B8BA3-53F4-43E9-9E90-4C3B11DF7588}</ProjectGuid >
9+ <ProjectTypeGuids >{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >Naxam.CircleProgressBar.Droid</RootNamespace >
13+ <AssemblyName >Naxam.CircleProgressBar.Droid</AssemblyName >
14+ <FileAlignment >512</FileAlignment >
15+ <AndroidUseLatestPlatformSdk >True</AndroidUseLatestPlatformSdk >
16+ <TargetFrameworkVersion >v7.1</TargetFrameworkVersion >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" Mono.Android" />
37+ <Reference Include =" System" />
38+ <Reference Include =" System.Core" />
39+ </ItemGroup >
40+ <ItemGroup >
41+ <Compile Include =" Properties\AssemblyInfo.cs" />
42+ </ItemGroup >
43+ <ItemGroup >
44+ <None Include =" Jars\AboutJars.txt" />
45+ <None Include =" Additions\AboutAdditions.txt" />
46+ </ItemGroup >
47+ <ItemGroup >
48+ <TransformFile Include =" Transforms\Metadata.xml" />
49+ <TransformFile Include =" Transforms\EnumFields.xml" />
50+ <TransformFile Include =" Transforms\EnumMethods.xml" />
51+ </ItemGroup >
52+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
53+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
54+ Other similar extension points exist, see Microsoft.Common.targets.
55+ <Target Name="BeforeBuild">
56+ </Target>
57+ <Target Name="AfterBuild">
58+ </Target>
59+ -->
60+ </Project >
0 commit comments