Browse Source

Do not build XamlDesigner sample.

The XamlDesigner sample has been removed.
pull/730/merge
Matt Ward 9 years ago
parent
commit
8b84d50dbb
  1. 3
      src/Automated.proj

3
src/Automated.proj

@ -141,9 +141,6 @@ @@ -141,9 +141,6 @@
<MSBuild Projects="$(SamplesSrc)\SharpSnippetCompiler\SharpSnippetCompiler.sln"
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
<MSBuild Projects="$(SamplesSrc)\XamlDesigner\XamlDesigner.sln"
Targets="build;clean"
Properties="Configuration=Release;BranchName=$(BranchName)"/>
</Target>
<Target Name="rununittests">

Loading…
Cancel
Save