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 78a3414 commit 66b732dCopy full SHA for 66b732d
src/Common.props
@@ -22,8 +22,16 @@
22
<xrIntDir>$(SolutionDir)..\intermediate\$(xrPlatform)\$(Configuration)\</xrIntDir>
23
<xrSdkDir>$(SolutionDir)..\sdk\</xrSdkDir>
24
</PropertyGroup>
25
- <PropertyGroup>
+ <PropertyGroup Condition="'$(ConfigurationType)'=='Application'">
26
+ <OutDir>$(xrBinDir)</OutDir>
27
+ </PropertyGroup>
28
+ <PropertyGroup Condition="'$(ConfigurationType)'=='DynamicLibrary'">
29
<OutDir>$(xrBinDir)</OutDir>
30
31
+ <PropertyGroup Condition="'$(ConfigurationType)'=='StaticLibrary'">
32
+ <OutDir>$(xrLibDir)</OutDir>
33
34
+ <PropertyGroup>
35
<IntDir>$(xrIntDir)$(ProjectName)\</IntDir>
36
37
<ItemDefinitionGroup>
0 commit comments