1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-01-16 04:50:59 +03:00
bitwarden-android/test/Playground/Playground.csproj
2023-09-29 11:02:19 -03:00

15 lines
419 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>BitwardenPlayground</AssemblyName>
<RootNamespace>Bit.Playground</RootNamespace>
<Configurations>Debug;Release;FDroid</Configurations>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Core\Core.csproj" />
</ItemGroup>
</Project>