Esempio n. 1
0
 public static void RegisterJustInDesignExtensions(IPipelineProject project)
 {
     ContentManager.Loader = new PipelineRuntimeContentLoader(project);
 }
Esempio n. 2
0
 public PipelineCompiler(IPipelineProject project)
 {
     Project = project;
     OutputPath = project.ProjectBase;
 }