More changes due to other Mono Version and VS2012
This commit is contained in:
		| @@ -15,6 +15,7 @@ | ||||
|     <AndroidApplication>true</AndroidApplication> | ||||
|     <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile> | ||||
|     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | ||||
|     <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
| @@ -95,6 +96,9 @@ | ||||
|       <Name>MonoDroidUnitTesting</Name> | ||||
|     </ProjectReference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <TransformFile Include="Properties\AndroidManifest.xml" /> | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> | ||||
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  | ||||
|      Other similar extension points exist, see Microsoft.Common.targets. | ||||
|   | ||||
| @@ -643,6 +643,7 @@ | ||||
|   <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" /> | ||||
|   <ItemGroup> | ||||
|     <Folder Include="Assets\" /> | ||||
|     <Folder Include="SupportLib\" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ProjectReference Include="..\KeePassLib2Android\KeePassLib2Android.csproj"> | ||||
| @@ -671,9 +672,6 @@ | ||||
|       </Properties> | ||||
|     </MonoDevelop> | ||||
|   </ProjectExtensions> | ||||
|   <ItemGroup> | ||||
|     <AndroidJavaLibrary Include="SupportLib\android-support-v4.jar" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <AndroidNativeLibrary Include="..\java\kp2akeytransform\libs\armeabi\libfinal-key.so"> | ||||
|       <Link>libs\armeabi\libfinal-key.so</Link> | ||||
|   | ||||
| @@ -469,7 +469,7 @@ namespace keepass2android | ||||
|  | ||||
|             if (currentIme == kp2aIme) | ||||
|             { | ||||
|                 imeManager.ToggleSoftInput(ShowSoftInputFlags.Forced, HideSoftInputFlags.None); | ||||
|                 imeManager.ToggleSoftInput(ShowFlags.Forced, HideSoftInputFlags.None); | ||||
|             } | ||||
|             else | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll