16 assignments to MSBuild item SwrProperty
Microsoft.Build.UnGAC (2)
Microsoft.Build.UnGAC.csproj (2)
22<SwrProperty Include="BinDir=$(OutDir)" /> 24<SwrProperty Include="Version=$(VsixVersion)" />
MSBuild.VSSetup (9)
MSBuild.VSSetup.csproj (9)
18<SwrProperty Include="ThirdPartyNotice=$(ThirdPartyNotice)" /> 19<SwrProperty Include="SourceDir=$(RepoRoot)\src\" /> 34<SwrProperty Include="Version=$(VsixVersion)" /> 35<SwrProperty Include="X86BinPath=$(X86BinPath)" /> 36<SwrProperty Include="X64BinPath=$(X64BinPath)" /> 37<SwrProperty Include="FrameworkBinPath=$(FrameworkBinPath)" /> 38<SwrProperty Include="TaskHostBinPath=$(MSBuildTaskHostBinPath)" /> 39<SwrProperty Include="TaskHostX64BinPath=$(MSBuildTaskHostX64BinPath)" /> 40<SwrProperty Include="MSBuildConversionBinPath=$(MSBuildConversionBinPath)" />
MSBuild.VSSetup.Arm64 (5)
MSBuild.VSSetup.Arm64.csproj (5)
17<SwrProperty Include="ThirdPartyNotice=$(ThirdPartyNotice)" /> 18<SwrProperty Include="SourceDir=$(RepoRoot)\src\" /> 29<SwrProperty Include="Version=$(VsixVersion)" /> 30<SwrProperty Include="FrameworkBinPath=$(FrameworkBinPath)" /> 31<SwrProperty Include="Arm64BinPath=$(Arm64BinPath)" />