mirror of
https://github.com/ficed/Braver.git
synced 2024-12-04 03:02:37 +00:00
c145ec6c6a
And use dynamic variables for Exec commands
16 lines
454 B
XML
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>
|