Skip to content

Commit e8ed6f1

Browse files
committed
xrSdkControls: Output x64 binaries into bin folder
1 parent 5436c69 commit e8ed6f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/editors/xrSdkControls/xrSdkControls.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<PlatformTarget>AnyCPU</PlatformTarget>
5555
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5656
</PropertyGroup>
57+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58+
<OutputPath>..\..\..\bin\Win64\Release\</OutputPath>
59+
</PropertyGroup>
5760
<ItemGroup>
5861
<Reference Include="Flobbster.Windows.Forms.PropertyGrid">
5962
<HintPath>$(xrSdkDir)binaries\Flobbster.Windows.Forms.PropertyGrid.dll</HintPath>

0 commit comments

Comments
 (0)