Bitwarden-app-android-iphon.../src/App/App.csproj

21 lines
582 B
XML
Raw Normal View History

2019-03-28 02:36:28 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2019-03-28 01:12:44 +01:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Bit.App</RootNamespace>
<AssemblyName>BitwardenApp</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.6.0.264807" />
</ItemGroup>
2019-03-28 02:34:39 +01:00
<ItemGroup>
2019-03-28 02:36:28 +01:00
<ProjectReference Include="..\Core\Core.csproj" />
2019-03-28 02:34:39 +01:00
</ItemGroup>
2019-03-28 01:12:44 +01:00
</Project>