AssemblyTool/RecodeItConsole/ReCodeItConsole.csproj

15 lines
341 B
XML
Raw Normal View History

2024-06-11 19:18:48 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-06-14 18:07:01 -04:00
<OutputType>Exe</OutputType>
2024-06-11 19:18:48 -04:00
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-06-14 19:06:21 -04:00
<ProjectReference Include="..\RecodeItLib\ReCodeItLib.csproj" />
2024-06-11 19:18:48 -04:00
</ItemGroup>
2024-06-14 18:07:01 -04:00
2024-06-11 19:18:48 -04:00
</Project>