2022-04-06 14:46:50 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-11-18 16:57:11 -05:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-04-06 14:46:50 -04:00
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2021-11-18 16:57:11 -05:00
|
|
|
<ApplicationIcon />
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<StartupObject />
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
|
2022-05-11 09:54:01 -04:00
|
|
|
<DebugType>none</DebugType>
|
2021-11-18 16:57:11 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-12-08 14:22:36 -05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-11-18 16:57:11 -05:00
|
|
|
</Project>
|