mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-17 13:55:41 +00:00
* First part of cleanup * Second part of cleanup * Second part of cleanup, part two * Second part of cleanup, part three * Second part of cleanup, part four * Third part of cleanup * Fourth part of cleanup (nw) * Rebranding * Aaru-fication * Try to fix .NET Core builds * Strip out CD Check for false positives * Update DIC to 20200403 * Add .NET 4.8 to automated builds * Address a couple of TODOs * Typo * Aaru is up to date * Fix AppVeyor * Add new systems (fixes #196) * Fix build Co-authored-by: Matt Nadareski <mnadareski@mparticle.com>
21 lines
571 B
XML
21 lines
571 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net462;net472;net48;netcoreapp3.1</TargetFrameworks>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<OutputType>Exe</OutputType>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DICUI.Library\DICUI.Library.csproj">
|
|
<Project>{51ab0928-13f9-44bf-a407-b6957a43a056}</Project>
|
|
<Name>DICUI.Library</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
</Project> |