diff --git a/.gitattributes b/.gitattributes index 805532d..fc47d53 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto !eol +AMSICA/AMSICA-10.0.sln svneol=CRLF#text/plain eol=crlf AMSICA/AMSICA.props -text svneol=unset#text/xml AMSICA/AMSICALib/AMSICALib.vcxproj -text svneol=unset#text/xml AMSICA/AMSICALib/AMSICALib.vcxproj.filters -text svneol=unset#text/xml diff --git a/.gitignore b/.gitignore index 5ad5115..3d14608 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,11 @@ +AMSICA/*.opensdf +AMSICA/*.sdf +AMSICA/*.suo AMSICA/AMSICALib/*.user AMSICA/AMSICALib/Debug.Win32 AMSICA/AMSICALib/Debug.x64 AMSICA/AMSICALib/Release.Win32 AMSICA/AMSICALib/Release.x64 -AMSICA/AMSICALib/Unicode[!!-~]Debug.Win32 -AMSICA/AMSICALib/Unicode[!!-~]Debug.x64 -AMSICA/AMSICALib/Unicode[!!-~]Release.Win32 -AMSICA/AMSICALib/Unicode[!!-~]Release.x64 AMSICA/msm/*-1.idt AMSICA/msm/*-2.idt AMSICA/msm/*-2.idtx diff --git a/AMSICA/AMSICA-10.0.sln b/AMSICA/AMSICA-10.0.sln new file mode 100644 index 0000000..72047fc --- /dev/null +++ b/AMSICA/AMSICA-10.0.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AMSICALib", "AMSICALib\AMSICALib.vcxproj", "{8552EE55-177E-4F51-B51B-BAF7D6462CDE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Debug|Win32.ActiveCfg = Debug|Win32 + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Debug|Win32.Build.0 = Debug|Win32 + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Debug|x64.ActiveCfg = Debug|x64 + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Debug|x64.Build.0 = Debug|x64 + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Release|Win32.ActiveCfg = Release|Win32 + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Release|Win32.Build.0 = Release|Win32 + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Release|x64.ActiveCfg = Release|x64 + {8552EE55-177E-4F51-B51B-BAF7D6462CDE}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/AMSICA/AMSICALib/AMSICALib.vcxproj b/AMSICA/AMSICALib/AMSICALib.vcxproj index d87fb92..12a9649 100644 --- a/AMSICA/AMSICALib/AMSICALib.vcxproj +++ b/AMSICA/AMSICALib/AMSICALib.vcxproj @@ -17,22 +17,6 @@ Release x64 - - Unicode Debug - Win32 - - - Unicode Debug - x64 - - - Unicode Release - Win32 - - - Unicode Release - x64 - @@ -42,12 +26,8 @@ Create Create - Create - Create Create Create - Create - Create @@ -64,45 +44,23 @@ AMSICALib - - StaticLibrary - Unicode - Static - StaticLibrary - MultiByte + Unicode Static - StaticLibrary - MultiByte - true - Static - - StaticLibrary Unicode true Static - - StaticLibrary - Unicode - Static - StaticLibrary - MultiByte + Unicode Static - StaticLibrary - MultiByte - true - Static - - StaticLibrary Unicode true @@ -112,13 +70,6 @@ - - - - - - - @@ -133,20 +84,6 @@ - - - - - - - - - - - - - - @@ -161,15 +98,15 @@ - - - - - - - - + + + + + + + + @@ -184,20 +121,6 @@ true - - - - Windows - true - - - - - - Windows - true - - @@ -216,24 +139,6 @@ true - - - - Windows - true - true - true - - - - - - Windows - true - true - true - - diff --git a/AMSICA/include/AMSICA.h b/AMSICA/include/AMSICA.h index 9cac1e1..662d028 100644 --- a/AMSICA/include/AMSICA.h +++ b/AMSICA/include/AMSICA.h @@ -5,13 +5,13 @@ // Version //////////////////////////////////////////////////////////////////////////// -#define AMSICA_VERSION 0x01020000 +#define AMSICA_VERSION 0x010ff000 #define AMSICA_VERSION_MAJ 1 -#define AMSICA_VERSION_MIN 2 +#define AMSICA_VERSION_MIN 255 #define AMSICA_VERSION_REV 0 -#define AMSICA_VERSION_STR "1.2" +#define AMSICA_VERSION_STR "2.0-pre" #if !defined(RC_INVOKED) && !defined(MIDL_PASS) diff --git a/AMSICA/msm/Makefile b/AMSICA/msm/Makefile index 63dfb46..065734f 100644 --- a/AMSICA/msm/Makefile +++ b/AMSICA/msm/Makefile @@ -1,13 +1,6 @@ !INCLUDE "..\..\include\MSINast.mak" MSM_IMA_LOKALIZACIJO=1 -!IF "$(CFG)" == "ReleaseU" -CFG_VC=Unicode Release -!ELSEIF "$(CFG)" == "DebugU" -CFG_VC=Unicode Debug -!ELSE -CFG_VC=$(CFG) -!ENDIF ######################################################################