VS Arduino
>> >> Files and folder to keep under revision control
https://www.visualmicro.com/forums/YaBB.pl?num=1547152858

Message started by Marco2 on Jan 10th, 2019 at 8:40pm

Title: Files and folder to keep under revision control
Post by Marco2 on Jan 10th, 2019 at 8:40pm
Hi,
I have all of my code saved into a git repository. Now I'm saving only the file .ino with the sketch.

I would like to put under revision control also the Visual Studio solution file (.sln and .vcxproj) and any other file where visual micro save its configuration for the project, like board setting configuration and other useful.

Many t henks in advance for reply.

Marco

Title: Re: Files and folder to keep under revision control
Post by Visual Micro on Jan 11th, 2019 at 5:35pm
I don't think I understand the question. Visual Micro uses standard visual studio project and also has the __vm folder for settings below your project. These are all external files below the project and it is up to you what you check-in to git.

Title: Re: Files and folder to keep under revision control
Post by Marco2 on Jan 11th, 2019 at 6:56pm
Hi,
I would like to put under git all file needed by the project, but for example not the build folder (Release/??) or any other temporary or unuseful file.
Looking at folder structure, seems __vm and all standard solution files will be enought.

Thanks

Title: Re: Files and folder to keep under revision control
Post by Visual Micro on Jan 12th, 2019 at 12:31pm
You can change the final build output to be a folder below your sketch and also include libraries as shared projects in the solution.

VS Arduino » Powered by YaBB 2.6.12!
YaBB Forum Software © 2000-2024. All Rights Reserved.