diff options
Diffstat (limited to 'win32/nls')
-rw-r--r-- | win32/nls/nls.vcxproj | 8 | ||||
-rw-r--r-- | win32/nls/nls.vcxproj.user | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index 94bef1c6..baff5a63 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -61,10 +61,6 @@ <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> - <PostBuildEvent> - <Command> - </Command> - </PostBuildEvent> <PreBuildEvent> <Command>cd ..\..\po rmdir /q /s "$(OutDir)\locale" @@ -87,10 +83,6 @@ mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES" <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> - <PostBuildEvent> - <Command> - </Command> - </PostBuildEvent> <PreBuildEvent> <Command>cd ..\..\po rmdir /q /s "$(OutDir)\locale" diff --git a/win32/nls/nls.vcxproj.user b/win32/nls/nls.vcxproj.user deleted file mode 100644 index 695b5c78..00000000 --- a/win32/nls/nls.vcxproj.user +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> -</Project> \ No newline at end of file |