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 48d8d95 commit 1db2766Copy full SHA for 1db2766
src/Common.props
@@ -33,6 +33,9 @@
33
<PropertyGroup Condition="'$(ConfigurationType)'=='StaticLibrary'">
34
<OutDir>$(xrLibDir)</OutDir>
35
</PropertyGroup>
36
+ <PropertyGroup Condition="'$(ConfigurationType)'=='Makefile'">
37
+ <OutDir>$(xrLibDir)</OutDir>
38
+ </PropertyGroup>
39
<PropertyGroup>
40
<IntDir>$(xrIntDir)$(ProjectName)\</IntDir>
41
0 commit comments