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:
authorManish Sinha <manish.sinha@xamarin.com>2015-06-17 08:25:34 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-06-17 08:25:34 +0300
commitcb68017111609ee261e3ce4918b5bb3628341689 (patch)
treeb383871f73987ca54071630135263929298a147a /main/tests/UserInterfaceTests/TemplateTestOptions.cs
parentfa21070e708628546a2b1d5f4b4d71406d47ca72 (diff)
[UITets] Use ProjectDetails type to hold all project data
Diffstat (limited to 'main/tests/UserInterfaceTests/TemplateTestOptions.cs')
-rw-r--r--main/tests/UserInterfaceTests/TemplateTestOptions.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/tests/UserInterfaceTests/TemplateTestOptions.cs b/main/tests/UserInterfaceTests/TemplateTestOptions.cs
index 453a63a8c1..23b6d54cd4 100644
--- a/main/tests/UserInterfaceTests/TemplateTestOptions.cs
+++ b/main/tests/UserInterfaceTests/TemplateTestOptions.cs
@@ -57,8 +57,6 @@ namespace UserInterfaceTests
public string TemplateKindRoot { get; set; }
public string TemplateKind { get; set; }
-
- public string ProjectName { get; set; }
}
public class GitOptions