tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Support `ResourceFolder` item type for folders #27

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

Resource folders are folders whose contents are included in the final Jar file. These are common in Java builds.

Currently the only way to add these items is by manually editing the project file to include something like the following:

<_CoreCreatePackageResourceInputs Include="src\main\resources\assets\**\*.*">
  <BaseOutputDirectory>src\main\resources\</BaseOutputDirectory>
</_CoreCreatePackageResourceInputs>
sharwell commented 9 years ago

Moved to the new Java repository.