2019-03-29 00:15:40 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2016-08-30 15:02:48 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-11-15 00:00:59 -05:00
|
|
|
|
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
2023-01-02 15:11:52 -08:00
|
|
|
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
2024-03-04 23:56:05 -05:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
2024-03-05 20:26:38 -05:00
|
|
|
|
<Nullable>enable</Nullable>
|
2023-01-08 21:48:21 -08:00
|
|
|
|
<Authors>Matt Nadareski</Authors>
|
2024-02-28 20:16:43 -05:00
|
|
|
|
<Copyright>Copyright (c)2016-2024 Matt Nadareski</Copyright>
|
2023-01-08 21:48:21 -08:00
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/SabreTools/SabreTools</RepositoryUrl>
|
2016-08-30 15:02:48 -07:00
|
|
|
|
</PropertyGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2016-08-30 15:02:48 -07:00
|
|
|
|
<ItemGroup>
|
2023-11-14 23:59:21 -05:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
|
2016-09-02 15:10:14 -07:00
|
|
|
|
</ItemGroup>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
2017-05-04 02:45:46 -07:00
|
|
|
|
<ItemGroup>
|
2020-12-08 16:37:08 -08:00
|
|
|
|
<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>
|
2019-03-29 00:15:40 -07:00
|
|
|
|
|
|
|
|
|
|
</Project>
|