<_FileListTarget>$(IntermediateOutputPath)$(MSBuildProjectName).g.csv
<_InstallFilesTarget>$(IntermediateOutputPath)$(MSBuildProjectName).g.wxs
<_Source>%(Source)$([msbuild]::MakeRelative(%(SourceBase), %(FullPath)))
<_Target>%(Target_)$([msbuild]::MakeRelative(%(TargetBase), %(FullPath)))
<_Content>$([System.IO.File]::ReadAllText(%(WxlTemplate.FullPath)).Replace(`{{ShortVersion}}`, `$(MajorVersionNumber).$(MinorVersionNumber)$(PyTestExt)`).Replace(`{{LongVersion}}`, `$(PythonVersion)$(PyTestExt)`).Replace(`{{Bitness}}`, `$(Bitness)`))
<_ExistingContent Condition="Exists('$(IntermediateOutputPath)%(WxlTemplate.Filename).wxl')">$([System.IO.File]::ReadAllText($(IntermediateOutputPath)%(WxlTemplate.Filename).wxl))