Braver/F7Cmd/F7Cmd.csproj
Julian Xhokaxhiu c145ec6c6a Uniform the entire project to net7.0-windows
And use dynamic variables for Exec commands
2023-08-27 17:49:55 +02:00

16 lines
454 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ficedula.FF7.Exporters\Ficedula.FF7.Exporters.csproj" />
<ProjectReference Include="..\Ficedula.FF7\Ficedula.FF7.csproj" />
</ItemGroup>
</Project>