1*86b64dcbSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*86b64dcbSAndroid Build Coastguard Worker<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3*86b64dcbSAndroid Build Coastguard Worker <Import Project="Configuration.Base.props" /> 4*86b64dcbSAndroid Build Coastguard Worker <PropertyGroup Label="Configuration"> 5*86b64dcbSAndroid Build Coastguard Worker <ConfigurationType>DynamicLibrary</ConfigurationType> 6*86b64dcbSAndroid Build Coastguard Worker </PropertyGroup> 7*86b64dcbSAndroid Build Coastguard Worker <ItemDefinitionGroup> 8*86b64dcbSAndroid Build Coastguard Worker <ClCompile Condition="'$(Configuration)'=='Debug'"> 9*86b64dcbSAndroid Build Coastguard Worker <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 10*86b64dcbSAndroid Build Coastguard Worker </ClCompile> 11*86b64dcbSAndroid Build Coastguard Worker <ClCompile Condition="'$(Configuration)'=='Debug-MT'"> 12*86b64dcbSAndroid Build Coastguard Worker <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 13*86b64dcbSAndroid Build Coastguard Worker </ClCompile> 14*86b64dcbSAndroid Build Coastguard Worker <ClCompile Condition="'$(Configuration)'=='Release'"> 15*86b64dcbSAndroid Build Coastguard Worker <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 16*86b64dcbSAndroid Build Coastguard Worker </ClCompile> 17*86b64dcbSAndroid Build Coastguard Worker <ClCompile Condition="'$(Configuration)'=='Release-MT'"> 18*86b64dcbSAndroid Build Coastguard Worker <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 19*86b64dcbSAndroid Build Coastguard Worker </ClCompile> 20*86b64dcbSAndroid Build Coastguard Worker </ItemDefinitionGroup> 21*86b64dcbSAndroid Build Coastguard Worker</Project>