Visual Studio 2010
-
Hi, I often bring my program in development from home to office. Each time I have to adjust the directories in the property page of the program. Is it possible to know in wich file are stored these properties? Perhaps an application can permit to move code from home to office? Thanks, Claude
-
Hi, I often bring my program in development from home to office. Each time I have to adjust the directories in the property page of the program. Is it possible to know in wich file are stored these properties? Perhaps an application can permit to move code from home to office? Thanks, Claude
If you are using C#, the. csproj file keeps the location of the code files. The .sln file holds references to the actual project files.
Forgive your enemies - it messes with their heads
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Hi, I often bring my program in development from home to office. Each time I have to adjust the directories in the property page of the program. Is it possible to know in wich file are stored these properties? Perhaps an application can permit to move code from home to office? Thanks, Claude
-
If you copy the full source code via a USB, you should really not need to adjust the directories. Just keep the same folder structure on both machines.
Not exactly sure what properties he's referring to... but you're right... if you copy the whole thing, it should work.
-
Hi, I often bring my program in development from home to office. Each time I have to adjust the directories in the property page of the program. Is it possible to know in wich file are stored these properties? Perhaps an application can permit to move code from home to office? Thanks, Claude
You can move your project in any location you like, just copy the project folder and paste it anywhere on anew computer. this will seems to work. Maybe you are experiencing error on referenced components/assembly make sure if you use an assembly from your development pc, make really sure that it does exist on a new computer.