// // $Id$ // // CSVEdit // // Copyright (C) 2009-2011 IBCL e.U. // Copyright (C) 2012-2013 ITEG IT-Engineers GmbH // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // // resources for csvedit.exe // // These infos go in the meta data area of csvedit.exe // // For production, a sed patched copy of this file // is created and used in the according build directory // #include IDI_ICON1 ICON DISCARDABLE "../media/csvedit.ico" VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,4,4 PRODUCTVERSION 1,0,4,4 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #else FILEFLAGS 0x0L #endif FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "Clazzes.org and IBCL\0" VALUE "FileDescription", "CSVEdit 1.0.4.4 (67, 2010-07-26 09:52:49 CEST)\0" VALUE "FileVersion", "1,0,4,4\0" VALUE "InternalName", "csvedit.exe\0" VALUE "LegalCopyright", "Copyleft (C) 2009 IBCL\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "csvedit.exe\0" VALUE "ProductName", "Clazzes.org_CSVEdit\0" VALUE "ProductVersion", "1,0,4,4\0" END END END