public PlatformConfiguration(BuildConfiguration buildConfiguration, CpuConfiguration cpuConfiguration, Guid projectSectionId, ProjectConfigurationCode code)
 {
     BuildConfiguration = buildConfiguration;
     CpuConfiguration   = cpuConfiguration;
     ProjectSectionId   = projectSectionId;
     Code = code;
 }
Example #2
0
 protected ProjectConfigurationId(ProjectConfigurationCode code)
 {
     Code = code;
 }