Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic My .vcxproj's keep getting modified all the time (Read 719 times)
Luis Chardon
Newbies
*
Offline


Posts: 1
Joined: Sep 29th, 2022
My .vcxproj's keep getting modified all the time
Mar 26th, 2023 at 4:23am
Print Post  
Hi, all my .vcxproj keep getting modified all the time without me doing anything, which makes it really annoying when you have things in github having to exclude/revert the project files all the time while committing my changes. It looks like it's always modifying some library paths and honestly they look the same but in a different order. I even revert the changes and a few seconds later it gets changed again.

Is there a way to get around this?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12137
Location: United Kingdom
Joined: Apr 10th, 2010
Re: My .vcxproj's keep getting modified all the time
Reply #1 - Mar 26th, 2023 at 5:02pm
Print Post  
The project pages are used only for intellisense and will alter if you switch between debug/release or add libraries etc. If you "revert" then you would always get the problem because the info needs to be rrcalculated when the project opens or used.

Can you confirm you do click save when closing the project? Then after that, reopen and wait few secs, then close again, does prompt to save again?

If so then please follow the guide in yellow above.
« Last Edit: Mar 26th, 2023 at 5:03pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint