pugixml/msvc/props/common.release.static.props

14 lines
447 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2015-11-12 18:47:00 +03:00
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<TargetName>pugixmls</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
2015-11-12 18:47:00 +03:00
<ItemGroup />
</Project>