Files
UnrealEngine/Engine/Source/Programs/AutomationTool/LiveLinkHub/LiveLinkHub.Automation.csproj
2025-05-18 13:04:45 +08:00

25 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\Shared\UnrealEngine.csproj.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<Configurations>Debug;Release;Development</Configurations>
<OutputPath>..\..\..\..\Binaries\DotNET\AutomationTool\AutomationScripts\LiveLinkHub</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Shared\MetaData.cs">
<Link>Properties\MetaData.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AutomationUtils\AutomationUtils.Automation.csproj" />
<ProjectReference Include="..\CookedEditor\CookedEditor.Automation.csproj" />
<ProjectReference Include="..\..\Shared\EpicGames.Core\EpicGames.Core.csproj" />
<ProjectReference Include="..\..\UnrealBuildTool\UnrealBuildTool.csproj" />
</ItemGroup>
</Project>