diff options
Diffstat (limited to 'tools/NUnit/samples/csharp/syntax/cs-syntax.build')
-rw-r--r-- | tools/NUnit/samples/csharp/syntax/cs-syntax.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/NUnit/samples/csharp/syntax/cs-syntax.build b/tools/NUnit/samples/csharp/syntax/cs-syntax.build new file mode 100644 index 0000000..c144588 --- /dev/null +++ b/tools/NUnit/samples/csharp/syntax/cs-syntax.build @@ -0,0 +1,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>
\ No newline at end of file |