# HG changeset patch # User Chris Cannam # Date 1342101464 -3600 # Node ID f67cf32a934b1bdc4a39601999288ebce7682b27 # Parent ab8e761f3ee9435910225dae7c7f5c8012b2f407 Add MSVC 2010 project files diff -r ab8e761f3ee9 -r f67cf32a934b .hgignore --- a/.hgignore Thu Jul 12 14:56:22 2012 +0100 +++ b/.hgignore Thu Jul 12 14:57:44 2012 +0100 @@ -17,11 +17,9 @@ re:^build/Release/ *.zip build/UpgradeLog* -*.vcxproj *.suo *.user *.sdf -*.sln *.filters re:^build/_UpgradeReport_Files/ *.ipch diff -r ab8e761f3ee9 -r f67cf32a934b build/VampExamplePlugins.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/VampExamplePlugins.sln Thu Jul 12 14:57:44 2012 +0100 @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampExamplePlugins", "VampExamplePlugins.vcxproj", "{B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.ActiveCfg = Debug|Win32 + {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Debug|Win32.Build.0 = Debug|Win32 + {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.ActiveCfg = Release|Win32 + {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r ab8e761f3ee9 -r f67cf32a934b build/VampExamplePlugins.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/VampExamplePlugins.vcxproj Thu Jul 12 14:57:44 2012 +0100 @@ -0,0 +1,114 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {B3D1F5A4-4571-4D20-B184-8ACD03D6C97A} + VampExamplePlugins + Win32Proj + + + + DynamicLibrary + + + DynamicLibrary + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + Debug\ + Debug\ + true + Release\ + Release\ + true + + + + Disabled + $(ProjectDir)/..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + + + /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) + $(OutDir)vamp-example-plugins.dll + true + Windows + MachineX86 + + + + + $(ProjectDir)/..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4996;%(DisableSpecificWarnings) + + + /EXPORT:vampGetPluginDescriptor %(AdditionalOptions) + $(OutDir)vamp-example-plugins.dll + true + Windows + true + true + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r ab8e761f3ee9 -r f67cf32a934b build/VampHostSDK.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/VampHostSDK.sln Thu Jul 12 14:57:44 2012 +0100 @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampHostSDK", "VampHostSDK.vcxproj", "{3875EF8B-14E8-4825-B2C1-A8B869C336F5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.ActiveCfg = Debug|Win32 + {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Debug|Win32.Build.0 = Debug|Win32 + {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.ActiveCfg = Release|Win32 + {3875EF8B-14E8-4825-B2C1-A8B869C336F5}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r ab8e761f3ee9 -r f67cf32a934b build/VampHostSDK.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/VampHostSDK.vcxproj Thu Jul 12 14:57:44 2012 +0100 @@ -0,0 +1,94 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {3875EF8B-14E8-4825-B2C1-A8B869C336F5} + VampHostSDK + Win32Proj + + + + StaticLibrary + + + StaticLibrary + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + Debug\ + Debug\ + Release\ + Release\ + + + + Disabled + ..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + + + ..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level2 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r ab8e761f3ee9 -r f67cf32a934b build/VampPluginSDK.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/VampPluginSDK.sln Thu Jul 12 14:57:44 2012 +0100 @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VampPluginSDK", "VampPluginSDK.vcxproj", "{65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.ActiveCfg = Debug|Win32 + {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Debug|Win32.Build.0 = Debug|Win32 + {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.ActiveCfg = Release|Win32 + {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r ab8e761f3ee9 -r f67cf32a934b build/VampPluginSDK.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/VampPluginSDK.vcxproj Thu Jul 12 14:57:44 2012 +0100 @@ -0,0 +1,84 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {65EFA7D7-C3CE-4D29-BE96-E27F2B5979A5} + VampPluginSDK + Win32Proj + + + + StaticLibrary + + + StaticLibrary + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + Debug\ + Debug\ + Release\ + Release\ + + + + Disabled + ..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_USE_MATH_DEFINES;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + + + ..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level2 + ProgramDatabase + + + + + + + + + + + + + + + + + + + + \ No newline at end of file