6 references to AdditionalProperties
EndToEnd.Tests (6)
GivenWeWantToRequireWindowsForDesktopApps.cs (5)
20testProjectCreator.AdditionalProperties["RestorePackagesPath"] = @"$(MSBuildProjectDirectory)\packages"; 21testProjectCreator.AdditionalProperties["OutputType"] = "exe"; 42testProjectCreator.AdditionalProperties["RestorePackagesPath"] = @"$(MSBuildProjectDirectory)\packages"; 43testProjectCreator.AdditionalProperties["OutputType"] = "exe"; 44testProjectCreator.AdditionalProperties["RuntimeIdentifier"] = Rid;
Utilities\TestProjectCreator.cs (1)
53foreach (var additionalProperty in AdditionalProperties)