Files
SabreTools/SabreTools.DatFiles/SabreTools.DatFiles.csproj

22 lines
748 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
2019-03-29 00:24:36 -07:00
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
2020-12-07 12:33:24 -08:00
<ItemGroup>
2020-12-08 13:23:59 -08:00
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
2020-12-08 15:15:41 -08:00
<ProjectReference Include="..\SabreTools.DatItems\SabreTools.DatItems.csproj" />
2020-12-07 15:08:57 -08:00
<ProjectReference Include="..\SabreTools.IO\SabreTools.IO.csproj" />
2020-12-07 14:29:45 -08:00
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
</ItemGroup>
<ItemGroup>
2020-06-15 21:00:09 -07:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>