Project Type in Visual Studio for a Build Only Project

NumericalFunctional 21 Reputation points
2024-02-22T03:24:12.68+00:00

I have a modestly large collection of documents that a build from source. It involves: some some scripts for creating figures, macro-like combining form multiple files, execution of external programs to compile these processed files into formatted output, and some post processing steps. Think about converting LaTeX documents into PDFs and distributing them (not what I'm doing, but close). But there are no concepts that correspond to debugging or running. But I will spend much of my time editing the documents (in Visual Studio). How should I setup the Visual Studio Project? Should I go with no project? Should I use a GNU-Make project? Is it practical to create an MSBuild project?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,029 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 30,326 Reputation points Microsoft Vendor
    2024-02-22T12:45:43.6066667+00:00

    Hello @NumericalFunctional ,

    Welcome to Microsoft Q&A forum.

    Do you consider using Visual Studio Code(Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux) if you are going to edit documents?

    For Visual Studio, if you don’t need to build/debug, perhaps directly opening a folder and editing them(files) is enough. If you need to build, then you need to select a corresponding programming language and choose a corresponding project template.

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.