public string GetUniqueFilename(object pDispatch, string bstrRoot, string bstrDesiredExt) => InnerProject.GetUniqueFilename(pDispatch, bstrRoot, bstrDesiredExt);
public void Refresh() => InnerProject.Refresh();
public void GenerateKeyPairFiles(string strPublicPrivateFile, string strPublicOnlyFile = "0") => InnerProject.GenerateKeyPairFiles(strPublicPrivateFile, strPublicOnlyFile);
public void Exec(prjExecCommand command, int bSuppressUI, object varIn, out object pVarOut) => InnerProject.Exec(command, bSuppressUI, varIn, out pVarOut);
public ProjectItem CreateWebReferencesFolder() => InnerProject.CreateWebReferencesFolder();
public void CopyProject(string bstrDestFolder, string bstrDestUNCPath, prjCopyProjectOption copyProjectOption, string bstrUsername, string bstrPassword) => InnerProject.CopyProject(bstrDestFolder, bstrDestUNCPath, copyProjectOption, bstrUsername, bstrPassword);
public ProjectItem AddWebReference(string bstrUrl) => InnerProject.AddWebReference(bstrUrl);