Browse Source

Add NAnt addin sample to build.

pull/297/head
Matt Ward 12 years ago
parent
commit
09976837da
  1. 4
      src/Automated.proj

4
src/Automated.proj

@ -132,10 +132,10 @@ @@ -132,10 +132,10 @@
Properties="Configuration=Release;BranchName=$(BranchName)"/>
<!-- <MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
<MSBuild Projects="$(SamplesSrc)\NAnt\NAnt.AddIn.sln"
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
Properties="Configuration=Release;BranchName=$(BranchName)"/>
<MSBuild Projects="$(SamplesSrc)\PInvokeAddIn\PInvokeAddIn.sln"
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>

Loading…
Cancel
Save