diff --git a/.gitattributes b/.gitattributes index 412eeda..99ae616 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,22 +1,6 @@ # Auto detect text files and perform LF normalization -* text=auto +* text eol=crlf -# Custom for Visual Studio -*.cs diff=csharp -*.sln merge=union -*.csproj merge=union -*.vbproj merge=union -*.fsproj merge=union -*.dbproj merge=union - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain +*.dll -text +*.cmp -text +*.cobj -text diff --git a/Src/Ummm.vbp b/Src/Ummm.vbp index 8bac661..095a7f8 100644 --- a/Src/Ummm.vbp +++ b/Src/Ummm.vbp @@ -7,14 +7,14 @@ HelpFile="" Title="Unattended MMM" ExeName32="UMMM.exe" Path32=".." -Command32="" +Command32="C:\Windows\SysWOW64\MSCHRT20.OCX " Name="Ummm" HelpContextID="0" Description="Unattended MMM 1.0.9" CompatibleMode="0" MajorVer=1 MinorVer=0 -RevisionVer=8 +RevisionVer=10 AutoIncrementVer=0 ServerSupportFiles=0 VersionComments="Unattended MMM" diff --git a/UMMM.exe b/UMMM.exe index 97171f4..fc14bf3 100644 Binary files a/UMMM.exe and b/UMMM.exe differ