DynamicLibrary.props (731B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <IntDir>$(SolutionDir)build\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir> 5 <OutDir>$(SolutionDir)bin\$(Platform)\</OutDir> 6 <GenerateProjectSpecificOutputFolder>false</GenerateProjectSpecificOutputFolder> 7 <TargetName>$(ProjectName)-$(Platform)-$(Configuration)</TargetName> 8 <ConfigurationType>DynamicLibrary</ConfigurationType> 9 </PropertyGroup> 10 11 <Import Project="Toolkit.props" /> 12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 13 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 14 15 <Import Project="Base.props" /> 16 </Project>