mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 10:01:41 +00:00
FS-2936 changes for vs2010 build - vs2008 coming later
This commit is contained in:
parent
13dc2f9e31
commit
674619b395
@ -374,6 +374,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
|||||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
</PrecompiledHeader>
|
</PrecompiledHeader>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\switch_curl.c" />
|
||||||
<ClCompile Include="..\..\src\switch_dso.c" />
|
<ClCompile Include="..\..\src\switch_dso.c" />
|
||||||
<ClCompile Include="..\..\src\switch_event.c" />
|
<ClCompile Include="..\..\src\switch_event.c" />
|
||||||
<ClCompile Include="..\..\src\switch_ivr.c" />
|
<ClCompile Include="..\..\src\switch_ivr.c" />
|
||||||
@ -788,6 +789,9 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
|||||||
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
||||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\..\libs\win32\curl\curllib.2010.vcxproj">
|
||||||
|
<Project>{87ee9da4-de1e-4448-8324-183c98dca588}</Project>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\libs\win32\pcre\libpcre.2010.vcxproj">
|
<ProjectReference Include="..\..\libs\win32\pcre\libpcre.2010.vcxproj">
|
||||||
<Project>{8d04b550-d240-4a44-8a18-35da3f7038d9}</Project>
|
<Project>{8d04b550-d240-4a44-8a18-35da3f7038d9}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
@ -199,6 +199,9 @@
|
|||||||
<ClCompile Include="..\..\libs\miniupnpc\upnpreplyparse.c">
|
<ClCompile Include="..\..\libs\miniupnpc\upnpreplyparse.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\switch_curl.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\libs\miniupnpc\declspec.h">
|
<ClInclude Include="..\..\libs\miniupnpc\declspec.h">
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?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">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ImportGroup Label="PropertySheets">
|
||||||
|
<Import Project="curl.props" />
|
||||||
|
</ImportGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
||||||
<_PropertySheetDisplayName>Freeswitch Core Windows Libraries</_PropertySheetDisplayName>
|
<_PropertySheetDisplayName>Freeswitch Core Windows Libraries</_PropertySheetDisplayName>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user