AaronRobinsonMSFT / AaronRobinsonMSFT/DNNE

Generating 32- and 64-Bit DLLs in one run

Abierto
#206 2 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
C#
Estrellas
488
Forks
46
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hello, is it possible to generate DLLs for 32- and 64-Bit windows at one compile run?

At the moment I need to set "DnneRuntimeIdentifier" to win-x86 and run compile, then I need to set it to win-64 and need to run compile again to get both versions.

Something like this would be nice:
`win-x86;win-x64`
`$(AssemblyName).$(DnneRuntimeIdentifier)`

Output:
`...\assembly.dll`
`...\assembly.win-x86.dll`
`...\assembly.win-x86.lib`
`...\assembly.win-x64.dll`
`...\assembly.win-x64.lib`

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.