11cb0ef41Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
21cb0ef41Sopenharmony_ci<Project>
31cb0ef41Sopenharmony_ci  <ItemDefinitionGroup>
41cb0ef41Sopenharmony_ci    <MARMASM>
51cb0ef41Sopenharmony_ci      <!-- Works around a situation when we preprocess file in $(IntDir). In such case the output file is the same as input file
61cb0ef41Sopenharmony_ci      and we get access violation. Appending '.pp' file extension to the output file name resolves this issue. -->
71cb0ef41Sopenharmony_ci      <PreprocessedFileName Condition="'%(PreprocessedFileName)' == ''">$(IntDir)%(FileName)%(Extension).pp</PreprocessedFileName>
81cb0ef41Sopenharmony_ci    </MARMASM>
91cb0ef41Sopenharmony_ci  </ItemDefinitionGroup>
101cb0ef41Sopenharmony_ci</Project>
11