mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
14 lines
337 B
XML
14 lines
337 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||
|
<DebugType>full</DebugType>
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|