Problem with the Paths of the files in my project

Asked

Viewed 47 times

0

Once I created a folder and copied all the files of my project to it, however from this my original project is with the paths form1.cs, form1.designer.cs and form1.resx specified for the copy folder.

I’m not getting back with the original settings as I change the path of the files to leave everything in a single folder?

Note

I tried to change the properties, but it’s blocked.

FILE LOCATION .sln

D:\Felipe Pen Drive\arquivos...\Aplicativo...

FILE LOCATION form1.cs, form1.designer.cs and form1.resx

D:\Felipe Pen Drive\copia

PROPERTY CONFIGURATION

caminho Form1.cs

1 answer

1

You can add the existing Forms (which are in the correct folder) "back" to the project. To do this, right-click the project and go to: Add -> Existing Item (Shift + Alt + A) and select the files form1.cs, form1.designer.cs and form1.resx. VS will automatically replace the paths of these items in their respective properties.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.