diff --git a/.gitattributes b/.gitattributes index 53f61b610e..5e82df155b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -187,8 +187,8 @@ ASCOfficePDFWriter/Tests/TestSvgToPDF/bin/Test.exe svn_mime_002dtype=application ASCOfficePDFWriter/Tests/TestSvgToPDF/bin/Test.pdb svn_mime_002dtype=application%2Foctet-stream ASCOfficePDFWriter/Tests/TestSvgToPDF/bin/files/coffe.jpg svn_mime_002dtype=application%2Foctet-stream ASCOfficePDFWriter/Zlib/zlib.lib svn_mime_002dtype=application%2Foctet-stream -AVSOfficeTxtFile/Resource/DocxTemplate.docx svn_mime_002dtype=application%2Foctet-stream -AVSOfficeTxtFile/Resource/XmlTemplate.docx svn_mime_002dtype=application%2Foctet-stream +ASCOfficeTxtFile/Resource/DocxTemplate.docx svn_mime_002dtype=application%2Foctet-stream +ASCOfficeTxtFile/Resource/XmlTemplate.docx svn_mime_002dtype=application%2Foctet-stream AVSOfficeUtils/ZLIB/crtdll/crtdll.lib svn_mime_002dtype=application%2Foctet-stream AVSOfficeUtils/ZLIB/zlib-1.2.3/contrib/blast/test.pk svn_mime_002dtype=application%2Foctet-stream AVSOfficeUtils/ZLIB/zlib-1.2.3/contrib/dotzlib/DotZLib.chm svn_mime_002dtype=application%2Foctet-stream diff --git a/AVSOfficeTxtFile/AVSOfficeTxtFile.cpp b/ASCOfficeTxtFile/AVSOfficeTxtFile.cpp similarity index 100% rename from AVSOfficeTxtFile/AVSOfficeTxtFile.cpp rename to ASCOfficeTxtFile/AVSOfficeTxtFile.cpp diff --git a/AVSOfficeTxtFile/AVSOfficeTxtFile.rc b/ASCOfficeTxtFile/AVSOfficeTxtFile.rc similarity index 100% rename from AVSOfficeTxtFile/AVSOfficeTxtFile.rc rename to ASCOfficeTxtFile/AVSOfficeTxtFile.rc diff --git a/AVSOfficeTxtFile/AVSOfficeTxtFile.rgs b/ASCOfficeTxtFile/AVSOfficeTxtFile.rgs similarity index 100% rename from AVSOfficeTxtFile/AVSOfficeTxtFile.rgs rename to ASCOfficeTxtFile/AVSOfficeTxtFile.rgs diff --git a/AVSOfficeTxtFile/AVSOfficeTxtFile.sln b/ASCOfficeTxtFile/AVSOfficeTxtFile.sln similarity index 100% rename from AVSOfficeTxtFile/AVSOfficeTxtFile.sln rename to ASCOfficeTxtFile/AVSOfficeTxtFile.sln diff --git a/AVSOfficeTxtFile/AVSOfficeTxtFile.vcproj b/ASCOfficeTxtFile/AVSOfficeTxtFile.vcproj similarity index 100% rename from AVSOfficeTxtFile/AVSOfficeTxtFile.vcproj rename to ASCOfficeTxtFile/AVSOfficeTxtFile.vcproj diff --git a/AVSOfficeTxtFile/AVSOfficeTxtFile2005.sln b/ASCOfficeTxtFile/AVSOfficeTxtFile2005.sln similarity index 100% rename from AVSOfficeTxtFile/AVSOfficeTxtFile2005.sln rename to ASCOfficeTxtFile/AVSOfficeTxtFile2005.sln diff --git a/AVSOfficeTxtFile/AVSOfficeTxtFile2005.vcproj b/ASCOfficeTxtFile/AVSOfficeTxtFile2005.vcproj similarity index 100% rename from AVSOfficeTxtFile/AVSOfficeTxtFile2005.vcproj rename to ASCOfficeTxtFile/AVSOfficeTxtFile2005.vcproj diff --git a/AVSOfficeTxtFile/Projects/Docx2Txt.vcproj b/ASCOfficeTxtFile/Projects/Docx2Txt.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/Docx2Txt.vcproj rename to ASCOfficeTxtFile/Projects/Docx2Txt.vcproj diff --git a/AVSOfficeTxtFile/Projects/Docx2Txt2005.vcproj b/ASCOfficeTxtFile/Projects/Docx2Txt2005.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/Docx2Txt2005.vcproj rename to ASCOfficeTxtFile/Projects/Docx2Txt2005.vcproj diff --git a/AVSOfficeTxtFile/Projects/Txt2Docx.vcproj b/ASCOfficeTxtFile/Projects/Txt2Docx.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/Txt2Docx.vcproj rename to ASCOfficeTxtFile/Projects/Txt2Docx.vcproj diff --git a/AVSOfficeTxtFile/Projects/Txt2Docx2005.vcproj b/ASCOfficeTxtFile/Projects/Txt2Docx2005.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/Txt2Docx2005.vcproj rename to ASCOfficeTxtFile/Projects/Txt2Docx2005.vcproj diff --git a/AVSOfficeTxtFile/Projects/TxtFormat.vcproj b/ASCOfficeTxtFile/Projects/TxtFormat.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/TxtFormat.vcproj rename to ASCOfficeTxtFile/Projects/TxtFormat.vcproj diff --git a/AVSOfficeTxtFile/Projects/TxtFormat2005.vcproj b/ASCOfficeTxtFile/Projects/TxtFormat2005.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/TxtFormat2005.vcproj rename to ASCOfficeTxtFile/Projects/TxtFormat2005.vcproj diff --git a/AVSOfficeTxtFile/Projects/Xml2Docx2005.vcproj b/ASCOfficeTxtFile/Projects/Xml2Docx2005.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/Xml2Docx2005.vcproj rename to ASCOfficeTxtFile/Projects/Xml2Docx2005.vcproj diff --git a/AVSOfficeTxtFile/Projects/XmlFormat2005.vcproj b/ASCOfficeTxtFile/Projects/XmlFormat2005.vcproj similarity index 100% rename from AVSOfficeTxtFile/Projects/XmlFormat2005.vcproj rename to ASCOfficeTxtFile/Projects/XmlFormat2005.vcproj diff --git a/AVSOfficeTxtFile/Resource.h b/ASCOfficeTxtFile/Resource.h similarity index 100% rename from AVSOfficeTxtFile/Resource.h rename to ASCOfficeTxtFile/Resource.h diff --git a/AVSOfficeTxtFile/Resource/DocxTemplate.docx b/ASCOfficeTxtFile/Resource/DocxTemplate.docx similarity index 100% rename from AVSOfficeTxtFile/Resource/DocxTemplate.docx rename to ASCOfficeTxtFile/Resource/DocxTemplate.docx diff --git a/AVSOfficeTxtFile/Resource/XmlTemplate.docx b/ASCOfficeTxtFile/Resource/XmlTemplate.docx similarity index 100% rename from AVSOfficeTxtFile/Resource/XmlTemplate.docx rename to ASCOfficeTxtFile/Resource/XmlTemplate.docx diff --git a/AVSOfficeTxtFile/Source/Docx2Txt/Converter.cpp b/ASCOfficeTxtFile/Source/Docx2Txt/Converter.cpp similarity index 100% rename from AVSOfficeTxtFile/Source/Docx2Txt/Converter.cpp rename to ASCOfficeTxtFile/Source/Docx2Txt/Converter.cpp diff --git a/AVSOfficeTxtFile/Source/Docx2Txt/Converter.h b/ASCOfficeTxtFile/Source/Docx2Txt/Converter.h similarity index 100% rename from AVSOfficeTxtFile/Source/Docx2Txt/Converter.h rename to ASCOfficeTxtFile/Source/Docx2Txt/Converter.h diff --git a/AVSOfficeTxtFile/Source/Txt2Docx/Converter.cpp b/ASCOfficeTxtFile/Source/Txt2Docx/Converter.cpp similarity index 100% rename from AVSOfficeTxtFile/Source/Txt2Docx/Converter.cpp rename to ASCOfficeTxtFile/Source/Txt2Docx/Converter.cpp diff --git a/AVSOfficeTxtFile/Source/Txt2Docx/Converter.h b/ASCOfficeTxtFile/Source/Txt2Docx/Converter.h similarity index 100% rename from AVSOfficeTxtFile/Source/Txt2Docx/Converter.h rename to ASCOfficeTxtFile/Source/Txt2Docx/Converter.h diff --git a/AVSOfficeTxtFile/Source/TxtFormat/File.cpp b/ASCOfficeTxtFile/Source/TxtFormat/File.cpp similarity index 100% rename from AVSOfficeTxtFile/Source/TxtFormat/File.cpp rename to ASCOfficeTxtFile/Source/TxtFormat/File.cpp diff --git a/AVSOfficeTxtFile/Source/TxtFormat/File.h b/ASCOfficeTxtFile/Source/TxtFormat/File.h similarity index 100% rename from AVSOfficeTxtFile/Source/TxtFormat/File.h rename to ASCOfficeTxtFile/Source/TxtFormat/File.h diff --git a/AVSOfficeTxtFile/Source/TxtFormat/Txt.h b/ASCOfficeTxtFile/Source/TxtFormat/Txt.h similarity index 100% rename from AVSOfficeTxtFile/Source/TxtFormat/Txt.h rename to ASCOfficeTxtFile/Source/TxtFormat/Txt.h diff --git a/AVSOfficeTxtFile/Source/TxtFormat/TxtEvent.h b/ASCOfficeTxtFile/Source/TxtFormat/TxtEvent.h similarity index 100% rename from AVSOfficeTxtFile/Source/TxtFormat/TxtEvent.h rename to ASCOfficeTxtFile/Source/TxtFormat/TxtEvent.h diff --git a/AVSOfficeTxtFile/Source/Xml2Docx/Converter.cpp b/ASCOfficeTxtFile/Source/Xml2Docx/Converter.cpp similarity index 100% rename from AVSOfficeTxtFile/Source/Xml2Docx/Converter.cpp rename to ASCOfficeTxtFile/Source/Xml2Docx/Converter.cpp diff --git a/AVSOfficeTxtFile/Source/Xml2Docx/Converter.h b/ASCOfficeTxtFile/Source/Xml2Docx/Converter.h similarity index 100% rename from AVSOfficeTxtFile/Source/Xml2Docx/Converter.h rename to ASCOfficeTxtFile/Source/Xml2Docx/Converter.h diff --git a/AVSOfficeTxtFile/Source/XmlFormat/File.cpp b/ASCOfficeTxtFile/Source/XmlFormat/File.cpp similarity index 100% rename from AVSOfficeTxtFile/Source/XmlFormat/File.cpp rename to ASCOfficeTxtFile/Source/XmlFormat/File.cpp diff --git a/AVSOfficeTxtFile/Source/XmlFormat/File.h b/ASCOfficeTxtFile/Source/XmlFormat/File.h similarity index 100% rename from AVSOfficeTxtFile/Source/XmlFormat/File.h rename to ASCOfficeTxtFile/Source/XmlFormat/File.h diff --git a/AVSOfficeTxtFile/Source/XmlFormat/XmlEvent.h b/ASCOfficeTxtFile/Source/XmlFormat/XmlEvent.h similarity index 100% rename from AVSOfficeTxtFile/Source/XmlFormat/XmlEvent.h rename to ASCOfficeTxtFile/Source/XmlFormat/XmlEvent.h diff --git a/AVSOfficeTxtFile/Source/XmlFormat/XmlFormat.h b/ASCOfficeTxtFile/Source/XmlFormat/XmlFormat.h similarity index 100% rename from AVSOfficeTxtFile/Source/XmlFormat/XmlFormat.h rename to ASCOfficeTxtFile/Source/XmlFormat/XmlFormat.h diff --git a/AVSOfficeTxtFile/TxtFile.cpp b/ASCOfficeTxtFile/TxtFile.cpp similarity index 100% rename from AVSOfficeTxtFile/TxtFile.cpp rename to ASCOfficeTxtFile/TxtFile.cpp diff --git a/AVSOfficeTxtFile/TxtFile.h b/ASCOfficeTxtFile/TxtFile.h similarity index 100% rename from AVSOfficeTxtFile/TxtFile.h rename to ASCOfficeTxtFile/TxtFile.h diff --git a/AVSOfficeTxtFile/XmlFile.cpp b/ASCOfficeTxtFile/XmlFile.cpp similarity index 100% rename from AVSOfficeTxtFile/XmlFile.cpp rename to ASCOfficeTxtFile/XmlFile.cpp diff --git a/AVSOfficeTxtFile/XmlFile.h b/ASCOfficeTxtFile/XmlFile.h similarity index 100% rename from AVSOfficeTxtFile/XmlFile.h rename to ASCOfficeTxtFile/XmlFile.h diff --git a/AVSOfficeTxtFile/stdafx.cpp b/ASCOfficeTxtFile/stdafx.cpp similarity index 100% rename from AVSOfficeTxtFile/stdafx.cpp rename to ASCOfficeTxtFile/stdafx.cpp diff --git a/AVSOfficeTxtFile/stdafx.h b/ASCOfficeTxtFile/stdafx.h similarity index 100% rename from AVSOfficeTxtFile/stdafx.h rename to ASCOfficeTxtFile/stdafx.h diff --git a/AVSOfficeTxtFile/version.h b/ASCOfficeTxtFile/version.h similarity index 100% rename from AVSOfficeTxtFile/version.h rename to ASCOfficeTxtFile/version.h