VS2010 fix initial build dependency

This commit is contained in:
Jeff Lenk 2010-11-22 21:49:33 -06:00
parent 89dbe0b0a0
commit c109a89e4e
1 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,11 @@
<ClCompile Include="src\mrcp_sofiasip_client_agent.c" /> <ClCompile Include="src\mrcp_sofiasip_client_agent.c" />
<ClCompile Include="src\mrcp_sofiasip_server_agent.c" /> <ClCompile Include="src\mrcp_sofiasip_server_agent.c" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\win32\sofia\libsofia_sip_ua_static.2010.vcxproj">
<Project>{70a49bc2-7500-41d0-b75d-edcc5be987a0}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>