3 using System.ComponentModel;
4 using System.Diagnostics;
5 using SiliconStudio.Core;
7 namespace SiliconStudio.ProjectTemplating
12 [DebuggerDisplay(
"{Source} => {Target}")]
13 [DataContract(
"ProjectTemplateItem")]
30 public string Target {
get; set; }
39 public bool IsTemplate {
get; set; }
43 return string.Format(
"Source: {0}, Target: {1}, IsTemplate: {2}",
Source, Target, IsTemplate);
override string ToString()
A file item that will be copied by the template.
DataStyle
Specifies the style used for textual serialization when an array/list or a dictionary/map must be ser...