示例#1
0
		public void BeforeEach()
		{
			projects = new ProjectPrototypes();
			targetProjectName = projects.MyProject.AssemblyName;
			options = new SlnGenerationOptions(GetSamplePath("Projects"));
		}
 public void BeforeEach()
 {
     projects          = new ProjectPrototypes();
     targetProjectName = projects.MyProject.AssemblyName;
     options           = new SlnGenerationOptions(GetSamplePath("Projects"));
 }
 public void BeforeEach()
 {
     projects = new ProjectPrototypes();
 }
 public void BeforeEach()
 {
     projects          = new ProjectPrototypes();
     targetProjectName = projects.MyProject.AssemblyName;
     options           = new SlnGenerationOptions(@"C:\Projects");
 }
 public void BeforeEach()
 {
     projects = new ProjectPrototypes();
     targetProjectName = projects.MyProject.AssemblyName;
     options = new SlnGenerationOptions(@"C:\Projects");
 }