From 8847a354258522e3666fd02f039d42bef9985ffe Mon Sep 17 00:00:00 2001
From: zeromus <zeromus@users.noreply.github.com>
Date: Wed, 24 Jun 2015 20:45:08 -0500
Subject: [PATCH] employ git build tool in veersion project building

---
 Version/version.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Version/version.csproj b/Version/version.csproj
index 5a075d2e30..6e74efaf3b 100644
--- a/Version/version.csproj
+++ b/Version/version.csproj
@@ -36,7 +36,7 @@
   </PropertyGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
-    <PreBuildEvent>"$(ProjectDir)..\Build\BizHawk.Build.Tool.exe" SVN_REV --wc "$(ProjectDir).." --template "$(ProjectDir)svnrev_template" --out "$(ProjectDir)svnrev.cs"</PreBuildEvent>
+    <PreBuildEvent>"$(ProjectDir)..\Build\BizHawk.Build.Tool.exe" GIT_REV --wc "$(ProjectDir).." --template "$(ProjectDir)svnrev_template" --out "$(ProjectDir)svnrev.cs"</PreBuildEvent>
   </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.