| Author |
Message |
JohnRedGater
Joined: 27 Jun 2011 Posts: 10
|
Posted: Mon Jun 27, 2011 8:20 pm Post subject: Multiple Assemblies |
|
|
I’m using SmartAssembly Version 6.1 and I’m trying to automate my build process using msbuild. So far, I’m confused as to how the whole thing works given my special case. My application isn’t one giant assembly, but it consists of a solution file with multiple project files:
- Application
Depends on :
DataModel
PluginsInterface
Support
3rd Party Logging Apparatus
DataModel
Plugin
Depends on:
PluginInterface
3rd Party Logging Apparatus
PluginInterface
Depends on:
3rd Party Logging Apparatus
Support
I want to obfuscate every assembly then merge or embed the components together such that at the end of the build there should be two files:
Application
Plugin
I also want to make sure I'm not including duplicate assemblies in to my final build such as the 3rd party Logging. How would I setup my MsBuild to handle this situation? Do I have to create a separate project file that obfuscates each assembly then perform the merging at the application project? |
|
| Back to top |
|
 |
james.davies
Joined: 19 Apr 2011 Posts: 46
|
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group