Replaced use of T4 templates with PS-based templates.

TextTransform.exe is not available with Express versions of Visual Studio.
This commit is contained in:
Arnavion
2013-12-27 12:05:07 -08:00
parent 61ceaef57e
commit c7bf4b0474
10 changed files with 28 additions and 26 deletions

View File

@@ -1 +1 @@
<#@ include file="..\version.include.tt" #><#= string.Join(".", versionParts) #>
<#= [string]::Join('.', $versionParts) #>