Skip to content

Commit

Permalink
ToolUpgradeDeliveryService: Set build platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Dev committed Oct 17, 2018
1 parent e51648f commit 45ead86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StardewMods.sln
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Global
{B60C7009-A672-490B-AD9B-DE3C2BEC0171}.Debug|x86.Build.0 = Debug|x86
{B60C7009-A672-490B-AD9B-DE3C2BEC0171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B60C7009-A672-490B-AD9B-DE3C2BEC0171}.Release|Any CPU.Build.0 = Release|Any CPU
{B60C7009-A672-490B-AD9B-DE3C2BEC0171}.Release|x86.ActiveCfg = Release|Any CPU
{B60C7009-A672-490B-AD9B-DE3C2BEC0171}.Release|x86.Build.0 = Release|Any CPU
{B60C7009-A672-490B-AD9B-DE3C2BEC0171}.Release|x86.ActiveCfg = Release|x86
{B60C7009-A672-490B-AD9B-DE3C2BEC0171}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 45ead86

Please sign in to comment.