Hi All I have a solutin with 4 projects. When I re organize directiroy structure from the .NET development environment , changes I made don't effect the original directory structure in harddisk. Let me explain clearly , Say that there is a solutin my_solution -proj1 - source files -header files Then I make these changes my_solution -proj1 -csd -lst -src -inc but these changes are just imaginary and nothing changes in the real directory structure. Can anyone help with it ? Thanks
Most likely the "real" directory structure you are looking at is not the same set of directories that Visual Studio is using. Can you verify that where Visual Studio is creating the files is where your "real" folder structure is? "tguclu" wrote in message news:4a3b7e1f-c639-4b6c-b76d-518d34a85e0e@34g2000hsf.googlegroups.com... > Hi All > > I have a solutin with 4 projects. When I re organize directiroy > structure from the .NET development environment , changes I made don't > effect the original directory structure in harddisk. > > Let me explain clearly , > > > Say that there is a solutin > my_solution > -proj1 > - source files > -header files > > Then I make these changes > > my_solution > -proj1 > -csd > -lst > -src > -inc > > > but these changes are just imaginary and nothing changes in the real > directory structure. > > > Can anyone help with it ? > Thanks