diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-31 22:27:12 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-31 22:27:12 -0500 |
commit | 3f1d7b1d2238d775638b4e471fc626ca26a3849a (patch) | |
tree | 1b1c4c869c9a2d8c07b4f79e4a06586ecdbc323e /src/SMAPI | |
parent | 1a2af714aa4ca3b7dae61e7ee980c23338240129 (diff) | |
download | SMAPI-3f1d7b1d2238d775638b4e471fc626ca26a3849a.tar.gz SMAPI-3f1d7b1d2238d775638b4e471fc626ca26a3849a.tar.bz2 SMAPI-3f1d7b1d2238d775638b4e471fc626ca26a3849a.zip |
rework build settings a bit
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 3bb73295..1376c8a2 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -8,8 +8,7 @@ <LangVersion>latest</LangVersion> <PlatformTarget>x86</PlatformTarget> <OutputType>Exe</OutputType> - <OutputPath>$(SolutionDir)\..\bin\$(Configuration)\SMAPI</OutputPath> - <DocumentationFile>$(SolutionDir)\..\bin\$(Configuration)\SMAPI\StardewModdingAPI.xml</DocumentationFile> + <DocumentationFile>bin\$(Configuration)\StardewModdingAPI.xml</DocumentationFile> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <LargeAddressAware Condition="'$(OS)' == 'Windows_NT'">true</LargeAddressAware> <ApplicationIcon>icon.ico</ApplicationIcon> |