mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
15 lines
426 B
XML
15 lines
426 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<AssemblyName>BitwardenPlayground</AssemblyName>
|
|
<RootNamespace>Bit.Playground</RootNamespace>
|
|
<Configurations>Debug;Release;FDroid</Configurations>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Core\Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|