Files
FrameLib/Projects/Visual_Studio/02_Common/framelib.vcxproj
T
Alex Harker 2d63e04f06 Revert "retarget"
This reverts commit e25150ad6d.
2019-08-23 17:29:21 +01:00

167 lines
8.7 KiB
XML

<?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|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\FrameLib_Dependencies\tlsf\tlsf.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Context.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_DSP.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Errors.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Export.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_FixedPoint.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Global.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Memory.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Multistream.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Object.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Parameters.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_ProcessingQueue.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_SerialiseGraph.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Threading.h" />
<ClInclude Include="..\..\..\FrameLib_Framework\FrameLib_Types.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\FrameLib_Dependencies\tlsf\tlsf.c" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_DSP.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_Errors.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_FixedPoint.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_Global.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_Memory.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_Multistream.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_Parameters.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_ProcessingQueue.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_SerialiseGraph.cpp" />
<ClCompile Include="..\..\..\FrameLib_Framework\FrameLib_Threading.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{15B7B576-7125-46F8-AFF1-976F8E4685A7}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>framelib</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<ProjectName>framelib</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\01_Configs\FrameLib_Base_Config.props" />
<Import Project="..\01_Configs\FrameLib_Debug_Config.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\01_Configs\FrameLib_Base_Config.props" />
<Import Project="..\01_Configs\FrameLib_Release_Config.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\01_Configs\FrameLib_Base_Config.props" />
<Import Project="..\01_Configs\FrameLib_Debug_Config.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\01_Configs\FrameLib_Base_Config.props" />
<Import Project="..\01_Configs\FrameLib_Release_Config.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile />
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>