diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 10:55:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 10:55:52 -0400 |
commit | 79181012ee01e93c1af7c4bf8bd1a3a717274ded (patch) | |
tree | 6d6e76f5998123e24e464e198f45cab580639d76 /src/SMAPI.Installer/SMAPI.Installer.csproj | |
parent | 8036bcdf007ef4c3e8b39778a2a202ba0b22edec (diff) | |
download | SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.tar.gz SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.tar.bz2 SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.zip |
tweak build files
Diffstat (limited to 'src/SMAPI.Installer/SMAPI.Installer.csproj')
-rw-r--r-- | src/SMAPI.Installer/SMAPI.Installer.csproj | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/SMAPI.Installer/SMAPI.Installer.csproj b/src/SMAPI.Installer/SMAPI.Installer.csproj index 79e19d89..44ed3bd1 100644 --- a/src/SMAPI.Installer/SMAPI.Installer.csproj +++ b/src/SMAPI.Installer/SMAPI.Installer.csproj @@ -1,11 +1,8 @@ <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <AssemblyName>SMAPI.Installer</AssemblyName> <RootNamespace>StardewModdingAPI.Installer</RootNamespace> <Description>The SMAPI installer for players.</Description> <TargetFramework>net45</TargetFramework> - <LangVersion>latest</LangVersion> <OutputType>Exe</OutputType> <PlatformTarget>x86</PlatformTarget> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> @@ -16,13 +13,10 @@ </ItemGroup> <ItemGroup> - <None Update="assets\*"> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> - </None> + <None Update="assets\*" CopyToOutputDirectory="PreserveNewest" /> </ItemGroup> <Import Project="..\SMAPI.Internal\SMAPI.Internal.projitems" Label="Shared" /> <Import Project="..\..\build\common.targets" /> <Import Project="..\..\build\prepare-install-package.targets" /> - </Project> |