Skip to content

Instantly share code, notes, and snippets.

@cdroulers
Created February 1, 2016 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdroulers/f23eee4dd4d78cea4272 to your computer and use it in GitHub Desktop.
Save cdroulers/f23eee4dd4d78cea4272 to your computer and use it in GitHub Desktop.
Post-build event to generate list of files for Chutzpah and all.d.ts.
if $(ConfigurationName) == Debug (
copy /Y "$(ProjectDir)..\Helpers\bin\$(ConfigurationName)\Helpers.exe" "$(TargetDir)"
copy /Y "$(TargetPath).config" "$(TargetDir)Helpers.exe.config"
$(TargetDir)Helpers.exe "$(TargetPath)" "Web.Helpers.Web.BundleHelper" "Main"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment