summaryrefslogtreecommitdiffstats
path: root/tools/NUnit/samples/csharp/syntax/cs-syntax.build
blob: c1445888a68505b69aa366107c8636779b4773ff (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<project name="cs-syntax" default="build">

  <include buildfile="../../samples.common" />

  <patternset id="source-files">
    <include name="AssemblyInfo.cs" />
    <include name="AssertSyntaxTests.cs" />
  </patternset>

</project>