diff --git a/.gitattributes b/.gitattributes index 74aa7bf..575c1f0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ * text=auto !eol -MSICALib/L10N/sl_SI.po -text -MSICALib/MSITSCA.cpp -text -MSICALib/MSITSCA.h -text -MSICALib/MSITSCA.vcxproj -text svneol=unset#text/xml -MSICALib/MSITSCA.vcxproj.filters -text svneol=unset#text/xml -MSICALib/StdAfx.cpp -text -MSICALib/StdAfx.h -text -MSICALib/msm/Makefile -text svneol=unset#text/plain%3B+charset%3DWindows-1250 -MSICALib/res/MSITSCA.rc -text svneol=unset#unset -MSICALib/res/MSITSCA.rcx -text svneol=unset#unset +MSITSCA/L10N/sl_SI.po -text +MSITSCA/MSITSCA.cpp -text +MSITSCA/MSITSCA.h -text +MSITSCA/MSITSCA.vcxproj -text svneol=unset#text/xml +MSITSCA/MSITSCA.vcxproj.filters -text svneol=unset#text/xml +MSITSCA/StdAfx.cpp -text +MSITSCA/StdAfx.h -text +MSITSCA/msm/Makefile -text svneol=unset#text/plain%3B+charset%3DWindows-1250 +MSITSCA/res/MSITSCA.rc -text svneol=unset#unset +MSITSCA/res/MSITSCA.rcx -text svneol=unset#unset diff --git a/.gitignore b/.gitignore index b816f90..135dfe5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,16 @@ -MSICALib/*.user -MSICALib/L10N/*.mo -MSICALib/MSITSCA.Debug.Win32 -MSICALib/MSITSCA.Debug.x64 -MSICALib/MSITSCA.Release.Win32 -MSICALib/MSITSCA.Release.x64 -MSICALib/msm/*-1.idt -MSICALib/msm/*-2.idt -MSICALib/msm/*-2.idtx -MSICALib/msm/*.Binary-1 -MSICALib/msm/*.Binary-2 -MSICALib/msm/*.Icon-1 -MSICALib/msm/*.Icon-2 -MSICALib/msm/*.lst -MSICALib/msm/*.msm -MSICALib/res/*.mo +MSITSCA/*.user +MSITSCA/L10N/*.mo +MSITSCA/MSITSCA.Debug.Win32 +MSITSCA/MSITSCA.Debug.x64 +MSITSCA/MSITSCA.Release.Win32 +MSITSCA/MSITSCA.Release.x64 +MSITSCA/msm/*-1.idt +MSITSCA/msm/*-2.idt +MSITSCA/msm/*-2.idtx +MSITSCA/msm/*.Binary-1 +MSITSCA/msm/*.Binary-2 +MSITSCA/msm/*.Icon-1 +MSITSCA/msm/*.Icon-2 +MSITSCA/msm/*.lst +MSITSCA/msm/*.msm +MSITSCA/res/*.mo diff --git a/MSICALib/L10N/sl_SI.po b/MSITSCA/L10N/sl_SI.po similarity index 100% rename from MSICALib/L10N/sl_SI.po rename to MSITSCA/L10N/sl_SI.po diff --git a/MSICALib/MSITSCA.cpp b/MSITSCA/MSITSCA.cpp similarity index 100% rename from MSICALib/MSITSCA.cpp rename to MSITSCA/MSITSCA.cpp diff --git a/MSICALib/MSITSCA.h b/MSITSCA/MSITSCA.h similarity index 100% rename from MSICALib/MSITSCA.h rename to MSITSCA/MSITSCA.h diff --git a/MSICALib/MSITSCA.vcxproj b/MSITSCA/MSITSCA.vcxproj similarity index 100% rename from MSICALib/MSITSCA.vcxproj rename to MSITSCA/MSITSCA.vcxproj diff --git a/MSICALib/MSITSCA.vcxproj.filters b/MSITSCA/MSITSCA.vcxproj.filters similarity index 100% rename from MSICALib/MSITSCA.vcxproj.filters rename to MSITSCA/MSITSCA.vcxproj.filters diff --git a/MSICALib/StdAfx.cpp b/MSITSCA/StdAfx.cpp similarity index 100% rename from MSICALib/StdAfx.cpp rename to MSITSCA/StdAfx.cpp diff --git a/MSICALib/StdAfx.h b/MSITSCA/StdAfx.h similarity index 100% rename from MSICALib/StdAfx.h rename to MSITSCA/StdAfx.h diff --git a/MSICALib/msm/Makefile b/MSITSCA/msm/Makefile similarity index 100% rename from MSICALib/msm/Makefile rename to MSITSCA/msm/Makefile diff --git a/MSICALib/res/MSITSCA.rc b/MSITSCA/res/MSITSCA.rc similarity index 100% rename from MSICALib/res/MSITSCA.rc rename to MSITSCA/res/MSITSCA.rc diff --git a/MSICALib/res/MSITSCA.rcx b/MSITSCA/res/MSITSCA.rcx similarity index 100% rename from MSICALib/res/MSITSCA.rcx rename to MSITSCA/res/MSITSCA.rcx