Skip to content

Commit

Permalink
xrSdkControls: Output x64 binaries into bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Aug 13, 2017
1 parent 5436c69 commit e8ed6f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/editors/xrSdkControls/xrSdkControls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>..\..\..\bin\Win64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Flobbster.Windows.Forms.PropertyGrid">
<HintPath>$(xrSdkDir)binaries\Flobbster.Windows.Forms.PropertyGrid.dll</HintPath>
Expand Down

0 comments on commit e8ed6f1

Please sign in to comment.