Les dejo este enlace que explica paso a paso como cambiar la configuración en Visual Studio 2010:
sharepoint & project server
Sharepoint me proporciona seguridad y me hace sentir más fuerte. Las 10 cosas que más me gustan de Sharepoint.
Microsoft Project es quizá la herramienta de gestión de proyectos más conocida y utilizada por los líderes de proyectos...
Serie de artìculos que nos ayudan a incorporar diseño gráfico en las implementaciones de SharePoint...
Artículos publicados en la revista especializada en SharePoint: CompartiMOSS.
<asp:literal runat="server" Text="<link href='"/>
<SharePoint:ProjectProperty Property="SiteUrl" runat="server" />
<asp:literal runat="server" Text="/Internal/Intranet.css' rel='stylesheet' type='text/css'/>"/>
<a href="' + window.location.protocol + '//' + window.location.host + retornar_sitio() + '/Contenido/Historia.aspx' + '">Calidad</a>
<script type="text/javascript">
function retornar_sitio() {
if ( _spPageContextInfo.siteServerRelativeUrl == '/') {
return "";
}
else {
return (_spPageContextInfo.siteServerRelativeUrl);
}
}
</script>
<style>
/* Oculto la tabla mientras trabajo */
body { display: none; }
/* Oculto la fila con los nombres de los campos */
.ms-listviewtable .ms-viewheadertr { display: none; }
/* Minimizo el ancho de la columna que tiene la foto */
.ms-listviewtable > tbody > tr > td:first-child { width: 1%; }
/* alternado de filas */
.ms-vb2, .ms-vb-tall, .ms-newsletteralt td { background-color: white !important; }
/* Bordes */
.ms-listviewtable td { border-color: white !important; }
/* Imagen*/
.noticia_general_left_img_sharepoint {
border-left: solid 8px #297AD3;
}
/* Título */
.noticia_general_right_title_sharepoint {
font-size: 25px;
font-weight: lighter;
padding-left: 15px !important;
font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
width: 500px;
}
.noticia_general_right_title_sharepoint a {
color: #000 !important;
height: 20px;
}
/* Fecha */
.noticia_general_right_date_sharepoint {
color: #297ad3;
width: 200px;
}
.noticia_general_right_date_sharepoint_sep {
border-bottom: 1px solid #d3dcf3;
padding-bottom: 3px;
margin-left: -5px;
}
/* Resumen */
.noticia_general_right_gray_sharepoint {
color: #999999;
font-size: 15px;
line-height: 19px;
font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
overflow: hidden;
}
/* Separador */
.noticia_general_divisor_sharepoint {
border-bottom: 1px dashed #797979;
padding-top: 50px;
padding-bottom: 3px;
}
</style>
<script type="text/javascript" src="./../../Internal/jquery-1.9.1.js"></script>
<script type="text/javascript">
lista_ini = window.location.href.indexOf("/Lists/") + 7;
lista = window.location.href.substr(lista_ini);
lista_fin = lista.indexOf("/");
lista = lista.substr(0, lista_fin);
$(document).ready(function () {
// Formato de la imagen
$('.ms-listviewtable > tbody > tr > td:nth-child(1) img[src*="noticias"]').addClass('noticia_general_left_img_sharepoint');
// Formato del título
$('.ms-listviewtable > tbody > tr > td:nth-child(2)').addClass('noticia_general_right_title_sharepoint');
$('.noticia_general_right_title_sharepoint').prepend('> ');
// Formato del resumen
$('.ms-listviewtable .ms-rtestate-field').addClass('noticia_general_right_gray_sharepoint');
// Formato de la fecha
$('.ms-listviewtable > tbody > tr > td:nth-child(3)').addClass('noticia_general_right_date_sharepoint');
$('.noticia_general_right_date_sharepoint').append('<br/><div class="noticia_general_right_date_sharepoint_sep"></div>');
// Formato de la línea de división
$('.ms-vb-tall').append('<br/><div class="noticia_general_divisor_sharepoint"></div>');
// Formatos variables según la página
if (lista == 'Noticias') {
$('.noticia_general_left_img_sharepoint').css('width', '371px').css('height', '233px');
$('.noticia_general_right_gray_sharepoint').css('margin-top', '-190px').css('height', '175px').css('margin-left', '400px');
}
else if (lista == 'Noticias_Centros') {
$('.noticia_general_left_img_sharepoint').css('width', '182px').css('height', '107px');
$('.noticia_general_right_gray_sharepoint').css('margin-top', '-65px').css('height', '100px').css('margin-left', '213px');
}
else if (lista == 'Noticias_Perfiles') {
$('.noticia_general_left_img_sharepoint').css('width', '154px');
$('.noticia_general_right_gray_sharepoint').css('margin-top', '-121px').css('height', '100px').css('margin-left', '184px');
}
else {
alert('Página no soportada. Contace a su administrador.');
}
$("body").fadeIn("slow");
});
</script>
<div id="footer" class="s4-notdlg">