4 assignments to MSBuild item Compile
MSBuildFiles (4)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
2741<Output TaskParameter="StronglyTypedFileName" ItemName="Compile"/> 2768<Output TaskParameter="StronglyTypedFileName" ItemName="Compile"/> 3035<Output TaskParameter="OutputFile" ItemName="Compile"/>
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (1)
300<Output ItemName="Compile" TaskParameter="GeneratedCodeFiles" />
17 usages of MSBuild item Compile
MSBuildFiles (17)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
2998Condition="'@(Compile)' != '' and '$(TargetFrameworkMonikerAssemblyAttributeText)' != ''" 3001<ItemGroup Condition="'@(Compile)' != '' and '$(TargetFrameworkMonikerAssemblyAttributeText)' != ''"> 4066<_CompileItemsToCopy Include="@(Compile->'%(FullPath)')" Condition="'%(Compile.CopyToOutputDirectory)'=='Always' or '%(Compile.CopyToOutputDirectory)'=='PreserveNewest'"/> 5216<AssignTargetPath Files="@(Compile)" RootFolder="$(MSBuildProjectDirectory)"> 5235<Target Name="GetCompile" Returns="@(Compile)"/>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.Core.targets (2)
5@(Compile); 118Sources="@(Compile)"
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (2)
177@(Compile); 289Sources="@(Compile)"
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (2)
288SourceCodeFiles="@(Compile)" 313<Message Text="(out) SourceCodeFiles: '@(Compile)'" Condition="'$(MSBuildTargetsVerbose)'=='true'"/>
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Xaml.targets (6)
113SourceCodeFiles="@(Compile)" 177Inputs="@(XamlAppDef);@(Compile);$(MSBuildAllProjects);@(ReferencePath)" 186<Message Text="(in) SourceCodeFiles: '@(Compile)'" Condition="'$(MSBuildTargetsVerbose)'=='true'"/> 200SourceCodeFiles="@(Compile)" 300Inputs="@(XamlAppDef);@(Compile);$(MSBuildAllProjects);@(XamlGeneratedCodeFiles);@(ReferencePath)" 356SourceCodeFiles="@(Compile)"