From c7bf4b0474c613f81e3724043386373d7bc7d2a3 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Fri, 27 Dec 2013 12:05:07 -0800 Subject: Replaced use of T4 templates with PS-based templates. TextTransform.exe is not available with Express versions of Visual Studio. --- version.include.tt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 version.include.tt (limited to 'version.include.tt') diff --git a/version.include.tt b/version.include.tt deleted file mode 100644 index ab77a6d9..00000000 --- a/version.include.tt +++ /dev/null @@ -1,12 +0,0 @@ -<#@ - template debug="false" hostspecific="false" language="C#" #><#@ - assembly name="System.Core" #><#@ - import namespace="System.IO" #><#@ - import namespace="System.Linq" #><#@ - import namespace="System.Text.RegularExpressions" #><# - var versionParts = File.ReadLines(Path.Combine(System.Environment.GetEnvironmentVariable("SOLUTIONDIR"), "configure.ac")) - .Select(line => Regex.Match(line, @"^AC_INIT\(\[HexChat\],\[([^]]+)\]\)$")) - .First(match => match.Success) - .Groups[1].Value - .Split('.'); -#> \ No newline at end of file -- cgit 1.4.1