Winforms' resx file referencing 4.0.0.0 works

2019-08-04 11:07发布

问题:

When building this project, shouldn't resgen.exe create code that would target .net 4.0 out of this resx file; and therefore fail when running under CLR 2.0?

This is a follow-up question to On a computer with .net 4.0 - Can one test that an application will run on .net 3.5? .