summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1-4/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe1-4/+0
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy1-3/+0
Unifying the way project referring mscorlib facade builds
2016-02-12Restore original dll names, use Define constants.Richard L Ford1-0/+53
This changes set has no functional change, rather it cleans up some aspects of a previous port. When the hfa dlls were originally ported it was not known that C# #defines could be used in the tests, so source files that use #if were expanded to multiple source files with the preprocessing being done manually. This changes goes back to using the original files with appropriate define constants in the project files. In addition, when these dlls were ported abbreviated names were used. This change restores the dll names to the originals.