2022-07-15 17:28:39 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2014-04-10 10:36:59 -07:00
|
|
|
|
<PropertyGroup>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2014-04-10 10:36:59 -07:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<RootNamespace>MatterHackers.MatterControl.Launcher</RootNamespace>
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2014-04-10 10:36:59 -07:00
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-03-10 17:15:55 -08:00
|
|
|
|
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.410601">
|
2022-07-15 17:28:39 -07:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
2014-04-10 10:36:59 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|