Files
SabreTools/RombaSharp/RombaSharp.csproj
2020-06-11 10:22:00 -07:00

24 lines
711 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net472;net48;netcoreapp3.1</TargetFrameworks>
<RuntimeIdentifiers>win10-x64;win7-x86</RuntimeIdentifiers>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'!='netcoreapp3.1'">
<DefineConstants>NET_FRAMEWORK</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Data.Sqlite.Portable" Version="1.0.3.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SabreTools.Library\SabreTools.Library.csproj" />
</ItemGroup>
</Project>