You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

187 lines
9.9KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{91BDCF34-8CB8-4410-B261-D724280A3DFC}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>Templateshared</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. <ProjectName>CatroModulo</ProjectName>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  31. <ConfigurationType>DynamicLibrary</ConfigurationType>
  32. <UseDebugLibraries>true</UseDebugLibraries>
  33. <PlatformToolset>v142</PlatformToolset>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>NotSet</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>v142</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v142</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>NotSet</CharacterSet>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  57. <ImportGroup Label="ExtensionSettings">
  58. </ImportGroup>
  59. <ImportGroup Label="Shared">
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <LinkIncremental>true</LinkIncremental>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <LinkIncremental>false</LinkIncremental>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <PrecompiledHeader>Use</PrecompiledHeader>
  89. <WarningLevel>Level3</WarningLevel>
  90. <Optimization>Disabled</Optimization>
  91. <SDLCheck>true</SDLCheck>
  92. <PreprocessorDefinitions>WIN32;_DEBUG;TEMPLATESHARED_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <ConformanceMode>true</ConformanceMode>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Windows</SubSystem>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <ClCompile>
  102. <PrecompiledHeader>Use</PrecompiledHeader>
  103. <WarningLevel>Level3</WarningLevel>
  104. <Optimization>Disabled</Optimization>
  105. <SDLCheck>true</SDLCheck>
  106. <PreprocessorDefinitions>_DEBUG;TEMPLATESHARED_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. <ConformanceMode>true</ConformanceMode>
  108. </ClCompile>
  109. <Link>
  110. <SubSystem>Windows</SubSystem>
  111. <GenerateDebugInformation>true</GenerateDebugInformation>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  115. <ClCompile>
  116. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  117. <WarningLevel>Level3</WarningLevel>
  118. <Optimization>Full</Optimization>
  119. <FunctionLevelLinking>true</FunctionLevelLinking>
  120. <IntrinsicFunctions>true</IntrinsicFunctions>
  121. <SDLCheck>true</SDLCheck>
  122. <PreprocessorDefinitions>SLUG=CatroModulo;BUILD_64;RACK_PLUGIN;RACK_PLUGIN_SHARED;ARCH_WIN;VERSION=0.6.6;_USE_MATH_DEFINES;USE_VST2;WIN32;NDEBUG;TEMPLATESHARED_EXPORTS;_WINDOWS;WIN32;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_USING_V110_SDK71_;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. <ConformanceMode>true</ConformanceMode>
  124. <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\dep</AdditionalIncludeDirectories>
  125. <DebugInformationFormat>None</DebugInformationFormat>
  126. <ExceptionHandling>false</ExceptionHandling>
  127. <DisableSpecificWarnings>4250;4530</DisableSpecificWarnings>
  128. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  129. </ClCompile>
  130. <Link>
  131. <SubSystem>Windows</SubSystem>
  132. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  133. <OptimizeReferences>true</OptimizeReferences>
  134. <GenerateDebugInformation>false</GenerateDebugInformation>
  135. <AdditionalLibraryDirectories>..\..\..\..\lib\x86</AdditionalLibraryDirectories>
  136. <AdditionalDependencies>Rack_shared.lib;libspeexdsp.lib;glew.lib;opengl32.lib;gdi32.lib;user32.lib;kernel32.lib;Comdlg32.lib;Shell32.lib;ws2_32.lib;winmm.lib</AdditionalDependencies>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  142. <WarningLevel>Level3</WarningLevel>
  143. <Optimization>Full</Optimization>
  144. <FunctionLevelLinking>true</FunctionLevelLinking>
  145. <IntrinsicFunctions>true</IntrinsicFunctions>
  146. <SDLCheck>true</SDLCheck>
  147. <PreprocessorDefinitions>SLUG=Template_shared;BUILD_64;RACK_PLUGIN;RACK_PLUGIN_SHARED;ARCH_WIN;VERSION=0.6.1;_USE_MATH_DEFINES;USE_VST2;WIN32;NDEBUG;TEMPLATESHARED_EXPORTS;_WINDOWS;WIN32;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_USING_V110_SDK71_;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <ConformanceMode>true</ConformanceMode>
  149. <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\..\include\dep</AdditionalIncludeDirectories>
  150. <DebugInformationFormat>None</DebugInformationFormat>
  151. <ExceptionHandling>false</ExceptionHandling>
  152. <DisableSpecificWarnings>4250;4530</DisableSpecificWarnings>
  153. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  158. <OptimizeReferences>true</OptimizeReferences>
  159. <GenerateDebugInformation>false</GenerateDebugInformation>
  160. <AdditionalDependencies>Rack_shared.lib;libspeexdsp.lib;glew.lib;opengl32.lib;gdi32.lib;user32.lib;kernel32.lib;Comdlg32.lib;Shell32.lib;ws2_32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  161. <AdditionalLibraryDirectories>..\..\..\..\lib\x64</AdditionalLibraryDirectories>
  162. <OutputFile>$(OutDir)plugin.dll</OutputFile>
  163. </Link>
  164. </ItemDefinitionGroup>
  165. <ItemGroup>
  166. <ClInclude Include="..\..\src\CatroModulo.hpp" />
  167. <ClInclude Include="..\..\src\CM_helpers.hpp" />
  168. <ClInclude Include="targetver.h" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <ClCompile Include="..\..\src\CatroModulo.cpp" />
  172. <ClCompile Include="..\..\src\CatroModulo_CM-1.cpp" />
  173. <ClCompile Include="..\..\src\CatroModulo_CM-10.cpp" />
  174. <ClCompile Include="..\..\src\CatroModulo_CM-2.cpp" />
  175. <ClCompile Include="..\..\src\CatroModulo_CM-3.cpp" />
  176. <ClCompile Include="..\..\src\CatroModulo_CM-4.cpp" />
  177. <ClCompile Include="..\..\src\CatroModulo_CM-5.cpp" />
  178. <ClCompile Include="..\..\src\CatroModulo_CM-6.cpp" />
  179. <ClCompile Include="..\..\src\CatroModulo_CM-7.cpp" />
  180. <ClCompile Include="..\..\src\CatroModulo_CM-8.cpp" />
  181. <ClCompile Include="..\..\src\CatroModulo_CM-9.cpp" />
  182. <ClCompile Include="..\..\src\CM_helpers.cpp" />
  183. </ItemGroup>
  184. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  185. <ImportGroup Label="ExtensionTargets">
  186. </ImportGroup>
  187. </Project>