We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5436c69 commit e8ed6f1Copy full SHA for e8ed6f1
src/editors/xrSdkControls/xrSdkControls.csproj
@@ -54,6 +54,9 @@
54
<PlatformTarget>AnyCPU</PlatformTarget>
55
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56
</PropertyGroup>
57
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58
+ <OutputPath>..\..\..\bin\Win64\Release\</OutputPath>
59
+ </PropertyGroup>
60
<ItemGroup>
61
<Reference Include="Flobbster.Windows.Forms.PropertyGrid">
62
<HintPath>$(xrSdkDir)binaries\Flobbster.Windows.Forms.PropertyGrid.dll</HintPath>
0 commit comments