What files from Visual Studio 2017 Project/Solution should be in a SVN ignore?Should I add the Visual Studio 2015 .vs folder to source control?What are the various “Build action” settings in Visual Studio project properties and what do they do?How to rename a Project Folder from within Visual Studio?How to stop Visual Studio from automatically creating solution filesEasy way to add multiple existing .csproj to a Visual Studio Solution?How do I find files that are missing from visual studio projects?Visual Studio 2015 or 2017 does not discover unit testsUnit Tests not discovered in Visual Studio 2017Referencing projects from other solutions in Visual Studio 2017VisualHG in VS 2017: commit all projects in a solutionVisual Studio 2017 solution hangs on startup the first time

Why should password hash verification be time constant?

Is there an application which does HTTP PUT?

What is the name of meteoroids which hit Moon, Mars, or pretty much anything that isn’t the Earth?

What was the notion of limit that Newton used?

Bigger equation in text-mode math

Cropping a message using array splits

What can cause an unfrozen indoor copper drain pipe to crack?

How to get my matrix to fit on the page

Are there variations of the regular runtimes of the Big-O-Notation?

What was the plan for an abort of the Enola Gay's mission to drop the atomic bomb?

Exception propagation: When to catch exceptions?

Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019

Is ‘despite that’ right?

Is every story set in the future "science fiction"?

Can 'sudo apt-get remove [write]' destroy my Ubuntu?

Why do the Avengers care about returning these items in Endgame?

How is CoreiX like Corei5, i7 is related to Haswell, Ivy Bridge?

Why use steam instead of just hot air?

Can the president of the United States be guilty of insider trading?

Is it nonsense to say B -> [A -> B]?

Intersecting with the x-axis / intersecting the x-axis

What do "KAL." and "A.S." stand for in this inscription?

Is it a good idea to copy a trader when investing?

Is it bad writing or bad story telling if first person narrative contains more information than the narrator knows?



What files from Visual Studio 2017 Project/Solution should be in a SVN ignore?


Should I add the Visual Studio 2015 .vs folder to source control?What are the various “Build action” settings in Visual Studio project properties and what do they do?How to rename a Project Folder from within Visual Studio?How to stop Visual Studio from automatically creating solution filesEasy way to add multiple existing .csproj to a Visual Studio Solution?How do I find files that are missing from visual studio projects?Visual Studio 2015 or 2017 does not discover unit testsUnit Tests not discovered in Visual Studio 2017Referencing projects from other solutions in Visual Studio 2017VisualHG in VS 2017: commit all projects in a solutionVisual Studio 2017 solution hangs on startup the first time






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I'm working on a solution (C#) with 3 projects in it (one library and two applications) and I wonder what is the bare minimum of files you need to commit to be able to pull off a fresh solution and get it to work right away?



Obviously all source files, *.sln, *.csproj are needed and not the obj folder or bin folder (unless I want to keep a working copy of the compiled files).
But do I need to commit the:



Properties folder
.vs folder
*.resx
*.config


I have Googled it but all I found was a list of the file types, but no explanation of what files where critical to make the solution/project load and compile.



[EDIT]

It has been suggested that this is the same question as: Should I add the Visual Studio 2015 .vs folder to source control?
The question is not related to only the .vs folder, but to all project/solution files.










share|improve this question
























  • Possible duplicate of Should I add the Visual Studio 2015 .vs folder to source control?

    – Jerome Baek
    Mar 24 at 8:41

















1















I'm working on a solution (C#) with 3 projects in it (one library and two applications) and I wonder what is the bare minimum of files you need to commit to be able to pull off a fresh solution and get it to work right away?



Obviously all source files, *.sln, *.csproj are needed and not the obj folder or bin folder (unless I want to keep a working copy of the compiled files).
But do I need to commit the:



Properties folder
.vs folder
*.resx
*.config


I have Googled it but all I found was a list of the file types, but no explanation of what files where critical to make the solution/project load and compile.



[EDIT]

It has been suggested that this is the same question as: Should I add the Visual Studio 2015 .vs folder to source control?
The question is not related to only the .vs folder, but to all project/solution files.










share|improve this question
























  • Possible duplicate of Should I add the Visual Studio 2015 .vs folder to source control?

    – Jerome Baek
    Mar 24 at 8:41













1












1








1








