mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
correct vs 2010-2012 depends for xmlrpc at the project level
This commit is contained in:
parent
bf93eb47e9
commit
7ea0f8d41e
@ -234,6 +234,11 @@
|
||||
<ClCompile Include="..\..\xmlrpc-c\src\xmlrpc_string.c" />
|
||||
<ClCompile Include="..\..\xmlrpc-c\src\xmlrpc_struct.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="xmlparse.2010.vcxproj">
|
||||
<Project>{0d108721-eae8-4baf-8102-d8960ec93647}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
@ -238,6 +238,11 @@
|
||||
<ClCompile Include="..\..\xmlrpc-c\src\xmlrpc_string.c" />
|
||||
<ClCompile Include="..\..\xmlrpc-c\src\xmlrpc_struct.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="xmlparse.2012.vcxproj">
|
||||
<Project>{0d108721-eae8-4baf-8102-d8960ec93647}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user