{"id":15422613,"url":"https://github.com/heaths/vim-msbuild","last_synced_at":"2025-04-14T15:42:37.674Z","repository":{"id":6663715,"uuid":"7908350","full_name":"heaths/vim-msbuild","owner":"heaths","description":"Vim plugin for MSBuild project support","archived":false,"fork":false,"pushed_at":"2014-08-27T22:16:09.000Z","size":156,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T04:33:08.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heaths.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-30T05:21:34.000Z","updated_at":"2025-03-07T08:11:12.000Z","dependencies_parsed_at":"2022-08-28T03:00:40.849Z","dependency_job_id":null,"html_url":"https://github.com/heaths/vim-msbuild","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2Fvim-msbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2Fvim-msbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2Fvim-msbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heaths%2Fvim-msbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heaths","download_url":"https://codeload.github.com/heaths/vim-msbuild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248907933,"owners_count":21181434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T17:39:01.824Z","updated_at":"2025-04-14T15:42:37.653Z","avatar_url":"https://github.com/heaths.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"msbuild.vim\n===========\n\nThis Vim plugin enables syntax support for all typical MSBuild project and include files matching the following patterns:\n\n* \\*.\\*proj\n* \\*.props\n* \\*.targets\n\nYou can also build an open project from within Vim using `:make`. Any warnings or errors can then be opened directly. You can also pass command line parameters to `:make` like you would to msbuild.exe, like:\n\n    :make /t:rebuild\n\nSome items and imported projects or targets can also be opened with `gf`. Any environment variables in the path are expanded automatically if possible.\n\nInstallation\n------------\n\nTo keep up-to-date with changes, I recommend using Git and installing [pathogen.vim](https://github.com/tpope/vim-pathogen) so you can clone this repo or your own fork like so:\n\n    mkdir %USERPROFILE%\\vimfiles\\bundle\n    cd /d %USERPROFILE%\\vimfiles\\bundle\n    git clone https://github.com/heaths/vim-msbuild.git\n\nTo make help content available when using pathogen, start vim and type `:Helptags`. You can then type `:help msbuild` for more information.\n\nIf you prefer to install the scripts directly, you can download the [vimball](http://www.vim.org/scripts/script.php?script_id=4422), open it in vim, and install it like so:\n\n    vim msbuild.vba\n    :so %\n    :q\n\nLicense\n-------\n\nCopyright 2013 Heath Stewart\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheaths%2Fvim-msbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheaths%2Fvim-msbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheaths%2Fvim-msbuild/lists"}