From 41a98d45b7a59fe42cef4317e8702b9eab29cc1b Mon Sep 17 00:00:00 2001 From: RKrom Date: Mon, 4 Feb 2013 17:15:13 +0000 Subject: [PATCH] Fixed build-version error git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2459 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- Greenshot/Greenshot.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Greenshot/Greenshot.csproj b/Greenshot/Greenshot.csproj index 78e88fd2b..b84e44c1c 100644 --- a/Greenshot/Greenshot.csproj +++ b/Greenshot/Greenshot.csproj @@ -400,7 +400,7 @@ - "$(MSBuildProjectDirectory)\tools\TortoiseSVN\SubWCRev.exe" "$(MSBuildProjectDirectory)\." "$(MSBuildProjectDirectory)\AssemblyInfo.cs.template" "$(MSBuildProjectDirectory)\AssemblyInfo.cs" + "$(MSBuildProjectDirectory)\tools\TortoiseSVN\SubWCRev.exe" "$(MSBuildProjectDirectory)\.." "$(MSBuildProjectDirectory)\AssemblyInfo.cs.template" "$(MSBuildProjectDirectory)\AssemblyInfo.cs" copy "$(ProjectDir)log4net-debug.xml" "$(SolutionDir)bin\$(Configuration)\log4net.xml"