Files
SabreTools/RombaSharp/RombaSharp.csproj

23 lines
904 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-07-08 22:29:20 -07:00
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.4" />
2016-09-02 15:10:14 -07:00
</ItemGroup>
2017-05-04 02:45:46 -07:00
<ItemGroup>
<ProjectReference Include="..\SabreTools.DatFiles\SabreTools.DatFiles.csproj" />
2020-12-08 15:15:41 -08:00
<ProjectReference Include="..\SabreTools.DatItems\SabreTools.DatItems.csproj" />
2020-12-10 23:24:09 -08:00
<ProjectReference Include="..\SabreTools.DatTools\SabreTools.DatTools.csproj" />
2020-12-08 14:53:49 -08:00
<ProjectReference Include="..\SabreTools.FileTypes\SabreTools.FileTypes.csproj" />
2020-12-08 13:48:57 -08:00
<ProjectReference Include="..\SabreTools.Filtering\SabreTools.Filtering.csproj" />
2020-12-07 13:57:26 -08:00
<ProjectReference Include="..\SabreTools.Help\SabreTools.Help.csproj" />
2020-12-07 14:29:45 -08:00
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
2017-05-04 02:45:46 -07:00
</ItemGroup>
</Project>