4 usages of MSBuild item Resource
MSBuildFiles (4)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (4)
40
<Target Name="GetWinFXPath" Condition="('@(Page)' != '' or '@(ApplicationDefinition)' != '' or '@(
Resource
)' != '') and ('$(GetWinFXNativePath)' != '' or '$(GetWinFXWoWPath)' != '' )" >
254
<Message Text="(in) Resource: '@(
Resource
)'" Condition="'$(MSBuildTargetsVerbose)'=='true'"/>
651
<FileClassifier Condition="'@(GeneratedBaml)' != '' or '@(
Resource
)' != '' or '@(Font)' != ''"
652
SourceFiles="@(SplashScreen);@(GeneratedBaml);@(
Resource
);@(Font)"