├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── vs2017.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leandros/VisualStudioStandalone/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leandros/VisualStudioStandalone/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leandros/VisualStudioStandalone/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leandros/VisualStudioStandalone/HEAD/README.md -------------------------------------------------------------------------------- /vs2017.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leandros/VisualStudioStandalone/HEAD/vs2017.bat --------------------------------------------------------------------------------