2013-06-14 00:14:50 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{53A9CB7F-6553-4BC0-B56B-9410BB2E59AA}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>keepass2android</RootNamespace>
|
|
|
|
|
<AssemblyName>Kp2aBusinessLogic</AssemblyName>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
|
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2013-07-17 17:11:28 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\ReleaseNoNet\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2013-06-14 00:14:50 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Mono.Android" />
|
|
|
|
|
<Reference Include="mscorlib" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-08-14 00:05:25 -04:00
|
|
|
|
<Compile Include="database\CheckDatabaseForChanges.cs" />
|
2013-09-03 16:58:15 -04:00
|
|
|
|
<Compile Include="database\edit\EditGroup.cs" />
|
2013-08-28 08:00:54 -04:00
|
|
|
|
<Compile Include="database\edit\MoveElement.cs" />
|
2013-08-01 16:20:39 -04:00
|
|
|
|
<Compile Include="database\SynchronizeCachedDatabase.cs" />
|
2013-07-09 03:59:17 -04:00
|
|
|
|
<Compile Include="Io\BuiltInFileStorage.cs" />
|
2013-07-30 14:42:16 -04:00
|
|
|
|
<Compile Include="Io\CachingFileStorage.cs" />
|
2013-09-15 14:08:14 -04:00
|
|
|
|
<Compile Include="Io\DropboxFileStorage.cs" />
|
|
|
|
|
<Compile Include="Io\GDriveFileStorage.cs" />
|
2013-07-09 03:59:17 -04:00
|
|
|
|
<Compile Include="Io\IFileStorage.cs" />
|
2013-07-30 14:42:16 -04:00
|
|
|
|
<Compile Include="Io\IoUtil.cs" />
|
2013-09-15 14:08:14 -04:00
|
|
|
|
<Compile Include="Io\JavaFileStorage.cs" />
|
2013-06-25 15:27:41 -04:00
|
|
|
|
<Compile Include="IProgressDialog.cs" />
|
2013-06-14 00:14:50 -04:00
|
|
|
|
<Compile Include="PreferenceKey.cs" />
|
|
|
|
|
<Compile Include="UiStringKey.cs" />
|
|
|
|
|
<Compile Include="database\Database.cs" />
|
|
|
|
|
<Compile Include="database\edit\ActionOnFinish.cs" />
|
|
|
|
|
<Compile Include="database\edit\AddEntry.cs" />
|
|
|
|
|
<Compile Include="database\edit\AddGroup.cs" />
|
2013-06-15 06:40:01 -04:00
|
|
|
|
<Compile Include="database\edit\CreateDb.cs" />
|
2013-06-14 00:14:50 -04:00
|
|
|
|
<Compile Include="database\edit\DeleteEntry.cs" />
|
|
|
|
|
<Compile Include="database\edit\DeleteGroup.cs" />
|
|
|
|
|
<Compile Include="database\edit\DeleteRunnable.cs" />
|
|
|
|
|
<Compile Include="database\edit\FileOnFinish.cs" />
|
2013-06-15 06:40:01 -04:00
|
|
|
|
<Compile Include="database\edit\LoadDb.cs" />
|
2013-06-14 00:14:50 -04:00
|
|
|
|
<Compile Include="database\edit\OnFinish.cs" />
|
|
|
|
|
<Compile Include="database\edit\RunnableOnFinish.cs" />
|
2013-06-15 06:40:01 -04:00
|
|
|
|
<Compile Include="database\edit\SaveDb.cs" />
|
2013-06-14 00:14:50 -04:00
|
|
|
|
<Compile Include="database\edit\SetPassword.cs" />
|
|
|
|
|
<Compile Include="database\edit\UpdateEntry.cs" />
|
|
|
|
|
<Compile Include="IKp2aApp.cs" />
|
|
|
|
|
<Compile Include="IDrawableFactory.cs" />
|
|
|
|
|
<Compile Include="KeyFileException.cs" />
|
|
|
|
|
<Compile Include="ProgressTask.cs" />
|
|
|
|
|
<Compile Include="PwGroupEqualityFromIdComparer.cs" />
|
|
|
|
|
<Compile Include="PwUuidEqualityComparer.cs" />
|
|
|
|
|
<Compile Include="Resources\Resource.Designer.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="SearchDbHelper.cs" />
|
2013-07-09 03:59:17 -04:00
|
|
|
|
<Compile Include="ProgressDialogStatusLogger.cs" />
|
2013-06-14 00:14:50 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-09-15 14:08:14 -04:00
|
|
|
|
<ProjectReference Include="..\JavaFileStorageBindings\JavaFileStorageBindings.csproj">
|
|
|
|
|
<Project>{48574278-4779-4b3a-a9e4-9cf1bc285d0b}</Project>
|
|
|
|
|
<Name>JavaFileStorageBindings</Name>
|
|
|
|
|
</ProjectReference>
|
2013-06-14 00:14:50 -04:00
|
|
|
|
<ProjectReference Include="..\KeePassLib2Android\KeePassLib2Android.csproj">
|
|
|
|
|
<Project>{545b4a6b-8bba-4fbe-92fc-4ac060122a54}</Project>
|
|
|
|
|
<Name>KeePassLib2Android</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</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.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|