2019-03-28 18:57:45 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
|
|
|
<AssemblyName>BitwardenPlayground</AssemblyName>
|
|
|
|
|
<RootNamespace>Bit.Playground</RootNamespace>
|
2019-05-28 19:50:01 +02:00
|
|
|
|
<Configurations>Debug;Release;FDroid</Configurations>
|
2019-03-28 18:57:45 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\src\Core\Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|