|
|
|
Hello Brennan
There are two reasons why such 'Import' directive does not work: first of all ReSharper doesn't evaluate path's which include properties like $(MSBuildExtensionsPath) and secondly, the imported file as well as your file both should be included in your solution. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
<Zip Files="@(ZipFiles)" ZipFileName="$(ZipFilename)" WorkingDirectory="$(WorkingDirectory)" />
ReSharper thinks the Zip task is not defined. But it is and works with the MSBuild utility.