forked from Mirrors/freeswitch
vs2010 switch_version.c fix
This commit is contained in:
parent
27035219a7
commit
981145c14d
|
@ -432,6 +432,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
||||||
<ClCompile Include="..\..\src\switch_stun.c" />
|
<ClCompile Include="..\..\src\switch_stun.c" />
|
||||||
<ClCompile Include="..\..\src\switch_time.c" />
|
<ClCompile Include="..\..\src\switch_time.c" />
|
||||||
<ClCompile Include="..\..\src\switch_utils.c" />
|
<ClCompile Include="..\..\src\switch_utils.c" />
|
||||||
|
<ClCompile Include="..\..\src\switch_version.c" />
|
||||||
<ClCompile Include="..\..\src\switch_xml.c" />
|
<ClCompile Include="..\..\src\switch_xml.c" />
|
||||||
<ClCompile Include="..\..\src\switch_xml_config.c" />
|
<ClCompile Include="..\..\src\switch_xml_config.c" />
|
||||||
<ClCompile Include="..\..\libs\miniupnpc\igd_desc_parse.c">
|
<ClCompile Include="..\..\libs\miniupnpc\igd_desc_parse.c">
|
||||||
|
@ -862,4 +863,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -220,6 +220,9 @@
|
||||||
<ClCompile Include="..\..\libs\libtpl-1.5\src\win\mmap.c">
|
<ClCompile Include="..\..\libs\libtpl-1.5\src\win\mmap.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\switch_version.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\libs\miniupnpc\declspec.h">
|
<ClInclude Include="..\..\libs\miniupnpc\declspec.h">
|
||||||
|
@ -378,4 +381,4 @@
|
||||||
<Filter>Version Files</Filter>
|
<Filter>Version Files</Filter>
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue