Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test-projects/solution-build-order/ClassLibrary2/Class1.cs')
-rwxr-xr-xmain/tests/test-projects/solution-build-order/ClassLibrary2/Class1.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/tests/test-projects/solution-build-order/ClassLibrary2/Class1.cs b/main/tests/test-projects/solution-build-order/ClassLibrary2/Class1.cs
new file mode 100755
index 0000000000..b88dfa50ba
--- /dev/null
+++ b/main/tests/test-projects/solution-build-order/ClassLibrary2/Class1.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ClassLibrary2
+{
+ public class Class1
+ {
+ }
+}