MacSummer / make-it-so

Automatically exported from code.google.com/p/make-it-so
1 stars 0 forks source link

C#: Replicate file level property to "Copy to Output Directory". #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As title.

Original issue reported on code.google.com by xyz.chen...@gmail.com on 30 Dec 2011 at 10:28

GoogleCodeExporter commented 9 years ago

Original comment by richard....@gmail.com on 30 Dec 2011 at 10:29

GoogleCodeExporter commented 9 years ago
Maybe remove the CopyLocal flag from reference-info, and instead create a 
collection of items-to-copy in the project-info. This would include
- Referenced assemblies (properly resolved)
- Files

The references should say whether a reference is a "project-reference", and 
should link to the project-info for it. 

The getter for items-to-copy should get all the items for this project, as well 
as all the items for referenced projects. (So this means that we need to store 
the absolute path for these, and convert them to paths relative to the current 
project.)

Original comment by richard....@gmail.com on 30 Dec 2011 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by richard....@gmail.com on 30 Dec 2011 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by richard....@gmail.com on 30 Dec 2011 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by richard....@gmail.com on 1 Jan 2012 at 1:57