4df8255508
changed to use only one configuration block
21 lines
450 B
Plaintext
21 lines
450 B
Plaintext
|
|
|
|
add support for flags: Managed, Unsafe
|
|
support C
|
|
support Managed C++
|
|
support C#
|
|
|
|
|
|
MFC support added which sets <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
|
|
|
Should the project define DEBUG and NDEBUG depending on if debugging info is on??
|
|
|
|
look at ResourceCompile
|
|
why are the preprocessor and include dir repeated?
|
|
|
|
|
|
dll add the following when required
|
|
<Link>
|
|
<NoEntryPoint>true</NoEntryPoint>
|
|
</Link> |