Git Product home page Git Product logo

hazware-build's Introduction

This is where I store scripts and tools used for building most Hazware projects.

psake_ext/psake_ext.psm1: psake extensions I derived this from Ayende's Texo psake_ext.ps1 script. Key Changes - Moved into a module. - functions renamed to eliminate verb warnings and extra '-' warnings. - functions modified to be more flexible - Get-GitCommit now supports running in non-git directories - Export-AssemblyInfo now checks and ignores null or empty directory names
- added documentation - Export-AssemblyInfo now takes a path to specify directory - Export-AssemblyInfo defaults to AssemblyInfo.cs for file name

vsdev_env/vsdev_env.psm1: Visual Studio Environment Helper I am running both VS 2008 and VS 2010 on my machine, and I have grown very tired of having two different command shells in order to work with them. So I created this module to allow me to set/unset the current development environment.

I expose two functions in this module: Set-DevEnv and Clear-DevEnv.

Set-DevEnv defaults to VS 2010, because it is what I am using the most, but
this is easily changable. You can also pass in 2008 as a parameter to
select VS 2008. This function just sets the path for that environment,
and it is 64bit aware. 
NOTE: It does not set any of C++ required environment	variables.

Clear-DevEnv restores the path to what it was before Set-DevEnv was called.

hazware-build's People

Contributors

dbuksbaum avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.