Windows: Workaround for custom build step error.

Apparently this is a known bug in some MSVC versions.
This commit is contained in:
Unknown W. Brackets 2020-05-23 14:48:43 -07:00
parent bf11829836
commit 8ccbfcd1f2

View file

@ -129,6 +129,10 @@
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<Target Name="CreateTlogDir"
BeforeTargets="CustomBuildStep">
<MakeDir Directories="$(TLogLocation)" />
</Target>
<PropertyGroup>
<CustomBuildBeforeTargets>ResolveProjectReferences</CustomBuildBeforeTargets>
</PropertyGroup>