mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
Merge pull request #288 in FS/freeswitch from ~MICHAELGG/freeswitch:winperf to master
* commit '81190c6d89aa7bedbda041c8a8519081856effff': FS-7644. Fix build on VS2013/Win by creating and forcing nf (nofork) to true. FS-7644. Remove non-existent projects. FS-7644. Add switch_core_video.c and switch_vidderbuffer.c to VS2013 FreeSwitchCore.2013.vcxproj FS-7644. Change 2013.vcxproj references to 2013
This commit is contained in:
@@ -200,10 +200,10 @@
|
||||
<ClInclude Include="getopt\getopt.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\w32\Library\FreeSwitchCore.2012.vcxproj">
|
||||
<ProjectReference Include="..\..\w32\Library\FreeSwitchCore.2013.vcxproj">
|
||||
<Project>{202d7a4e-760d-4d0e-afa1-d7459ced30ff}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="src\esl.2012.vcxproj">
|
||||
<ProjectReference Include="src\esl.2013.vcxproj">
|
||||
<Project>{cf405366-9558-4ae8-90ef-5e21b51ccb4e}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -288,11 +288,11 @@
|
||||
<None Include="src\dingaling.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\win32\apr-util\libaprutil.2012.vcxproj">
|
||||
<ProjectReference Include="..\win32\apr-util\libaprutil.2013.vcxproj">
|
||||
<Project>{f057da7f-79e5-4b00-845c-ef446ef055e3}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\win32\iksemel\iksemel.2012.vcxproj">
|
||||
<ProjectReference Include="..\win32\iksemel\iksemel.2013.vcxproj">
|
||||
<Project>{e727e8f6-935d-46fe-8b0e-37834748a0e3}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -430,7 +430,7 @@
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\win32\libjpeg\libjpeg.2012.vcxproj">
|
||||
<ProjectReference Include="..\..\win32\libjpeg\libjpeg.2013.vcxproj">
|
||||
<Project>{019dbd2a-273d-4ba4-bf86-b5efe2ed76b1}</Project>
|
||||
<Private>true</Private>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
@@ -438,25 +438,25 @@
|
||||
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="libtiff.2012.vcxproj">
|
||||
<ProjectReference Include="libtiff.2013.vcxproj">
|
||||
<Project>{401a40cd-5db4-4e34-ac68-fa99e9fac014}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="msvc\make_at_dictionary.2012.vcxproj">
|
||||
<ProjectReference Include="msvc\make_at_dictionary.2013.vcxproj">
|
||||
<Project>{dee932ab-5911-4700-9eeb-8c7090a0a330}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="msvc\make_cielab_luts.2012.vcxproj">
|
||||
<ProjectReference Include="msvc\make_cielab_luts.2013.vcxproj">
|
||||
<Project>{85f0cf8c-c7ab-48f6-ba19-cc94cf87f981}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="msvc\make_math_fixed_tables.2012.vcxproj">
|
||||
<ProjectReference Include="msvc\make_math_fixed_tables.2013.vcxproj">
|
||||
<Project>{2386b892-35f5-46cf-a0f0-10394d2fbf9b}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="msvc\make_modem_filter.2012.vcxproj">
|
||||
<ProjectReference Include="msvc\make_modem_filter.2013.vcxproj">
|
||||
<Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="msvc\make_t43_gray_code_tables.2012.vcxproj">
|
||||
<ProjectReference Include="msvc\make_t43_gray_code_tables.2013.vcxproj">
|
||||
<Project>{eddb8ab9-c53e-44c0-a620-0e86c2cbd5d5}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -430,7 +430,7 @@
|
||||
<None Include="srtp.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\win32\openssl\openssl.2012.vcxproj">
|
||||
<ProjectReference Include="..\win32\openssl\openssl.2013.vcxproj">
|
||||
<Project>{25bd39b1-c8bf-4676-a738-9cabd9c6bc79}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -156,7 +156,7 @@
|
||||
<ClCompile Include="src\apt_timer_queue.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\win32\apr-util\libaprutil.2012.vcxproj">
|
||||
<ProjectReference Include="..\..\..\win32\apr-util\libaprutil.2013.vcxproj">
|
||||
<Project>{f057da7f-79e5-4b00-845c-ef446ef055e3}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -133,7 +133,7 @@
|
||||
<ClCompile Include="src\mrcp_sofiasip_server_agent.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\win32\sofia\libsofia_sip_ua_static.2012.vcxproj">
|
||||
<ProjectReference Include="..\..\..\win32\sofia\libsofia_sip_ua_static.2013.vcxproj">
|
||||
<Project>{70a49bc2-7500-41d0-b75d-edcc5be987a0}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -134,7 +134,7 @@ xcopy "$(SolutionDir)libs\sounds\en\us\callie\directory\16000\*.*" "$(OutDir)sou
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download 16khz Sounds.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download 16khz Sounds.2013.vcxproj">
|
||||
<Project>{87a1fe3d-f410-4c8e-9591-8c625985bc70}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -94,7 +94,7 @@
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download 16khz music.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download 16khz music.2013.vcxproj">
|
||||
<Project>{e10571c4-e7f4-4608-b5f2-b22e7eb95400}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -134,7 +134,7 @@ xcopy "$(SolutionDir)libs\sounds\en\us\callie\directory\32000\*.*" "$(OutDir)sou
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Dowload 32khz Sounds.2012.vcxproj">
|
||||
<ProjectReference Include="..\Dowload 32khz Sounds.2013.vcxproj">
|
||||
<Project>{6e49f6c2-adda-4bfb-81fe-ab9af51b455f}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -90,7 +90,7 @@
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Dowload 32khz music.2012.vcxproj">
|
||||
<ProjectReference Include="..\Dowload 32khz music.2013.vcxproj">
|
||||
<Project>{1f0a8a77-e661-418f-bb92-82172ae43803}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -134,7 +134,7 @@ xcopy "$(SolutionDir)libs\sounds\en\us\callie\directory\8000\*.*" "$(OutDir)soun
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download 8khz Sounds.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download 8khz Sounds.2013.vcxproj">
|
||||
<Project>{3ce1dc99-8246-4db1-a709-74f19f08ec67}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -94,7 +94,7 @@
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download 8khz music.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download 8khz music.2013.vcxproj">
|
||||
<Project>{4f5c9d55-98ef-4256-8311-32d7bd360406}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -947,10 +947,10 @@ xcopy "$(ProjectDir)..\..\apr-util\include\*.h" "$(ProjectDir)..\..\include\" /C
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\apr\libapr.2012.vcxproj">
|
||||
<ProjectReference Include="..\apr\libapr.2013.vcxproj">
|
||||
<Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="xml.2012.vcxproj">
|
||||
<ProjectReference Include="xml.2013.vcxproj">
|
||||
<Project>{155844c3-ec5f-407f-97a4-a2ddaded9b2f}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -146,7 +146,7 @@
|
||||
<ClCompile Include="..\..\celt-0.10.0\libcelt\vq.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download CELT.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download CELT.2013.vcxproj">
|
||||
<Project>{fff82f9b-6a2b-4be3-95d8-dc5a4fc71e19}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -335,7 +335,7 @@
|
||||
<ClInclude Include="..\..\curl-7.35.0\lib\urldata.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download CURL.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download CURL.2013.vcxproj">
|
||||
<Project>{3970bcde-be1a-4cf3-a65f-5264ba2e47b5}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -344,7 +344,7 @@
|
||||
<ClInclude Include="..\..\flite-2.0.0\src\speech\g72x.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download FLITE.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download FLITE.2013.vcxproj">
|
||||
<Project>{d5d2bf72-29fe-4982-a9fa-82fdd086db1b}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -262,7 +262,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h"
|
||||
<None Include="ldns\readme.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Download LDNS.2012.vcxproj">
|
||||
<ProjectReference Include="..\..\Download LDNS.2013.vcxproj">
|
||||
<Project>{5be9a596-f11f-4379-928c-412f81ae182b}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -467,7 +467,7 @@
|
||||
<None Include="..\..\lame-3.98.4\libmp3lame\i386\scalar.nas" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download LAME.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download LAME.2013.vcxproj">
|
||||
<Project>{d5d2bf72-29fe-4982-a9fa-82ab2086db1b}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -198,7 +198,7 @@
|
||||
<ClInclude Include="..\..\libogg-1.1.3\include\ogg\os_types.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download OGG.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download OGG.2013.vcxproj">
|
||||
<Project>{d5d2bf72-29fe-4982-a9fa-82ab1086db1b}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -177,11 +177,11 @@
|
||||
<ClInclude Include="shout\shout.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download LIBSHOUT.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download LIBSHOUT.2013.vcxproj">
|
||||
<Project>{d5d2bf72-29fe-4982-a9fa-82ab3086db1b}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\libogg\libogg.2012.vcxproj">
|
||||
<ProjectReference Include="..\libogg\libogg.2013.vcxproj">
|
||||
<Project>{0feeaec6-4399-4c46-b7db-62ece80d15b4}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -1326,7 +1326,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\
|
||||
<None Include="..\..\libmpg123\src\libmpg123\tabinit_mmx.S" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download mpg123.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download mpg123.2013.vcxproj">
|
||||
<Project>{e796e337-de78-4303-8614-9a590862ee95}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -896,7 +896,7 @@ if not exist "$(ProjectDir)..\..\openssl-$(OpenSSLVersion)\include\openssl\e_os.
|
||||
<ClInclude Include="..\..\openssl-$(OpenSSLVersion)\ms\uplink.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download OPENSSL.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download OPENSSL.2013.vcxproj">
|
||||
<Project>{d578e676-7ec8-4548-bd8b-845c635f14ad}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -254,10 +254,10 @@
|
||||
<ClInclude Include="..\..\openssl-$(OpenSSLVersion)\apps\apps.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="libeay32.2012.vcxproj">
|
||||
<ProjectReference Include="libeay32.2013.vcxproj">
|
||||
<Project>{d331904d-a00a-4694-a5a3-fcff64ab5dbe}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="ssleay32.2012.vcxproj">
|
||||
<ProjectReference Include="ssleay32.2013.vcxproj">
|
||||
<Project>{b4b62169-5ad4-4559-8707-3d933ac5db39}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -259,7 +259,7 @@
|
||||
<ClInclude Include="..\..\openssl-$(OpenSSLVersion)\crypto\evp\evp_locl.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="libeay32.2012.vcxproj">
|
||||
<ProjectReference Include="libeay32.2013.vcxproj">
|
||||
<Project>{d331904d-a00a-4694-a5a3-fcff64ab5dbe}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -235,7 +235,7 @@
|
||||
<ClInclude Include="..\..\opus-1.1\src\opus_private.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download OPUS.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download OPUS.2013.vcxproj">
|
||||
<Project>{092124c9-09ed-43c7-bd6d-4ae5d6b3c547}</Project>
|
||||
<Private>false</Private>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
@@ -243,16 +243,16 @@
|
||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="opus.celt.2012.vcxproj">
|
||||
<ProjectReference Include="opus.celt.2013.vcxproj">
|
||||
<Project>{245603e3-f580-41a5-9632-b25fe3372cbf}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="opus.silk_common.2012.vcxproj">
|
||||
<ProjectReference Include="opus.silk_common.2013.vcxproj">
|
||||
<Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="opus.silk_fixed.2012.vcxproj">
|
||||
<ProjectReference Include="opus.silk_fixed.2013.vcxproj">
|
||||
<Project>{8484c90d-1561-402f-a91d-2db10f8c5171}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="opus.silk_float.2012.vcxproj">
|
||||
<ProjectReference Include="opus.silk_float.2013.vcxproj">
|
||||
<Project>{9c4961d2-5ddb-40c7-9be8-ca918dc4e782}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -250,7 +250,7 @@
|
||||
<ClCompile Include="..\..\opus-1.1\celt\vq.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download OPUS.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download OPUS.2013.vcxproj">
|
||||
<Project>{092124c9-09ed-43c7-bd6d-4ae5d6b3c547}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -305,7 +305,7 @@
|
||||
<ClInclude Include="..\..\opus-1.1\silk\typedef.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download OPUS.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download OPUS.2013.vcxproj">
|
||||
<Project>{092124c9-09ed-43c7-bd6d-4ae5d6b3c547}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -189,13 +189,13 @@
|
||||
<ClInclude Include="..\..\opus-1.1\silk\fixed\structs_FIX.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download OPUS.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download OPUS.2013.vcxproj">
|
||||
<Project>{092124c9-09ed-43c7-bd6d-4ae5d6b3c547}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="opus.silk_common.2012.vcxproj">
|
||||
<ProjectReference Include="opus.silk_common.2013.vcxproj">
|
||||
<Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="opus.silk_float.2012.vcxproj">
|
||||
<ProjectReference Include="opus.silk_float.2013.vcxproj">
|
||||
<Project>{9c4961d2-5ddb-40c7-9be8-ca918dc4e782}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -240,10 +240,10 @@
|
||||
<ClInclude Include="..\..\opus-1.1\silk\float\structs_FLP.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download OPUS.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download OPUS.2013.vcxproj">
|
||||
<Project>{092124c9-09ed-43c7-bd6d-4ae5d6b3c547}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="opus.silk_common.2012.vcxproj">
|
||||
<ProjectReference Include="opus.silk_common.2013.vcxproj">
|
||||
<Project>{c303d2fc-ff97-49b8-9ddd-467b4c9a0b16}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -491,10 +491,10 @@
|
||||
<ClInclude Include="..\..\pcre-8.34\pcreposix.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download PCRE.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download PCRE.2013.vcxproj">
|
||||
<Project>{b1e7e876-347f-4dc9-9bea-d1afbd9dff8a}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="pcre_chartables.c.2012.vcxproj">
|
||||
<ProjectReference Include="pcre_chartables.c.2013.vcxproj">
|
||||
<Project>{1ced5987-a529-46dc-b30f-870d85ff9c94}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -180,7 +180,7 @@
|
||||
<ClCompile Include="dftables.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download PCRE.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download PCRE.2013.vcxproj">
|
||||
<Project>{b1e7e876-347f-4dc9-9bea-d1afbd9dff8a}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -389,11 +389,11 @@
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download pocketsphinx.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download pocketsphinx.2013.vcxproj">
|
||||
<Project>{af8163ee-fa76-4904-a11d-7d70a1b5ba2e}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\sphinxbase\sphinxbase.2012.vcxproj">
|
||||
<ProjectReference Include="..\sphinxbase\sphinxbase.2013.vcxproj">
|
||||
<Project>{2f025ead-99bd-40f5-b2cc-f0a28cad7f2d}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -853,7 +853,7 @@
|
||||
<None Include="portaudio.def" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download PORTAUDIO.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download PORTAUDIO.2013.vcxproj">
|
||||
<Project>{c0779bcc-c037-4f58-b890-ef37ba956b3c}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -445,7 +445,7 @@
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download PTHREAD.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download PTHREAD.2013.vcxproj">
|
||||
<Project>{8b3b4c4c-13c2-446c-beb0-f412cc2cfb9a}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -518,17 +518,17 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd"
|
||||
<ClInclude Include="..\..\sofia-sip\libsofia-sip-ua\soa\sofia-sip\soa_tag.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download PTHREAD.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download PTHREAD.2013.vcxproj">
|
||||
<Project>{8b3b4c4c-13c2-446c-beb0-f412cc2cfb9a}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\openssl\libeay32.2012.vcxproj">
|
||||
<ProjectReference Include="..\openssl\libeay32.2013.vcxproj">
|
||||
<Project>{d331904d-a00a-4694-a5a3-fcff64ab5dbe}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\openssl\ssleay32.2012.vcxproj">
|
||||
<ProjectReference Include="..\openssl\ssleay32.2013.vcxproj">
|
||||
<Project>{b4b62169-5ad4-4559-8707-3d933ac5db39}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\pthread\pthread.2012.vcxproj">
|
||||
<ProjectReference Include="..\pthread\pthread.2013.vcxproj">
|
||||
<Project>{df018947-0fff-4eb3-bdee-441dc81da7a4}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -624,7 +624,7 @@
|
||||
<ClInclude Include="config.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download SPEEX.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download SPEEX.2013.vcxproj">
|
||||
<Project>{1bdab935-27dc-47e3-95ea-17e024d39c31}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -354,7 +354,7 @@
|
||||
<ClInclude Include="..\..\speex-1.2rc1\libspeex\smallft.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download SPEEX.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download SPEEX.2013.vcxproj">
|
||||
<Project>{1bdab935-27dc-47e3-95ea-17e024d39c31}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -644,11 +644,11 @@
|
||||
<ClInclude Include="..\..\sphinxbase-0.7\include\yin.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download sphinxbase.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download sphinxbase.2013.vcxproj">
|
||||
<Project>{4f92b672-dadb-4047-8d6a-4bb3796733fd}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Download sphinxmodel.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download sphinxmodel.2013.vcxproj">
|
||||
<Project>{2dee4895-1134-439c-b688-52203e57d878}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -320,7 +320,7 @@
|
||||
<ClInclude Include="..\..\sqlite-amalgamation-3080401\sqlite3.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download SQLITE.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download SQLITE.2013.vcxproj">
|
||||
<Project>{97d25665-34cd-4e0c-96e7-88f0795b8883}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -137,7 +137,7 @@
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Download V8.2012.vcxproj">
|
||||
<ProjectReference Include="..\Download V8.2013.vcxproj">
|
||||
<Project>{13077E43-E5DF-4EF6-9EB1-2A0B22E8DFAF}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
|
@@ -243,7 +243,7 @@
|
||||
<ClCompile Include="..\..\xmlrpc-c\src\xmlrpc_struct.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="xmlparse.2012.vcxproj">
|
||||
<ProjectReference Include="xmlparse.2013.vcxproj">
|
||||
<Project>{0d108721-eae8-4baf-8102-d8960ec93647}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
@@ -198,7 +198,7 @@
|
||||
<ClInclude Include="..\lib\expat\xmltok\nametab.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="gennmtab.2012.vcxproj">
|
||||
<ProjectReference Include="gennmtab.2013.vcxproj">
|
||||
<Project>{bed7539c-0099-4a14-ad5d-30828f15a171}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user