2021-10-31 00:28:22 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-06-17 18:21:52 +00:00
|
|
|
|
<PropertyGroup>
|
2021-10-31 00:28:22 +00:00
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2018-06-17 18:21:52 +00:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2018-06-23 15:58:42 +00:00
|
|
|
|
<AssemblyName>XCI-Explorer</AssemblyName>
|
2018-06-17 18:21:52 +00:00
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
2021-10-31 00:28:22 +00:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
2018-06-17 18:21:52 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
2021-10-31 00:28:22 +00:00
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
<DebugType>None</DebugType>
|
2018-11-27 17:11:05 +00:00
|
|
|
|
</PropertyGroup>
|
2018-06-17 18:21:52 +00:00
|
|
|
|
<ItemGroup>
|
2021-10-31 00:28:22 +00:00
|
|
|
|
<PackageReference Include="Be.Windows.Forms.HexBox.Net5" Version="1.8.0" />
|
2018-11-27 17:11:05 +00:00
|
|
|
|
</ItemGroup>
|
2018-06-17 18:21:52 +00:00
|
|
|
|
</Project>
|