We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fff8a commit bca28e1Copy full SHA for bca28e1
SharpBgfx/external-SharpBgfx.csproj
@@ -94,7 +94,7 @@
94
</ItemGroup>
95
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96
<PropertyGroup>
97
- <PostBuildEvent>$(ProjectDir)..\ILRewriter\bin\$(ConfigurationName)\ILRewriter.exe $(TargetPath)</PostBuildEvent>
+ <PostBuildEvent>$(ProjectDir)..\ILRewriter\bin\$(PlatformName)\$(ConfigurationName)\ILRewriter.exe $(TargetPath)</PostBuildEvent>
98
</PropertyGroup>
99
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments