Files
UnrealEngineUWP/Engine/Source/Programs/CSVTools/CsvStats/CSVStats-Core.csproj
Juan Canada e6890e7569 Merging //UE4/Dev-Main@6377367 to Dev-Rendering (//UE4/Dev-Rendering)
#rnx
#rb none

[CL 6382743 by Juan Canada in Dev-Rendering branch]
2019-05-08 17:40:44 -04: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>