Compare commits
	
		
			1 Commits
		
	
	
		
			v1.12-r8
			...
			1.0.0-none
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | c130e9697f | 
| @@ -54,9 +54,6 @@ | |||||||
|     <Reference Include="System.Core" /> |     <Reference Include="System.Core" /> | ||||||
|     <Reference Include="System.Xml.Linq" /> |     <Reference Include="System.Xml.Linq" /> | ||||||
|     <Reference Include="System.Xml" /> |     <Reference Include="System.Xml" /> | ||||||
|     <Reference Include="Xamarin.Insights"> |  | ||||||
|       <HintPath>..\packages\Xamarin.Insights.1.11.3\lib\MonoAndroid10\Xamarin.Insights.dll</HintPath> |  | ||||||
|     </Reference> |  | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <Compile Include="database\CheckDatabaseForChanges.cs" /> |     <Compile Include="database\CheckDatabaseForChanges.cs" /> | ||||||
| @@ -124,10 +121,6 @@ | |||||||
|     <Compile Include="Utils\Spr\SprEngine.PickChars.cs" /> |     <Compile Include="Utils\Spr\SprEngine.PickChars.cs" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <ProjectReference Include="..\JavaFileStorageBindings\JavaFileStorageBindings.csproj"> |  | ||||||
|       <Project>{48574278-4779-4b3a-a9e4-9cf1bc285d0b}</Project> |  | ||||||
|       <Name>JavaFileStorageBindings</Name> |  | ||||||
|     </ProjectReference> |  | ||||||
|     <ProjectReference Include="..\KeePassLib2Android\KeePassLib2Android.csproj"> |     <ProjectReference Include="..\KeePassLib2Android\KeePassLib2Android.csproj"> | ||||||
|       <Project>{545B4A6B-8BBA-4FBE-92FC-4AC060122A54}</Project> |       <Project>{545B4A6B-8BBA-4FBE-92FC-4AC060122A54}</Project> | ||||||
|       <Name>KeePassLib2Android</Name> |       <Name>KeePassLib2Android</Name> | ||||||
| @@ -136,10 +129,6 @@ | |||||||
|       <Project>{70D3844A-D9FA-4A64-B205-A84C6A822196}</Project> |       <Project>{70D3844A-D9FA-4A64-B205-A84C6A822196}</Project> | ||||||
|       <Name>KP2AKdbLibraryBinding</Name> |       <Name>KP2AKdbLibraryBinding</Name> | ||||||
|     </ProjectReference> |     </ProjectReference> | ||||||
|     <ProjectReference Include="..\netftpandroid\System.Net.FtpClient\System.Net.FtpClient.Android.csproj"> |  | ||||||
|       <Project>{146FD497-BA03-4740-B6C5-5C84EA8FCDE2}</Project> |  | ||||||
|       <Name>System.Net.FtpClient.Android</Name> |  | ||||||
|     </ProjectReference> |  | ||||||
|     <ProjectReference Include="..\TwofishCipher\TwofishCipher.csproj"> |     <ProjectReference Include="..\TwofishCipher\TwofishCipher.csproj"> | ||||||
|       <Project>{5CF675A5-9BEE-4720-BED9-D5BF14A2EBF9}</Project> |       <Project>{5CF675A5-9BEE-4720-BED9-D5BF14A2EBF9}</Project> | ||||||
|       <Name>TwofishCipher</Name> |       <Name>TwofishCipher</Name> | ||||||
|   | |||||||
| @@ -99,21 +99,6 @@ | |||||||
|     <Reference Include="Xamarin.Android.Support.Design"> |     <Reference Include="Xamarin.Android.Support.Design"> | ||||||
|       <HintPath>..\packages\Xamarin.Android.Support.Design.22.2.1.0\lib\MonoAndroid403\Xamarin.Android.Support.Design.dll</HintPath> |       <HintPath>..\packages\Xamarin.Android.Support.Design.22.2.1.0\lib\MonoAndroid403\Xamarin.Android.Support.Design.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.GooglePlayServices.Base"> |  | ||||||
|       <HintPath>..\packages\Xamarin.GooglePlayServices.Base.27.0.0.0\lib\MonoAndroid41\Xamarin.GooglePlayServices.Base.dll</HintPath> |  | ||||||
|       <Private>True</Private> |  | ||||||
|     </Reference> |  | ||||||
|     <Reference Include="Xamarin.GooglePlayServices.Basement"> |  | ||||||
|       <HintPath>..\packages\Xamarin.GooglePlayServices.Basement.27.0.0.0\lib\MonoAndroid41\Xamarin.GooglePlayServices.Basement.dll</HintPath> |  | ||||||
|       <Private>True</Private> |  | ||||||
|     </Reference> |  | ||||||
|     <Reference Include="Xamarin.GooglePlayServices.Drive"> |  | ||||||
|       <HintPath>..\packages\Xamarin.GooglePlayServices.Drive.27.0.0.0\lib\MonoAndroid41\Xamarin.GooglePlayServices.Drive.dll</HintPath> |  | ||||||
|       <Private>True</Private> |  | ||||||
|     </Reference> |  | ||||||
|     <Reference Include="Xamarin.Insights"> |  | ||||||
|       <HintPath>..\packages\Xamarin.Insights.1.11.3\lib\MonoAndroid10\Xamarin.Insights.dll</HintPath> |  | ||||||
|     </Reference> |  | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <Compile Include="ActivateAutoFillActivity.cs" /> |     <Compile Include="ActivateAutoFillActivity.cs" /> | ||||||
| @@ -739,10 +724,6 @@ | |||||||
|     <Folder Include="SupportLib\" /> |     <Folder Include="SupportLib\" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <ProjectReference Include="..\JavaFileStorageBindings\JavaFileStorageBindings.csproj"> |  | ||||||
|       <Project>{48574278-4779-4B3A-A9E4-9CF1BC285D0B}</Project> |  | ||||||
|       <Name>JavaFileStorageBindings</Name> |  | ||||||
|     </ProjectReference> |  | ||||||
|     <ProjectReference Include="..\KeePassLib2Android\KeePassLib2Android.csproj"> |     <ProjectReference Include="..\KeePassLib2Android\KeePassLib2Android.csproj"> | ||||||
|       <Project>{545B4A6B-8BBA-4FBE-92FC-4AC060122A54}</Project> |       <Project>{545B4A6B-8BBA-4FBE-92FC-4AC060122A54}</Project> | ||||||
|       <Name>KeePassLib2Android</Name> |       <Name>KeePassLib2Android</Name> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user