# HG changeset patch # User Chris Cannam # Date 1547652175 0 # Node ID fdaddbb471bf67d5ad6f3182f77454238d1dee0d # Parent 2f2292b029a4d3509ad0e1cd8ebf02e55db48862 Update to Visual Studio XML project/solution format diff -r 2f2292b029a4 -r fdaddbb471bf VamPy.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VamPy.sln Wed Jan 16 15:22:55 2019 +0000 @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VamPy", "VamPy.vcxproj", "{0412DCE9-EE58-4A99-9154-14935B0BCFAA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0412DCE9-EE58-4A99-9154-14935B0BCFAA}.Debug|Win32.ActiveCfg = Debug|Win32 + {0412DCE9-EE58-4A99-9154-14935B0BCFAA}.Debug|Win32.Build.0 = Debug|Win32 + {0412DCE9-EE58-4A99-9154-14935B0BCFAA}.Release|Win32.ActiveCfg = Release|Win32 + {0412DCE9-EE58-4A99-9154-14935B0BCFAA}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r 2f2292b029a4 -r fdaddbb471bf VamPy.vcproj --- a/VamPy.vcproj Wed Jan 16 15:11:26 2019 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,284 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 2f2292b029a4 -r fdaddbb471bf VamPy.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VamPy.vcxproj Wed Jan 16 15:22:55 2019 +0000 @@ -0,0 +1,120 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {0412DCE9-EE58-4A99-9154-14935B0BCFAA} + Win32Proj + + + + DynamicLibrary + v120 + + + DynamicLibrary + v120 + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30501.0 + + + Debug\ + Debug\ + true + + + Release\ + Release\ + true + + + + Disabled + ..\vamp-plugin-sdk;C:\Python27\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) + VampPluginSDK.lib;python27.lib;%(AdditionalDependencies) + ..\vamp-plugin-sdk\build\Debug;C:\Python27\libs;%(AdditionalLibraryDirectories) + true + Windows + MachineX86 + + + + + ..\vamp-plugin-sdk;C:\Python27\include;C:\Python27\Lib\site-packages\numpy\core\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;HAVE_NUMPY;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + + + /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) + VampPluginSDK.lib;python27.lib;%(AdditionalDependencies) + ..\vamp-plugin-sdk\build\Release;C:\Python27\libs;%(AdditionalLibraryDirectories) + true + Windows + true + true + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file