Skip to content

iJunkie22/VS_CPP_Project_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS Visual Studio Project Generator

What it does

This utility generates projects for several C++ IDEs at once.

It is designed to make projects that can be opened out-of-the-box with either Microsoft's Visual Studio and/or JetBrain's CLion.*

Building

Windows

  1. Download and install python2.7 64-bit | 32-bit

  2. Download and install py2exe DL page here

  3. In cmd.exe: cd "[directory containing this package's setup.py file]"

    [python interpreter path] setup.py py2exe

Unix-like

  1. Download and install python2.7

  2. Download and install PyInstaller

  3. In a terminal: cd "[directory containing this package's setup.py file]"

    [python interpreter path] ./setup.py

Usage

Simply provide a directory filepath as the final argument to the script or compiled exe, and the generator will do its magic!

Output

<Project> /

<Project> / Debug /

<Project> / <Project> /

<Project> / <Project> / .idea /

<Project> / <Project> / .idea / .name

<Project> / <Project> / .idea / misc.xml

<Project> / <Project> / .idea / modules.xml

<Project> / <Project> / .idea / <Project>.iml

<Project> / <Project> / CMakeLists.txt

<Project> / <Project> / main.cpp**

<Project> / <Project> / <Project>.vcxproj

<Project> / <Project> / <Project>.vcxproj.filters

<Project> / <Project>.sln

*This project is not affiliated with or endorsed by any of the IDEs, companies, etc. mentioned.

** main.cpp is only generated if the project is missing it

GitHub Repository

About

C++ Project Generator written in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages