Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Leosouzabh

Alterar caminho dos fontes na solution

Recommended Posts

Pessoal

Eu tenho um projeto feito em Visual Studio 2005 e eu preciso alterar o caminho dos fontes deles porque o caminho que os fontes estavam nao existe mais

eu sei que você tem que alterar a solution em modo texto, so que existe varios caminhosa ser alterados

 

o arquivo solution esta no diretorio

C:\Documents and Settings\lpinto\Meus documentos\Visual Studio 2005\Projects\PrototipoTela\PrototipoTela.sln

e esta apontando para os fontes do diretorio:

C:\Documents and Settings\lpinto\Meus documentos\Visual Studio 2005\WebSites\PrototipoTela e os fontes irao para o diretorio:

D:\Projetos\CVSROOT

 

O arquivo da solution esta desta forma:

Microsoft Visual Studio Solution File, Format Version 9.00# Visual Studio 2005Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\PrototipoTela\", "..\..\WebSites\PrototipoTela\", "{E9DEA2E6-7DDB-478E-99A7-650A6B5C8960}"	ProjectSection(WebsiteProperties) = preProject		Debug.AspNetCompiler.VirtualPath = "/PrototipoTela"		Debug.AspNetCompiler.PhysicalPath = "..\..\WebSites\PrototipoTela\"		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\PrototipoTela\"		Debug.AspNetCompiler.Updateable = "true"		Debug.AspNetCompiler.ForceOverwrite = "true"		Debug.AspNetCompiler.FixedNames = "false"		Debug.AspNetCompiler.Debug = "True"		Release.AspNetCompiler.VirtualPath = "/PrototipoTela"		Release.AspNetCompiler.PhysicalPath = "..\..\WebSites\PrototipoTela\"		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\PrototipoTela\"		Release.AspNetCompiler.Updateable = "true"		Release.AspNetCompiler.ForceOverwrite = "true"		Release.AspNetCompiler.FixedNames = "false"		Release.AspNetCompiler.Debug = "False"		VWDPort = "3634"		DefaultWebSiteLanguage = "Visual C#"	EndProjectSectionEndProjectGlobal	GlobalSection(SolutionConfigurationPlatforms) = preSolution		Debug|.NET = Debug|.NET	EndGlobalSection	GlobalSection(ProjectConfigurationPlatforms) = postSolution		{E9DEA2E6-7DDB-478E-99A7-650A6B5C8960}.Debug|.NET.ActiveCfg = Debug|.NET		{E9DEA2E6-7DDB-478E-99A7-650A6B5C8960}.Debug|.NET.Build.0 = Debug|.NET	EndGlobalSection	GlobalSection(SolutionProperties) = preSolution		HideSolutionNode = FALSE	EndGlobalSectionEndGlobal
Alguem pode me ajudar como alterar para que seja feito a referencia aos fontes!!

 

vlwwwwwww

Compartilhar este post


Link para o post
Compartilhar em outros sites

Se for um Web Site, você pode ir na opção File > Open > Web Site e escolher a nova pasta com os arquivos, se for um projeto de outro tipo, você vai no File > Open > Project e manda abrir o arquivo de extensão .csproj (C#) ou .vbproj (VB.Net). Daí é só salvar um novo arquivo da solução (.SLN)

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.