diff --git a/build/AssemblyRevisionIncrementer.exe b/build/AssemblyRevisionIncrementer.exe
new file mode 100644
index 0000000..7e2ef2e
Binary files /dev/null and b/build/AssemblyRevisionIncrementer.exe differ
diff --git a/trunk/Properties/AssemblyInfo.cs b/trunk/Properties/AssemblyInfo.cs
index c2dd05f..4d0e2c1 100644
--- a/trunk/Properties/AssemblyInfo.cs
+++ b/trunk/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-// /**
+// /**
// ********
// *
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
@@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("2.999.999.1")]
+[assembly: AssemblyVersion("2.999.999.2")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(false)]
-[assembly: AssemblyFileVersionAttribute("2.999.999.1")]
+[assembly: AssemblyFileVersionAttribute("2.999.999.2")]
diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj
index 6d6e1f9..bba3199 100644
--- a/trunk/lsleditor.csproj
+++ b/trunk/lsleditor.csproj
@@ -849,7 +849,7 @@
False
.NET Framework 2.0 %28x86%29
- false
+ true
False
@@ -859,7 +859,7 @@
False
.NET Framework 3.5
- true
+ false
False
@@ -870,6 +870,6 @@
"$(FrameworkSDKDir)Bin\rc.exe" /r "$(ProjectDir)$(TargetName).rc"
- E:\Dev\C#\AssemblyRevisionIncrement\bin\Release\AssemblyRevisionIncrementer.exe /t="$(SolutionDir)\Properties\AssemblyInfo.cs"
+ $(SolutionDir)\..\build\AssemblyRevisionIncrementer.exe /t="$(SolutionDir)\Properties\AssemblyInfo.cs"
\ No newline at end of file