2 usages of MSBuild property WindowsAppContainer
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
194
<OutDir Condition="'$(OutDir)' != '' and '$(OutDirWasSpecified)' == 'true' and (('$(
WindowsAppContainer
)' == 'true' and '$(GenerateProjectSpecificOutputFolder)' != 'false') or '$(GenerateProjectSpecificOutputFolder)' == 'true')">$(OutDir)$(ProjectName)\</OutDir>
5501
<Import Project="$(MsAppxPackageTargets)" Condition="'$(
WindowsAppContainer
)' == 'true' and Exists('$(MsAppxPackageTargets)')" />