Skip to content

Commit

Permalink
Reenable Prebuild event for Release|Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
doskabouter committed Jan 27, 2024
1 parent e93ac72 commit 8524898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<OutDir>$(SolutionDir)bin_$(PlatformName)\$(ProjectName)\</OutDir>
<IntDir>$(SolutionDir)bin_$(PlatformName)\$(ProjectName)\</IntDir>
<TargetExt>.ax</TargetExt>
<PreBuildEventUseInBuild>false</PreBuildEventUseInBuild>
<PreBuildEventUseInBuild>true</PreBuildEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetExt>.ax</TargetExt>
Expand Down

0 comments on commit 8524898

Please sign in to comment.