DrawBot_Gcode_Modifier/GCodeRename.csproj

13 lines
316 B
XML
Raw Permalink Normal View History

2022-12-17 09:45:05 -06:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.1</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>
</Project>