summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-12-09 18:43:15 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-12-09 18:43:15 -0500
commit1fbe6be43df972142f9be3eff111470d4888c3cd (patch)
treef46dfb527e3cf9672f56fb1c2192d996d6bd7513 /src/StardewModdingAPI
parent80b6e208418b7d9237bc4aa98c68d2bb849b49d5 (diff)
downloadSMAPI-1fbe6be43df972142f9be3eff111470d4888c3cd.tar.gz
SMAPI-1fbe6be43df972142f9be3eff111470d4888c3cd.tar.bz2
SMAPI-1fbe6be43df972142f9be3eff111470d4888c3cd.zip
remove redundant output paths
Diffstat (limited to 'src/StardewModdingAPI')
-rw-r--r--src/StardewModdingAPI/StardewModdingAPI.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj
index 6e87fbdb..5f380cc6 100644
--- a/src/StardewModdingAPI/StardewModdingAPI.csproj
+++ b/src/StardewModdingAPI/StardewModdingAPI.csproj
@@ -53,7 +53,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
- <OutputPath>bin\Debug\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<UseVSHostingProcess>true</UseVSHostingProcess>
@@ -65,7 +64,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<PlatformTarget>x86</PlatformTarget>
- <OutputPath>bin\Release\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
<OutputPath>$(SolutionDir)\..\bin\Release\SMAPI</OutputPath>
<DocumentationFile>$(SolutionDir)\..\bin\Debug\SMAPI\StardewModdingAPI.xml</DocumentationFile>