summaryrefslogtreecommitdiff
path: root/tools/v8_gypfiles/directory.build.props
blob: f0fdb0f39454fa31043e0b9a2b36333da52caeb2 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <ItemDefinitionGroup>
    <MARMASM>
      <!-- Works around a situation when we preprocess file in $(IntDir). In such case the output file is the same as input file
      and we get access violation. Appending '.pp' file extension to the output file name resolves this issue. -->
      <PreprocessedFileName Condition="'%(PreprocessedFileName)' == ''">$(IntDir)%(FileName)%(Extension).pp</PreprocessedFileName>
    </MARMASM>
  </ItemDefinitionGroup>
</Project>