2013-07-17 17:11:28 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-04-06 01:15:08 -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>
|
|
|
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{A8779D4D-7C49-4C2F-82BD-2CDC448391DA}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>Kp2aKeyboardBinding</RootNamespace>
|
|
|
|
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
|
|
|
|
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
|
|
|
|
<AssemblyName>Kp2aKeyboardBinding</AssemblyName>
|
|
|
|
|
</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>none</DebugType>
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
|
|
|
|
<ConsolePause>False</ConsolePause>
|
|
|
|
|
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
|
|
|
|
</PropertyGroup>
|
2013-07-17 17:11:28 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\ReleaseNoNet\</OutputPath>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2013-04-06 01:15:08 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Mono.Android" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-08-14 00:05:25 -04:00
|
|
|
|
<LibraryProjectZip Include="..\java\KP2ASoftKeyboard\project.zip">
|
|
|
|
|
<Link>project.zip</Link>
|
|
|
|
|
</LibraryProjectZip>
|
2013-04-06 01:15:08 -04:00
|
|
|
|
<None Include="Additions\AboutAdditions.txt" />
|
|
|
|
|
<None Include="Jars\AboutJars.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<TransformFile Include="Transforms\EnumFields.xml" />
|
|
|
|
|
<TransformFile Include="Transforms\EnumMethods.xml" />
|
|
|
|
|
<TransformFile Include="Transforms\Metadata.xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Novell\Xamarin.Android.Bindings.targets" />
|
|
|
|
|
</Project>
|