<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net4.5;netstandard2.0</TargetFrameworks> <RootNamespace>StardewModdingAPI</RootNamespace> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <OutputPath>..\..\bin\$(Configuration)\SMAPI.Toolkit.CoreInterfaces</OutputPath> <DocumentationFile>..\..\bin\$(Configuration)\SMAPI.Toolkit.CoreInterfaces\$(TargetFramework)\StardewModdingAPI.Toolkit.CoreInterfaces.xml</DocumentationFile> </PropertyGroup> <ItemGroup> <Compile Include="..\..\build\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" /> </ItemGroup> <Import Project="..\..\build\common.targets" /> </Project>