AaronRobinsonMSFT / AaronRobinsonMSFT/DNNE
Generating 32- and 64-Bit DLLs in one run
Abierto
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.