root/trunk/MSBuild.Packer.Targets

Revision 12, 491 bytes (checked in by brennan, 1 year ago)

reorganized the project and added MSBuild Task

Line 
1 <?xml version="1.0" encoding="utf-8" ?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4   <PropertyGroup>
5     <MSBuildPackerPath Condition="'$(MSBuildPackerPath)' == ''">$(MSBuildExtensionsPath)\SmallSharpTools.Packer</MSBuildPackerPath>
6     <MSBuildPackerLib>$(MSBuildPackerPath)\SmallSharpTools.Packer.dll</MSBuildPackerLib>
7   </PropertyGroup>
8
9   <UsingTask AssemblyFile="$(MSBuildPackerLib)" TaskName="SmallSharpTools.Packer.MSBuild.Packer" />
10
11 </Project>
Note: See TracBrowser for help on using the browser.