Exemple #1
0
 action: opt => PipGraphFragmentGeneratorConfig.OutputFile = AbsolutePath.Create(m_pathTable, GetFullPath(opt.Value, opt))),
Exemple #2
0
 action: opt => CommandLineConfig.Layout.OutputDirectory = AbsolutePath.Create(m_pathTable, GetFullPath(opt.Value, opt))),
Exemple #3
0
 action: opt => CommandLineConfig.Layout.RedirectedUserProfileJunctionRoot = AbsolutePath.Create(m_pathTable, GetFullPath(opt.Value, opt))),
Exemple #4
0
 action: opt => CommandLineConfig.Startup.ConfigFile = AbsolutePath.Create(m_pathTable, opt.Value)),