{"id":21873469,"url":"https://github.com/raidenyn/msbuild.tsd","last_synced_at":"2026-04-09T12:03:45.782Z","repository":{"id":35963509,"uuid":"40253729","full_name":"raidenyn/MSBuild.Tsd","owner":"raidenyn","description":"Run a tsd task as a MSBuild task","archived":false,"fork":false,"pushed_at":"2015-08-05T15:38:16.000Z","size":572,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T03:05:23.222Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Batchfile","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/raidenyn.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":"2015-08-05T15:36:26.000Z","updated_at":"2015-08-05T15:38:16.000Z","dependencies_parsed_at":"2022-09-14T02:41:13.672Z","dependency_job_id":null,"html_url":"https://github.com/raidenyn/MSBuild.Tsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raidenyn/MSBuild.Tsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidenyn%2FMSBuild.Tsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidenyn%2FMSBuild.Tsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidenyn%2FMSBuild.Tsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidenyn%2FMSBuild.Tsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raidenyn","download_url":"https://codeload.github.com/raidenyn/MSBuild.Tsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raidenyn%2FMSBuild.Tsd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263469110,"owners_count":23471456,"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-11-28T07:08:10.197Z","updated_at":"2025-10-07T15:06:36.989Z","avatar_url":"https://github.com/raidenyn.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"MSBuild.Tsd\n============\n\u003e Run Tsd Node tools as a MSBuild task.\n\nInspired by [MSBuild.NodeTools by kmees](https://github.com/kmees/MSBuild.NodeTools)\n\nInstallation\n------------\n\n### NuGet\n\nMSBuild.Tsd is available as a NuGet Package with the same name. \nThis package contains all the available tools.\n\n```\nInstall-Package MSBuild.Tsd\n```\n\nNuGet will automatically add the MSBuild targets to the `.csproj` file.\n\n### Manually\n\nDownload the files in the `build/` folder and put them in your project folder.\nThen open the `.csproj` file in an editor and do the following changes.\n\n```xml\n\u003cProject ToolsVersion=\"14.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\"\u003e\n    \u003c!-- Put this at the top of the Project node --\u003e\n    \u003cImport Project=\"..\\path\\to\\MSBuild.Tsd.props\" Condition=\"Exists('..\\path\\to\\MSBuild.Tsd.props')\" /\u003e\n    \u003c!-- Import *.props file for the tool(s) that you need --\u003e\n\n    \u003c!--\n      other stuff goes here...\n    --\u003e\n\n    \u003c!-- Put this at the bottom of the Project node --\u003e\n    \u003cImport Project=\"..\\path\\to\\MSBuild.Tsd.targets\" Condition=\"Exists('..\\path\\to\\MSBuild.Tsd.targets')\" /\u003e\n    \u003c!-- Import *.targets file for the tool(s) that you need --\u003e\n\u003c/Project\u003e\n```\n\nNote that the `MSBuild.Tsd.props` and `MSBuild.Tsd.targets` is required by\nall the tools and must always be included.\n\nConfiguration\n-------------\n\nThere are various configuration properties you can overwrite in the `.csproj` file \n**after** importing `MSBuild.*.props` but **before** importing `MSBuild.*.targets`.\n\n### MSBuild.Tps\n\n  * `TsdFile`: Path to tsd.json. Defaults to `$(MSBuildProjectDirectory)\\tsd.json`.\n  * `TsdWorkingDirectory`: Directory in which context the tsd task gets executed. Defaults to `$(MSBuildProjectDirectory)`.\n  * `TsdCommand`: command to run tsd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraidenyn%2Fmsbuild.tsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraidenyn%2Fmsbuild.tsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraidenyn%2Fmsbuild.tsd/lists"}