Opened 10 years ago
Last modified 9 years ago
#159 confirmed enhancement
DLLs should be in a sub-folder
Reported by: | ibboard | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | WarFoundry-GUIs | Version: | Unknown or N/A |
Keywords: | libs subfolder | Cc: | |
Blocked By: | Blocking: |
Description
For neatness, and to separate the code from the front-end, it would be tidier if the libraries could be put in a "libs" subfolder.
This isn't part of the Visual Studio config, can't be done with a normal build and needs investigating.
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|
Move tickets to new "confirmed" status to show that they've been checked
comment:3 Changed 10 years ago by
Milestone: | → WarFoundry 1.0 |
---|
comment:4 Changed 10 years ago by
released: | → no |
---|---|
Version: | → Unknown or N/A |
The other alternative is in the EXE's config file: http://www.codeproject.com/Messages/3249090/Re-Reference-dlls-in-sub-folders.aspx
Note: See
TracTickets for help on using
tickets.
Looks like it should be a simple fix to load, but doing it at build time is another matter:
http://www.vcskicks.com/csharp_assembly.html