2016-04-26 14:12:09 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-11-27 21:40:30 -08:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ProjectConfiguration Include="Debug-Con|Win32">
|
|
|
|
|
<Configuration>Debug-Con</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug-Con|x64">
|
|
|
|
|
<Configuration>Debug-Con</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ProjectConfiguration Include="Debug-DLL|Win32">
|
|
|
|
|
<Configuration>Debug-DLL</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug-DLL|x64">
|
|
|
|
|
<Configuration>Debug-DLL</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ProjectConfiguration Include="Release-Con|Win32">
|
|
|
|
|
<Configuration>Release-Con</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release-Con|x64">
|
|
|
|
|
<Configuration>Release-Con</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ProjectConfiguration Include="Release-DLL|Win32">
|
|
|
|
|
<Configuration>Release-DLL</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release-DLL|x64">
|
|
|
|
|
<Configuration>Release-DLL</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{B2165720-B4B2-4F4B-9634-8C390C3CB4DB}</ProjectGuid>
|
|
|
|
|
<RootNamespace>core</RootNamespace>
|
2019-02-03 12:30:54 -08:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-02-18 21:14:09 -08:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2017-04-08 23:50:57 -07:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</PropertyGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-04-08 23:50:57 -07:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2017-02-03 18:04:29 -08:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</PropertyGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)/bin32/$(Configuration)</OutDir>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'">$(SolutionDir)/bin32/$(Configuration)</OutDir>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">$(SolutionDir)/bin32/$(Configuration)</OutDir>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">./obj32/$(Configuration)/</IntDir>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'">./obj32/$(Configuration)/</IntDir>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">./obj32/$(Configuration)/</IntDir>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)/bin32/$(Configuration)/</OutDir>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">$(SolutionDir)/bin32/$(Configuration)/</OutDir>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'">$(SolutionDir)/bin32/$(Configuration)/</OutDir>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">./obj32/$(Configuration)/</IntDir>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">./obj32/$(Configuration)/</IntDir>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'">./obj32/$(Configuration)/</IntDir>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'" />
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'" />
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'" />
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'" />
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'" />
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'" />
|
2019-10-23 18:15:20 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)/bin64/$(Configuration)/</OutDir>
|
|
|
|
|
<IntDir>./obj64/$(Configuration)/</IntDir>
|
|
|
|
|
</PropertyGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)/bin64/$(Configuration)/</OutDir>
|
|
|
|
|
<IntDir>./obj64/$(Configuration)/</IntDir>
|
|
|
|
|
<TargetName>musikcore</TargetName>
|
|
|
|
|
</PropertyGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)/bin64/$(Configuration)/</OutDir>
|
|
|
|
|
<IntDir>./obj64/$(Configuration)/</IntDir>
|
|
|
|
|
</PropertyGroup>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)/bin64/$(Configuration)/</OutDir>
|
|
|
|
|
<IntDir>./obj64/$(Configuration)/</IntDir>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</PropertyGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)/bin64/$(Configuration)/</OutDir>
|
|
|
|
|
<IntDir>./obj64/$(Configuration)/</IntDir>
|
|
|
|
|
</PropertyGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
|
|
|
|
|
<OutDir>$(SolutionDir)/bin64/$(Configuration)/</OutDir>
|
|
|
|
|
<IntDir>./obj64/$(Configuration)/</IntDir>
|
|
|
|
|
<TargetName>musikcore</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
|
|
|
|
|
<TargetName>musikcore</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
|
|
|
|
|
<TargetName>musikcore</TargetName>
|
|
|
|
|
</PropertyGroup>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2019-10-19 13:44:54 -07:00
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2020-01-28 21:34:02 -08:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
2016-05-05 23:54:31 -07:00
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
2017-03-21 22:38:46 -07:00
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>pdh.lib;psapi.lib;Ws2_32.lib;wldap32.lib;Comctl32.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>../../../boost_1_71_0/lib32-msvc-14.1;../3rdparty/bin/win32/lib;../3rdparty/bin/win32/lib/debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2020-01-28 21:34:02 -08:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>pdh.lib;psapi.lib;Ws2_32.lib;wldap32.lib;Comctl32.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>../../../boost_1_71_0/lib64-msvc-14.1;../3rdparty/bin/win64/lib;../3rdparty/bin/win64/lib/debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
2017-03-09 08:38:03 -08:00
|
|
|
|
<Optimization>Full</Optimization>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2017-01-04 17:24:23 -08:00
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2019-10-19 13:44:54 -07:00
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2020-01-28 21:34:02 -08:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
2016-05-05 23:54:31 -07:00
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
2017-01-04 17:24:23 -08:00
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
2017-03-21 22:38:46 -07:00
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
2017-09-06 21:24:43 -07:00
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>pdh.lib;psapi.lib;Ws2_32.lib;wldap32.lib;Comctl32.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>../../../boost_1_71_0/lib32-msvc-14.1;../3rdparty/bin/win32/lib;../3rdparty/bin/win32/lib/debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2020-01-28 21:34:02 -08:00
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>pdh.lib;psapi.lib;Ws2_32.lib;wldap32.lib;Comctl32.lib;libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalLibraryDirectories>../../../boost_1_71_0/lib64-msvc-14.1;../3rdparty/bin/win64/lib;../3rdparty/bin/win64/lib/debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>./;../;../3rdparty/include/;../3rdparty/win32_include;../../../boost_1_71_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;MCSDK_DEFINE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
|
|
|
<ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
|
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ItemGroup>
|
2016-12-23 01:33:22 -08:00
|
|
|
|
<ClCompile Include="audio\Crossfader.cpp" />
|
|
|
|
|
<ClCompile Include="audio\CrossfadeTransport.cpp" />
|
2016-06-11 22:21:31 -07:00
|
|
|
|
<ClCompile Include="audio\GaplessTransport.cpp" />
|
2016-12-05 20:16:53 -08:00
|
|
|
|
<ClCompile Include="audio\Outputs.cpp" />
|
2017-01-06 23:49:46 -08:00
|
|
|
|
<ClCompile Include="audio\PlaybackService.cpp" />
|
2018-01-17 20:57:53 -08:00
|
|
|
|
<ClCompile Include="audio\MasterTransport.cpp" />
|
2016-12-03 15:08:34 -08:00
|
|
|
|
<ClCompile Include="audio\Streams.cpp" />
|
2016-10-30 23:56:34 -07:00
|
|
|
|
<ClCompile Include="audio\Visualizer.cpp" />
|
2020-01-28 21:16:50 -08:00
|
|
|
|
<ClCompile Include="c_context.cpp" />
|
|
|
|
|
<ClCompile Include="c_interface_wrappers.cpp" />
|
2016-05-06 12:19:44 -07:00
|
|
|
|
<ClCompile Include="debug.cpp" />
|
2017-03-15 00:03:27 -07:00
|
|
|
|
<ClCompile Include="i18n\Locale.cpp" />
|
2016-05-03 23:15:27 -07:00
|
|
|
|
<ClCompile Include="io\DataStreamFactory.cpp" />
|
|
|
|
|
<ClCompile Include="io\LocalFileStream.cpp" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClCompile Include="library\Indexer.cpp" />
|
|
|
|
|
<ClCompile Include="library\LocalLibrary.cpp" />
|
2016-05-10 20:47:30 -07:00
|
|
|
|
<ClCompile Include="library\LibraryFactory.cpp" />
|
2019-07-07 17:59:03 -07:00
|
|
|
|
<ClCompile Include="library\LocalMetadataProxy.cpp" />
|
2017-02-08 20:57:43 -08:00
|
|
|
|
<ClCompile Include="library\metadata\MetadataMap.cpp" />
|
|
|
|
|
<ClCompile Include="library\metadata\MetadataMapList.cpp" />
|
|
|
|
|
<ClCompile Include="library\query\local\AlbumListQuery.cpp" />
|
2018-01-04 21:19:15 -08:00
|
|
|
|
<ClCompile Include="library\query\local\AllCategoriesQuery.cpp" />
|
2017-10-09 01:05:32 -07:00
|
|
|
|
<ClCompile Include="library\query\local\AppendPlaylistQuery.cpp" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClCompile Include="library\query\local\CategoryListQuery.cpp" />
|
|
|
|
|
<ClCompile Include="library\query\local\CategoryTrackListQuery.cpp" />
|
|
|
|
|
<ClCompile Include="library\query\local\DeletePlaylistQuery.cpp" />
|
2018-02-11 01:15:52 -08:00
|
|
|
|
<ClCompile Include="library\query\local\DirectoryTrackListQuery.cpp" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClCompile Include="library\query\local\GetPlaylistQuery.cpp" />
|
2019-12-25 14:27:22 -08:00
|
|
|
|
<ClCompile Include="library\query\local\LyricsQuery.cpp" />
|
2020-01-05 23:51:57 -08:00
|
|
|
|
<ClCompile Include="library\query\local\MarkTrackPlayedQuery.cpp" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClCompile Include="library\query\local\NowPlayingTrackListQuery.cpp" />
|
2018-02-17 11:29:57 -08:00
|
|
|
|
<ClCompile Include="library\query\local\PersistedPlayQueueQuery.cpp" />
|
2017-12-16 23:15:52 -08:00
|
|
|
|
<ClCompile Include="library\query\local\ReplayGainQuery.cpp" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClCompile Include="library\query\local\SavePlaylistQuery.cpp" />
|
|
|
|
|
<ClCompile Include="library\query\local\SearchTrackListQuery.cpp" />
|
2020-01-05 23:51:57 -08:00
|
|
|
|
<ClCompile Include="library\query\local\SetTrackRatingQuery.cpp" />
|
2017-03-31 00:48:36 -07:00
|
|
|
|
<ClCompile Include="library\query\local\TrackMetadataQuery.cpp" />
|
2018-01-03 19:14:39 -08:00
|
|
|
|
<ClCompile Include="library\query\local\util\CategoryQueryUtil.cpp" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClCompile Include="library\track\IndexerTrack.cpp" />
|
|
|
|
|
<ClCompile Include="library\track\LibraryTrack.cpp" />
|
|
|
|
|
<ClCompile Include="library\track\Track.cpp" />
|
2017-01-06 23:49:46 -08:00
|
|
|
|
<ClCompile Include="library\track\TrackList.cpp" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ClCompile Include="pch.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-Con|Win32'">Create</PrecompiledHeader>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|Win32'">Create</PrecompiledHeader>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-Con|x64'">Create</PrecompiledHeader>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">Create</PrecompiledHeader>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">Create</PrecompiledHeader>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release-Con|Win32'">Create</PrecompiledHeader>
|
2019-10-23 18:15:20 -07:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
2020-02-09 22:01:32 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release-DLL|x64'">Create</PrecompiledHeader>
|
2020-02-08 22:37:36 -08:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release-Con|x64'">Create</PrecompiledHeader>
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="db\Connection.cpp" />
|
|
|
|
|
<ClCompile Include="db\ScopedTransaction.cpp" />
|
|
|
|
|
<ClCompile Include="db\Statement.cpp" />
|
|
|
|
|
<ClCompile Include="audio\Buffer.cpp" />
|
|
|
|
|
<ClCompile Include="audio\Player.cpp" />
|
2016-11-27 22:34:34 -08:00
|
|
|
|
<ClCompile Include="audio\Stream.cpp" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClCompile Include="plugin\PluginFactory.cpp" />
|
2017-02-05 13:32:09 -08:00
|
|
|
|
<ClCompile Include="plugin\Plugins.cpp" />
|
2016-12-21 16:41:44 -08:00
|
|
|
|
<ClCompile Include="runtime\Message.cpp" />
|
|
|
|
|
<ClCompile Include="runtime\MessageQueue.cpp" />
|
2019-04-28 23:38:47 -07:00
|
|
|
|
<ClCompile Include="support\Auddio.cpp" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClCompile Include="support\Common.cpp" />
|
2018-01-15 21:58:47 -08:00
|
|
|
|
<ClCompile Include="support\Duration.cpp" />
|
2018-05-03 21:33:44 -07:00
|
|
|
|
<ClCompile Include="support\LastFm.cpp" />
|
2018-01-15 21:58:47 -08:00
|
|
|
|
<ClCompile Include="support\Playback.cpp" />
|
2016-07-19 17:54:32 -07:00
|
|
|
|
<ClCompile Include="support\PreferenceKeys.cpp" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClCompile Include="support\Preferences.cpp" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-12-23 01:33:22 -08:00
|
|
|
|
<ClInclude Include="audio\Crossfader.h" />
|
|
|
|
|
<ClInclude Include="audio\CrossfadeTransport.h" />
|
2016-06-11 22:21:31 -07:00
|
|
|
|
<ClInclude Include="audio\GaplessTransport.h" />
|
2016-11-27 09:09:10 -08:00
|
|
|
|
<ClInclude Include="audio\IStream.h" />
|
2016-06-11 22:21:31 -07:00
|
|
|
|
<ClInclude Include="audio\ITransport.h" />
|
2016-12-05 20:16:53 -08:00
|
|
|
|
<ClInclude Include="audio\Outputs.h" />
|
2017-01-06 23:49:46 -08:00
|
|
|
|
<ClInclude Include="audio\PlaybackService.h" />
|
2018-01-17 20:57:53 -08:00
|
|
|
|
<ClInclude Include="audio\MasterTransport.h" />
|
2016-12-03 15:08:34 -08:00
|
|
|
|
<ClInclude Include="audio\Streams.h" />
|
2016-10-30 23:56:34 -07:00
|
|
|
|
<ClInclude Include="audio\Visualizer.h" />
|
2016-05-06 12:19:44 -07:00
|
|
|
|
<ClInclude Include="debug.h" />
|
2017-03-15 00:03:27 -07:00
|
|
|
|
<ClInclude Include="i18n\Locale.h" />
|
2016-05-03 23:15:27 -07:00
|
|
|
|
<ClInclude Include="io\DataStreamFactory.h" />
|
2018-04-29 21:44:19 -07:00
|
|
|
|
<ClInclude Include="io\HttpClient.h" />
|
2016-05-03 23:15:27 -07:00
|
|
|
|
<ClInclude Include="io\LocalFileStream.h" />
|
2016-05-10 20:47:30 -07:00
|
|
|
|
<ClInclude Include="library\IIndexer.h" />
|
|
|
|
|
<ClInclude Include="library\ILibrary.h" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClInclude Include="library\Indexer.h" />
|
2016-05-10 20:47:30 -07:00
|
|
|
|
<ClInclude Include="library\IQuery.h" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClInclude Include="library\LocalLibrary.h" />
|
2016-05-10 20:47:30 -07:00
|
|
|
|
<ClInclude Include="library\LibraryFactory.h" />
|
2016-05-16 18:38:03 -07:00
|
|
|
|
<ClInclude Include="library\LocalLibraryConstants.h" />
|
2019-07-07 17:59:03 -07:00
|
|
|
|
<ClInclude Include="library\LocalMetadataProxy.h" />
|
2017-02-08 20:57:43 -08:00
|
|
|
|
<ClInclude Include="library\metadata\MetadataMap.h" />
|
|
|
|
|
<ClInclude Include="library\metadata\MetadataMapList.h" />
|
|
|
|
|
<ClInclude Include="library\query\local\AlbumListQuery.h" />
|
2018-01-04 21:19:15 -08:00
|
|
|
|
<ClInclude Include="library\query\local\AllCategoriesQuery.h" />
|
2017-10-09 01:05:32 -07:00
|
|
|
|
<ClInclude Include="library\query\local\AppendPlaylistQuery.h" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClInclude Include="library\query\local\CategoryListQuery.h" />
|
|
|
|
|
<ClInclude Include="library\query\local\CategoryTrackListQuery.h" />
|
|
|
|
|
<ClInclude Include="library\query\local\DeletePlaylistQuery.h" />
|
2018-02-11 01:15:52 -08:00
|
|
|
|
<ClInclude Include="library\query\local\DirectoryTrackListQuery.h" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClInclude Include="library\query\local\GetPlaylistQuery.h" />
|
2019-12-25 14:27:22 -08:00
|
|
|
|
<ClInclude Include="library\query\local\LyricsQuery.h" />
|
2020-01-05 23:51:57 -08:00
|
|
|
|
<ClInclude Include="library\query\local\MarkTrackPlayedQuery.h" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClInclude Include="library\query\local\NowPlayingTrackListQuery.h" />
|
2018-02-17 11:29:57 -08:00
|
|
|
|
<ClInclude Include="library\query\local\PersistedPlayQueueQuery.h" />
|
2017-12-16 23:15:52 -08:00
|
|
|
|
<ClInclude Include="library\query\local\ReplayGainQuery.h" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClInclude Include="library\query\local\SavePlaylistQuery.h" />
|
|
|
|
|
<ClInclude Include="library\query\local\SearchTrackListQuery.h" />
|
2020-01-05 23:51:57 -08:00
|
|
|
|
<ClInclude Include="library\query\local\SetTrackRatingQuery.h" />
|
2017-02-04 23:55:31 -08:00
|
|
|
|
<ClInclude Include="library\query\local\TrackListQueryBase.h" />
|
2017-02-05 01:50:25 -08:00
|
|
|
|
<ClInclude Include="Library\query\local\LocalQueryBase.h" />
|
2017-03-31 00:48:36 -07:00
|
|
|
|
<ClInclude Include="library\query\local\TrackMetadataQuery.h" />
|
2018-01-03 19:14:39 -08:00
|
|
|
|
<ClInclude Include="library\query\local\util\CategoryQueryUtil.h" />
|
2018-01-04 21:19:15 -08:00
|
|
|
|
<ClInclude Include="library\query\local\util\SdkWrappers.h" />
|
2020-01-05 23:51:57 -08:00
|
|
|
|
<ClInclude Include="library\query\local\util\TrackSort.h" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClInclude Include="library\track\IndexerTrack.h" />
|
|
|
|
|
<ClInclude Include="library\track\LibraryTrack.h" />
|
|
|
|
|
<ClInclude Include="library\track\Track.h" />
|
2017-01-06 23:49:46 -08:00
|
|
|
|
<ClInclude Include="library\track\TrackList.h" />
|
2020-01-28 21:16:50 -08:00
|
|
|
|
<ClInclude Include="musikcore_c.h" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ClInclude Include="pch.hpp" />
|
|
|
|
|
<ClInclude Include="config.h" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClInclude Include="plugin\PluginFactory.h" />
|
2017-02-05 13:32:09 -08:00
|
|
|
|
<ClInclude Include="plugin\Plugins.h" />
|
2016-12-21 16:41:44 -08:00
|
|
|
|
<ClInclude Include="runtime\IMessage.h" />
|
2017-01-06 15:39:17 -08:00
|
|
|
|
<ClInclude Include="runtime\IMessageQueue.h" />
|
2016-12-21 16:41:44 -08:00
|
|
|
|
<ClInclude Include="runtime\IMessageTarget.h" />
|
|
|
|
|
<ClInclude Include="runtime\Message.h" />
|
|
|
|
|
<ClInclude Include="runtime\MessageQueue.h" />
|
2016-11-19 21:28:12 -08:00
|
|
|
|
<ClInclude Include="sdk\constants.h" />
|
2018-06-09 16:27:31 -07:00
|
|
|
|
<ClInclude Include="sdk\HttpClient.h" />
|
2016-04-28 22:46:57 -07:00
|
|
|
|
<ClInclude Include="sdk\IAnalyzer.h" />
|
2019-12-31 12:32:56 -08:00
|
|
|
|
<ClInclude Include="sdk\IStreamingEncoder.h" />
|
2016-04-28 22:46:57 -07:00
|
|
|
|
<ClInclude Include="sdk\IBuffer.h" />
|
2019-12-31 12:32:56 -08:00
|
|
|
|
<ClInclude Include="sdk\IBlockingEncoder.h" />
|
2016-04-28 22:46:57 -07:00
|
|
|
|
<ClInclude Include="sdk\IDecoder.h" />
|
|
|
|
|
<ClInclude Include="sdk\IDecoderFactory.h" />
|
2017-08-13 21:24:09 -07:00
|
|
|
|
<ClInclude Include="sdk\IDevice.h" />
|
2016-04-28 22:46:57 -07:00
|
|
|
|
<ClInclude Include="sdk\IDSP.h" />
|
2016-05-01 13:26:35 -07:00
|
|
|
|
<ClInclude Include="sdk\IDataStream.h" />
|
|
|
|
|
<ClInclude Include="sdk\IDataStreamFactory.h" />
|
2017-11-23 20:44:23 -08:00
|
|
|
|
<ClInclude Include="sdk\IEncoder.h" />
|
|
|
|
|
<ClInclude Include="sdk\IEncoderFactory.h" />
|
2017-04-17 23:56:50 -07:00
|
|
|
|
<ClInclude Include="sdk\IEnvironment.h" />
|
2017-03-31 00:48:36 -07:00
|
|
|
|
<ClInclude Include="sdk\IIndexerNotifier.h" />
|
|
|
|
|
<ClInclude Include="sdk\IIndexerSource.h" />
|
|
|
|
|
<ClInclude Include="sdk\IIndexerWriter.h" />
|
2017-10-01 12:52:10 -07:00
|
|
|
|
<ClInclude Include="sdk\IMap.h" />
|
|
|
|
|
<ClInclude Include="sdk\IMapList.h" />
|
2018-06-19 15:21:02 -07:00
|
|
|
|
<ClInclude Include="sdk\ISchema.h" />
|
2017-10-01 12:52:10 -07:00
|
|
|
|
<ClInclude Include="sdk\ITagReader.h" />
|
|
|
|
|
<ClInclude Include="sdk\IResource.h" />
|
|
|
|
|
<ClInclude Include="sdk\IValue.h" />
|
|
|
|
|
<ClInclude Include="sdk\IValueList.h" />
|
2016-04-28 22:46:57 -07:00
|
|
|
|
<ClInclude Include="sdk\IOutput.h" />
|
2016-05-06 02:48:26 -07:00
|
|
|
|
<ClInclude Include="sdk\IBufferProvider.h" />
|
2016-10-30 23:56:34 -07:00
|
|
|
|
<ClInclude Include="sdk\IPcmVisualizer.h" />
|
2016-11-17 23:32:37 -08:00
|
|
|
|
<ClInclude Include="sdk\IPlaybackRemote.h" />
|
|
|
|
|
<ClInclude Include="sdk\IPlaybackService.h" />
|
2016-04-28 22:46:57 -07:00
|
|
|
|
<ClInclude Include="sdk\IPlugin.h" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
<ClInclude Include="db\Connection.h" />
|
|
|
|
|
<ClInclude Include="db\ScopedTransaction.h" />
|
|
|
|
|
<ClInclude Include="db\Statement.h" />
|
|
|
|
|
<ClInclude Include="audio\Buffer.h" />
|
|
|
|
|
<ClInclude Include="audio\Player.h" />
|
2016-11-27 22:34:34 -08:00
|
|
|
|
<ClInclude Include="audio\Stream.h" />
|
2017-02-03 18:04:29 -08:00
|
|
|
|
<ClInclude Include="sdk\IPreferences.h" />
|
2019-07-07 17:59:03 -07:00
|
|
|
|
<ClInclude Include="sdk\IMetadataProxy.h" />
|
2016-10-30 23:56:34 -07:00
|
|
|
|
<ClInclude Include="sdk\ISpectrumVisualizer.h" />
|
2016-11-17 23:32:37 -08:00
|
|
|
|
<ClInclude Include="sdk\ITrack.h" />
|
2017-01-21 17:24:32 -08:00
|
|
|
|
<ClInclude Include="sdk\ITrackList.h" />
|
2017-01-21 15:03:28 -08:00
|
|
|
|
<ClInclude Include="sdk\ITrackListEditor.h" />
|
2017-10-01 12:52:10 -07:00
|
|
|
|
<ClInclude Include="sdk\ITagStore.h" />
|
2016-10-31 23:11:31 -07:00
|
|
|
|
<ClInclude Include="sdk\IVisualizer.h" />
|
2019-04-28 23:38:47 -07:00
|
|
|
|
<ClInclude Include="support\Auddio.h" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClInclude Include="support\Common.h" />
|
2018-01-15 21:58:47 -08:00
|
|
|
|
<ClInclude Include="support\Duration.h" />
|
2018-05-03 21:33:44 -07:00
|
|
|
|
<ClInclude Include="support\LastFm.h" />
|
2017-12-05 15:10:15 -08:00
|
|
|
|
<ClInclude Include="support\Messages.h" />
|
2018-01-15 21:58:47 -08:00
|
|
|
|
<ClInclude Include="support\Playback.h" />
|
2016-07-19 17:54:32 -07:00
|
|
|
|
<ClInclude Include="support\PreferenceKeys.h" />
|
2016-05-03 23:58:13 -07:00
|
|
|
|
<ClInclude Include="support\Preferences.h" />
|
2016-11-19 12:30:43 -08:00
|
|
|
|
<ClInclude Include="utfutil.h" />
|
2016-04-26 14:12:09 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\3rdparty\3rdparty.vcxproj">
|
|
|
|
|
<Project>{b2165720-b4b2-4f4b-8888-8c390c3cb4db}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2017-02-05 13:32:09 -08:00
|
|
|
|
</Project>
|