Skip to content

Instantly share code, notes, and snippets.

@SergeiGolos
Created October 9, 2012 19:36
Show Gist options
  • Save SergeiGolos/3860946 to your computer and use it in GitHub Desktop.
Save SergeiGolos/3860946 to your computer and use it in GitHub Desktop.
TypeScript: Visual Studio Project Before Build Configuration
<Target Name="BeforeBuild">
<Exec Command="&quot;$(PROGRAMFILES)\Microsoft SDKs\TypeScript\0.8.0.0\tsc&quot; @(TypeScriptCompile ->'&quot;%(fullpath)&quot;', ' ')" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment