libgit2 / libgit2sharp.nativebinaries

MIT License
28 stars 62 forks source link

Change node type in props to Content #35

Closed dittodhole closed 8 years ago

dittodhole commented 8 years ago

Some plugins (ie MSBuild ILMerge task) rely on Content-nodes to actually copy the output from the intermediate folder to the final output.

Also, following the documentation on the node-type, the switch to Content-nodes seems legit:

None - The file is not included in the project output group and is not compiled in the build process. An example is a text file that contains documentation, such as a Readme file. Content - The file is not compiled, but is included in the Content output group. For example, this setting is the default value for an .htm or other kind of Web file.