I'm working on a solution (C#) with 3 projects in it (one library and two applications) and I wonder what is the bare minimum of files you need to commit to be able to pull off a fresh solution and get it to work right away?



Obviously all source files, *.sln, *.csproj are needed and not the obj folder or bin folder (unless I want to keep a working copy of the compiled files).
But do I need to commit the:



Properties folder
.vs folder
*.resx
*.config


I have Googled it but all I found was a list of the file types, but no explanation of what files where critical to make the solution/project load and compile.



[EDIT]

It has been suggested that this is the same question as: Should I add the Visual Studio 2015 .vs folder to source control?
The question is not related to only the .vs folder, but to all project/solution files.










share|improve this question
















I'm working on a solution (C#) with 3 projects in it (one library and two applications) and I wonder what is the bare minimum of files you need to commit to be able to pull off a fresh solution and get it to work right away?



Obviously all source files, *.sln, *.csproj are needed and not the obj folder or bin folder (unless I want to keep a working copy of the compiled files).
But do I need to commit the:



Properties folder
.vs folder
*.resx
*.config


I have Googled it but all I found was a list of the file types, but no explanation of what files where critical to make the solution/project load and compile.



[EDIT]

It has been suggested that this is the same question as: Should I add the Visual Studio 2015 .vs folder to source control?
The question is not related to only the .vs folder, but to all project/solution files.







visual-studio-2017 projects-and-solutions svncommit






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 25 at 12:48







Max Kielland

















asked Mar 23 at 9:59









Max KiellandMax Kielland

3,46674179




3,46674179












  • Possible duplicate of Should I add the Visual Studio 2015 .vs folder to source control?

    – Jerome Baek
    Mar 24 at 8:41

















  • Possible duplicate of Should I add the Visual Studio 2015 .vs folder to source control?

    – Jerome Baek
    Mar 24 at 8:41
















Possible duplicate of Should I add the Visual Studio 2015 .vs folder to source control?

– Jerome Baek
Mar 24 at 8:41





Possible duplicate of Should I add the Visual Studio 2015 .vs folder to source control?

– Jerome Baek
Mar 24 at 8:41












1 Answer
1






active

oldest

votes


















0














Though SVN and Git are different Version Control System, I think the files that should be excluded in the Version Control System should be similar. This file is a ignore file for Git (an .gitignore), but should be work as it should in SVN Version Control Systems.



https://github.com/github/gitignore/blob/master/VisualStudio.gitignore



This file is often used in various places like Github Destktop, or the Github Site itself.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312564%2fwhat-files-from-visual-studio-2017-project-solution-should-be-in-a-svn-ignore%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Though SVN and Git are different Version Control System, I think the files that should be excluded in the Version Control System should be similar. This file is a ignore file for Git (an .gitignore), but should be work as it should in SVN Version Control Systems.



    https://github.com/github/gitignore/blob/master/VisualStudio.gitignore



    This file is often used in various places like Github Destktop, or the Github Site itself.






    share|improve this answer



























      0














      Though SVN and Git are different Version Control System, I think the files that should be excluded in the Version Control System should be similar. This file is a ignore file for Git (an .gitignore), but should be work as it should in SVN Version Control Systems.



      https://github.com/github/gitignore/blob/master/VisualStudio.gitignore



      This file is often used in various places like Github Destktop, or the Github Site itself.






      share|improve this answer

























        0












        0








        0







        Though SVN and Git are different Version Control System, I think the files that should be excluded in the Version Control System should be similar. This file is a ignore file for Git (an .gitignore), but should be work as it should in SVN Version Control Systems.



        https://github.com/github/gitignore/blob/master/VisualStudio.gitignore



        This file is often used in various places like Github Destktop, or the Github Site itself.






        share|improve this answer













        Though SVN and Git are different Version Control System, I think the files that should be excluded in the Version Control System should be similar. This file is a ignore file for Git (an .gitignore), but should be work as it should in SVN Version Control Systems.



        https://github.com/github/gitignore/blob/master/VisualStudio.gitignore



        This file is often used in various places like Github Destktop, or the Github Site itself.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 24 at 9:14









        Sang Wan JeonSang Wan Jeon

        6416




        6416





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312564%2fwhat-files-from-visual-studio-2017-project-solution-should-be-in-a-svn-ignore%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript