Integrating the OpenAccess enhancer
To configure the OpenAccess.targets path in your project you must edit your project file (.csproj).
NOTE: You cannot open .csproj file directly in Visual Studio. You must use an external text editor to edit it.
-
Open the .csproj file.
-
Add the following tag in the end of the file, before the opening <ProjectExtensions> tag:
<Import Condition="Exists('$(MSBuildExtensionsPath)\OpenAccess.targets')" Project="$(MSBuildExtensionsPath)\OpenAccess.targets" />