Example #1
0
        protected string GetSourceFullPath(string sourcePath)
        {
            string sourceFullPath = FilePath.GetAbsolutePath(sourcePath, Path.GetDirectoryName(Options.ProjectFullPath));

            return(AssembleFile.ConvertToAdjustedPath(sourceFullPath, Options.Configuration));
        }
Example #2
0
        private static string GetAdjustedSourceFullPath(string sourceFullPath, string configuration)
        {
            string adjustedSourceFullPath = AssembleFile.ConvertToAdjustedPath(sourceFullPath, configuration);

            return(adjustedSourceFullPath);
        }