Copy all win32 resources (#24308)
authorDavid Wrighton <davidwr@microsoft.com>
Wed, 1 May 2019 22:29:34 +0000 (15:29 -0700)
committerGitHub <noreply@github.com>
Wed, 1 May 2019 22:29:34 +0000 (15:29 -0700)
commit4d820df4437139275b7c05330dd98631db708802
tree1fd8c1b6c43880f5dace1ef33952139ea010779f
parent75fd45860789ad54223e223ed04a24b2f2d2a8d5
Copy all win32 resources (#24308)

- Add crossgen test to verify file version is preserved
- Add support for general win32 resource copying to ReadyToRun
  - Copy all resources
src/inc/pedecoder.h
src/pal/inc/rt/palrt.h
src/utilcode/pedecoder.cpp
src/zap/zapheaders.cpp
src/zap/zapheaders.h
src/zap/zapimage.cpp
src/zap/zapimage.h
src/zap/zapnodetype.h
tests/src/readytorun/tests/fileversionpreservation/Properties/AssemblyInfo.cs [new file with mode: 0644]
tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.cs [new file with mode: 0644]
tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj [new file with mode: 0644]