Skip to content

Instantly share code, notes, and snippets.

@tmori3y2
Created March 26, 2016 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmori3y2/3fbcf7d87b2527210c08 to your computer and use it in GitHub Desktop.
Save tmori3y2/3fbcf7d87b2527210c08 to your computer and use it in GitHub Desktop.
MSBuild target file which is imported by MSBuildTasks.ImportTasks.targets.
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--<Import Project="$(MSBuildProjectDirectory)\build\YourTask.targets" Condition="Exists('$(MSBuildProjectDirectory)\build\YourTask.targets')"/>-->
<!--<Import Project="YourTask.targets" Condition="Exists('YourTask.targets')"/>-->
</Project>