2024-06-20 09:57:37 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\..\..\Shared\UnrealEngine.csproj.props" />
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-10-01 19:12:37 -04:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-06-20 09:57:37 -04:00
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<Configurations>Debug;Development</Configurations>
|
|
|
|
|
<!-- <BaseOutputPath>bin\</BaseOutputPath> -->
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
|
|
|
|
<OutputPath>..\..\..\..\..\Binaries\DotNET\AutomationTool\AutomationScripts\Mutable\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\Gauntlet\Gauntlet.Automation.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|