1 assignment to MSBuild property NoWin32Manifest
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3374<NoWin32Manifest Condition="'$(NoWin32Manifest)'==''">true</NoWin32Manifest>
5 usages of MSBuild property NoWin32Manifest
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
3374<NoWin32Manifest Condition="'$(NoWin32Manifest)'==''">true</NoWin32Manifest> 3388<GetFrameworkPath Condition="'$(ApplicationManifest)'=='' and '$(NoWin32Manifest)'!='true'"> 3393<EmbeddedWin32Manifest Condition="'$(ApplicationManifest)'=='' and '$(NoWin32Manifest)'!='true' and Exists('$(_FrameworkVersion40Path)\default.win32manifest')">$(_FrameworkVersion40Path)\default.win32manifest</EmbeddedWin32Manifest>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.Core.targets (1)
102NoWin32Manifest="$(NoWin32Manifest)"
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
278NoWin32Manifest="$(NoWin32Manifest)"