diff --git a/msvc/dcacut/dcacut.vcxproj b/msvc/dcacut/dcacut.vcxproj new file mode 100644 index 0000000..69433ec --- /dev/null +++ b/msvc/dcacut/dcacut.vcxproj @@ -0,0 +1,289 @@ + + + + + Debug DLL + Win32 + + + Debug DLL + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release DLL + Win32 + + + Release DLL + x64 + + + Release + Win32 + + + Release + x64 + + + + {F60351B6-5E7A-410B-9583-0A2D458E444E} + Win32Proj + dcacut + + + + Application + true + v120 + Unicode + + + Application + true + v120 + Unicode + + + Application + true + v120 + Unicode + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v120 + true + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + true + + + true + + + true + + + false + + + false + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + Console + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + Console + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;DCADEC_SHARED;%(PreprocessorDefinitions) + + + Console + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;DCADEC_SHARED;%(PreprocessorDefinitions) + + + Console + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + + + + + Level3 + + + Full + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + Console + true + true + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + MachineX64 + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + + + Console + true + true + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;DCADEC_SHARED;%(PreprocessorDefinitions) + + + Console + true + true + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + + + + + Level3 + + + Full + true + true + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;DCADEC_SHARED;%(PreprocessorDefinitions) + true + CompileAsC + + + Console + true + true + true + $(OutDir)libdcadec.lib;%(AdditionalDependencies) + + + + + + + + + + + + + \ No newline at end of file diff --git a/msvc/dcacut/dcacut.vcxproj.filters b/msvc/dcacut/dcacut.vcxproj.filters new file mode 100644 index 0000000..af51ac4 --- /dev/null +++ b/msvc/dcacut/dcacut.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/msvc/dcadec.sln b/msvc/dcadec.sln index 68c913b..02ba8a5 100644 --- a/msvc/dcadec.sln +++ b/msvc/dcadec.sln @@ -10,50 +10,97 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dcadec", "dcadec\dcadec.vcx {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0} = {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dcacut", "dcacut\dcacut.vcxproj", "{F60351B6-5E7A-410B-9583-0A2D458E444E}" + ProjectSection(ProjectDependencies) = postProject + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0} = {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug DLL|Mixed Platforms = Debug DLL|Mixed Platforms Debug DLL|Win32 = Debug DLL|Win32 Debug DLL|x64 = Debug DLL|x64 + Debug|Mixed Platforms = Debug|Mixed Platforms Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 + Release DLL|Mixed Platforms = Release DLL|Mixed Platforms Release DLL|Win32 = Release DLL|Win32 Release DLL|x64 = Release DLL|x64 + Release|Mixed Platforms = Release|Mixed Platforms Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug DLL|Mixed Platforms.ActiveCfg = Debug DLL|Win32 + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug DLL|Mixed Platforms.Build.0 = Debug DLL|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug DLL|Win32.ActiveCfg = Debug DLL|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug DLL|Win32.Build.0 = Debug DLL|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug DLL|x64.ActiveCfg = Debug DLL|x64 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug DLL|x64.Build.0 = Debug DLL|x64 + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug|Win32.ActiveCfg = Debug|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug|Win32.Build.0 = Debug|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug|x64.ActiveCfg = Debug|x64 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Debug|x64.Build.0 = Debug|x64 + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release DLL|Mixed Platforms.ActiveCfg = Release DLL|Win32 + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release DLL|Mixed Platforms.Build.0 = Release DLL|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release DLL|Win32.ActiveCfg = Release DLL|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release DLL|Win32.Build.0 = Release DLL|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release DLL|x64.ActiveCfg = Release DLL|x64 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release DLL|x64.Build.0 = Release DLL|x64 + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release|Mixed Platforms.Build.0 = Release|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release|Win32.ActiveCfg = Release|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release|Win32.Build.0 = Release|Win32 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release|x64.ActiveCfg = Release|x64 {5B5AAF6D-79E0-42AE-8B57-2BEFA8C571F0}.Release|x64.Build.0 = Release|x64 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug DLL|Mixed Platforms.ActiveCfg = Debug DLL|Win32 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug DLL|Mixed Platforms.Build.0 = Debug DLL|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug DLL|Win32.ActiveCfg = Debug DLL|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug DLL|Win32.Build.0 = Debug DLL|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug DLL|x64.ActiveCfg = Debug DLL|x64 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug DLL|x64.Build.0 = Debug DLL|x64 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug|Mixed Platforms.Build.0 = Debug|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug|Win32.ActiveCfg = Debug|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug|Win32.Build.0 = Debug|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug|x64.ActiveCfg = Debug|x64 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Debug|x64.Build.0 = Debug|x64 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release DLL|Mixed Platforms.ActiveCfg = Release DLL|Win32 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release DLL|Mixed Platforms.Build.0 = Release DLL|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release DLL|Win32.ActiveCfg = Release DLL|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release DLL|Win32.Build.0 = Release DLL|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release DLL|x64.ActiveCfg = Release DLL|x64 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release DLL|x64.Build.0 = Release DLL|x64 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release|Mixed Platforms.Build.0 = Release|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release|Win32.ActiveCfg = Release|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release|Win32.Build.0 = Release|Win32 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release|x64.ActiveCfg = Release|x64 {594F41A5-3F08-4CF9-84F4-237466EC5EE8}.Release|x64.Build.0 = Release|x64 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug DLL|Mixed Platforms.ActiveCfg = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug DLL|Mixed Platforms.Build.0 = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug DLL|Win32.ActiveCfg = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug DLL|Win32.Build.0 = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug DLL|x64.ActiveCfg = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug|Mixed Platforms.Build.0 = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug|Win32.ActiveCfg = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug|Win32.Build.0 = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Debug|x64.ActiveCfg = Debug|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release DLL|Mixed Platforms.ActiveCfg = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release DLL|Mixed Platforms.Build.0 = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release DLL|Win32.ActiveCfg = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release DLL|Win32.Build.0 = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release DLL|x64.ActiveCfg = Release DLL|x64 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release DLL|x64.Build.0 = Release DLL|x64 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release|Mixed Platforms.ActiveCfg = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release|Mixed Platforms.Build.0 = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release|Win32.ActiveCfg = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release|Win32.Build.0 = Release|Win32 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release|x64.ActiveCfg = Release|x64 + {F60351B6-5E7A-410B-9583-0A2D458E444E}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE