Files
UnrealEngineUWP/Engine/Source/Programs/CSVTools/CsvStats/CSVStats-Core.csproj
david harvey 53b350c21c Initial general release of CSV graphing and reporting tools.
#jira UE-66046
[FYI] ben.woodhouse, josh.engebretson

#ROBOMERGE-OWNER: ryan.vance
#ROBOMERGE-AUTHOR: david.harvey
#ROBOMERGE-SOURCE: CL 6172720 via CL 6173182 via CL 6178668
#ROBOMERGE-BOT: DEVVR (Main -> Dev-VR)

[CL 6216521 by david harvey in Dev-VR branch]
2019-05-01 18:41:54 -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>