Files
UnrealEngine/Engine/Source/Programs/CSVTools/PerfReportTool/PerfreportTool.csproj
2025-05-18 13:04:45 +08:00

36 lines
1.6 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>win-x64;osx-x64;win-arm64;osx-arm64;linux-x64;linux-arm64</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>anycpu</PlatformTarget>
<OutputPath Condition="'$(OutputPath)' == ''">..\..\..\..\Binaries\DotNET\CsvTools\</OutputPath>
</PropertyGroup>
<ItemGroup>
<None Remove="Properties\AssemblyInfo.cs~RF273305d.TMP" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CsvStats\CsvStats.csproj" />
<ProjectReference Include="..\CsvToSvgLib\CsvToSvgLib.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<PropertyGroup>
<AssemblyTitle>PerfReportTool</AssemblyTitle>
<Product>PerfReportTool</Product>
<Copyright>Copyright %28C%29 Microsoft. All rights reserved.
Copyright Epic Games, Inc. All Rights Reserved.</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>
</Project>