2015-12-28 01:25:57 -05:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-09-03 16:03:28 -04:00
|
|
|
|
<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>{6C29A7E7-E016-4FC1-B1A0-DEE26AC711BB}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>ZlibAndroid</RootNamespace>
|
|
|
|
|
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
|
|
|
|
<AndroidResgenClass>Resource</AndroidResgenClass>
|
|
|
|
|
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
|
|
|
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
|
|
|
|
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
|
|
|
|
|
<AssemblyName>ZlibAndroid</AssemblyName>
|
2015-12-28 01:25:57 -05:00
|
|
|
|
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
|
2015-09-03 16:03:28 -04:00
|
|
|
|
</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>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<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="CRC32.cs" />
|
|
|
|
|
<Compile Include="Deflate.cs" />
|
|
|
|
|
<Compile Include="DeflateStream.cs" />
|
|
|
|
|
<Compile Include="GZipStream.cs" />
|
|
|
|
|
<Compile Include="Inflate.cs" />
|
|
|
|
|
<Compile Include="InfTree.cs" />
|
|
|
|
|
<Compile Include="Tree.cs" />
|
|
|
|
|
<Compile Include="Zlib.cs" />
|
|
|
|
|
<Compile Include="ZlibBaseStream.cs" />
|
|
|
|
|
<Compile Include="ZlibCodec.cs" />
|
|
|
|
|
<Compile Include="ZlibConstants.cs" />
|
|
|
|
|
<Compile Include="ZlibStream.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\AboutResources.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AndroidResource Include="Resources\values\Strings.xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
|
|
|
|
</Project>
|