diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 23:17:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 23:17:21 -0400 |
commit | e606b074d7e292dc3957586ea138a64447a9bd8a (patch) | |
tree | 8c5c9cb97da3e427053de97608e8b381687e4e68 /src/SMAPI.Installer/StardewModdingAPI.Installer.csproj | |
parent | 1bea3a9e3273b8222cc2cc5c153bfb70fdba521a (diff) | |
download | SMAPI-e606b074d7e292dc3957586ea138a64447a9bd8a.tar.gz SMAPI-e606b074d7e292dc3957586ea138a64447a9bd8a.tar.bz2 SMAPI-e606b074d7e292dc3957586ea138a64447a9bd8a.zip |
add installer version & platform to window title, simplify output (#375)
Diffstat (limited to 'src/SMAPI.Installer/StardewModdingAPI.Installer.csproj')
-rw-r--r-- | src/SMAPI.Installer/StardewModdingAPI.Installer.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj b/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj index f8e368a4..d3a6aa0b 100644 --- a/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj +++ b/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> @@ -50,6 +50,7 @@ <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> + <Import Project="..\SMAPI.Common\StardewModdingAPI.Common.projitems" Label="Shared" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\..\build\common.targets" /> <Import Project="..\..\build\prepare-install-package.targets" /> |