copy libs as content to VST built dir
This commit is contained in:
		@ -1,8 +1,5 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
 | 
			
		||||
<Project DefaultTargets="Build"
 | 
			
		||||
         ToolsVersion="15.0"
 | 
			
		||||
         xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <ItemGroup Label="ProjectConfigurations">
 | 
			
		||||
    <ProjectConfiguration Include="Debug|x64">
 | 
			
		||||
      <Configuration>Debug</Configuration>
 | 
			
		||||
@ -18,9 +15,8 @@
 | 
			
		||||
    <PlatformToolset>v141</PlatformToolset>
 | 
			
		||||
    <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"
 | 
			
		||||
                 Label="Configuration">
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
			
		||||
    <ConfigurationType>Application</ConfigurationType>
 | 
			
		||||
    <UseOfMfc>false</UseOfMfc>
 | 
			
		||||
    <WholeProgramOptimization>false</WholeProgramOptimization>
 | 
			
		||||
@ -28,8 +24,7 @@
 | 
			
		||||
    <PlatformToolset>v141</PlatformToolset>
 | 
			
		||||
    <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
 | 
			
		||||
                 Label="Configuration">
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
			
		||||
    <ConfigurationType>Application</ConfigurationType>
 | 
			
		||||
    <UseOfMfc>false</UseOfMfc>
 | 
			
		||||
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
			
		||||
@ -37,12 +32,10 @@
 | 
			
		||||
    <PlatformToolset>v141</PlatformToolset>
 | 
			
		||||
    <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
 | 
			
		||||
  <ImportGroup Label="ExtensionSettings"/>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
			
		||||
  <ImportGroup Label="ExtensionSettings" />
 | 
			
		||||
  <ImportGroup Label="PropertySheets">
 | 
			
		||||
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
 | 
			
		||||
            Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
 | 
			
		||||
            Label="LocalAppDataPlatform"/>
 | 
			
		||||
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
			
		||||
  </ImportGroup>
 | 
			
		||||
  <PropertyGroup Label="UserMacros">
 | 
			
		||||
    <PlatformToolset>v141</PlatformToolset>
 | 
			
		||||
@ -70,7 +63,7 @@
 | 
			
		||||
      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
			
		||||
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
			
		||||
      <TargetEnvironment>Win32</TargetEnvironment>
 | 
			
		||||
      <HeaderFileName/>
 | 
			
		||||
      <HeaderFileName />
 | 
			
		||||
    </Midl>
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <Optimization>Disabled</Optimization>
 | 
			
		||||
@ -79,7 +72,7 @@
 | 
			
		||||
      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
			
		||||
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
			
		||||
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
 | 
			
		||||
      <PrecompiledHeader/>
 | 
			
		||||
      <PrecompiledHeader />
 | 
			
		||||
      <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
 | 
			
		||||
      <ObjectFileName>$(IntDir)\</ObjectFileName>
 | 
			
		||||
      <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
 | 
			
		||||
@ -117,7 +110,7 @@
 | 
			
		||||
      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
			
		||||
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
			
		||||
      <TargetEnvironment>Win32</TargetEnvironment>
 | 
			
		||||
      <HeaderFileName/>
 | 
			
		||||
      <HeaderFileName />
 | 
			
		||||
    </Midl>
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <Optimization>Full</Optimization>
 | 
			
		||||
@ -125,7 +118,7 @@
 | 
			
		||||
      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2017_78A5024=1;JUCE_APP_VERSION=1.0.0;JUCE_APP_VERSION_HEX=0x10000;JucePlugin_Build_VST=0;JucePlugin_Build_VST3=0;JucePlugin_Build_AU=0;JucePlugin_Build_AUv3=0;JucePlugin_Build_RTAS=0;JucePlugin_Build_AAX=0;JucePlugin_Build_Standalone=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
			
		||||
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
			
		||||
      <RuntimeTypeInfo>true</RuntimeTypeInfo>
 | 
			
		||||
      <PrecompiledHeader/>
 | 
			
		||||
      <PrecompiledHeader />
 | 
			
		||||
      <AssemblerListingLocation>$(IntDir)\</AssemblerListingLocation>
 | 
			
		||||
      <ObjectFileName>$(IntDir)\</ObjectFileName>
 | 
			
		||||
      <ProgramDataBaseFileName>$(IntDir)\</ProgramDataBaseFileName>
 | 
			
		||||
@ -160,12 +153,58 @@
 | 
			
		||||
    </Lib>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_Standalone.cpp"/>
 | 
			
		||||
    <ClCompile Include="..\..\JuceLibraryCode\include_juce_audio_plugin_client_Standalone.cpp" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup/>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ResourceCompile Include=".\resources.rc"/>
 | 
			
		||||
    <None Include="lib\libFLAC-8.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libfluidsynth-1.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libglib-2.0-0.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libiconv-2.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libintl-8.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libogg-0.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libpcre-1.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libportaudio-2.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libreadline7.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libsndfile-1.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libspeex-1.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libtermcap-0.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libvorbis-0.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libvorbisenc-2.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
    <None Include="lib\libwinpthread-1.dll">
 | 
			
		||||
      <DeploymentContent>true</DeploymentContent>
 | 
			
		||||
    </None>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
 | 
			
		||||
  <ImportGroup Label="ExtensionTargets"/>
 | 
			
		||||
</Project>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ResourceCompile Include=".\resources.rc" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
			
		||||
  <ImportGroup Label="ExtensionTargets" />
 | 
			
		||||
</Project>
 | 
			
		||||
		Reference in New Issue
	
	Block a user