메소드 | 설명 | |
---|---|---|
CreatePlatformSpecificProject ( Microsoft.Build.Evaluation.Project coreVisualStudioProject, string fileName ) : ProjectBase | ||
CreateProject ( string fileName ) : ProjectBase | ||
GetPreProcessorConstantsFromProject ( Microsoft.Build.Evaluation.Project coreVisualStudioProject ) : string | ||
LoadXnaProjectFor ( ProjectBase masterProject, string fileName ) : ProjectBase |
메소드 | 설명 | |
---|---|---|
TryGetProjectTypeFromDefineConstants ( Microsoft.Build.Evaluation.Project coreVisualStudioProject ) : ProjectBase |
public static CreatePlatformSpecificProject ( Microsoft.Build.Evaluation.Project coreVisualStudioProject, string fileName ) : ProjectBase | ||
coreVisualStudioProject | Microsoft.Build.Evaluation.Project | |
fileName | string | |
리턴 | ProjectBase |
public static CreateProject ( string fileName ) : ProjectBase | ||
fileName | string | |
리턴 | ProjectBase |
public static GetPreProcessorConstantsFromProject ( Microsoft.Build.Evaluation.Project coreVisualStudioProject ) : string | ||
coreVisualStudioProject | Microsoft.Build.Evaluation.Project | |
리턴 | string |
public static LoadXnaProjectFor ( ProjectBase masterProject, string fileName ) : ProjectBase | ||
masterProject | ProjectBase | |
fileName | string | |
리턴 | ProjectBase |