Skip to content

Commit bca28e1

Browse files
committed
Fixed ILRewriter postbuild path
1 parent d0fff8a commit bca28e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharpBgfx/external-SharpBgfx.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</ItemGroup>
9595
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9696
<PropertyGroup>
97-
<PostBuildEvent>$(ProjectDir)..\ILRewriter\bin\$(ConfigurationName)\ILRewriter.exe $(TargetPath)</PostBuildEvent>
97+
<PostBuildEvent>$(ProjectDir)..\ILRewriter\bin\$(PlatformName)\$(ConfigurationName)\ILRewriter.exe $(TargetPath)</PostBuildEvent>
9898
</PropertyGroup>
9999
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100100
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)