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

19 lines
451 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>CsvStats</RootNamespace>
<AssemblyName>CsvStats</AssemblyName>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;osx-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>