FS-5167
This commit is contained in:
parent
5d77546bd5
commit
b3fc9067d4
|
@ -196,6 +196,9 @@
|
||||||
<ClInclude Include="getopt\getopt.h" />
|
<ClInclude Include="getopt\getopt.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\w32\Console\FreeSwitchConsole.2010.vcxproj">
|
||||||
|
<Project>{1af3a893-f7be-43dd-b697-8ab2397c0d67}</Project>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="src\esl.2010.vcxproj">
|
<ProjectReference Include="src\esl.2010.vcxproj">
|
||||||
<Project>{cf405366-9558-4ae8-90ef-5e21b51ccb4e}</Project>
|
<Project>{cf405366-9558-4ae8-90ef-5e21b51ccb4e}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
@ -212,7 +215,8 @@
|
||||||
</PreprocessorDefinitions>
|
</PreprocessorDefinitions>
|
||||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_WIN64;_DEBUG</PreprocessorDefinitions>
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">_WIN64;_DEBUG</PreprocessorDefinitions>
|
||||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_WIN64</PreprocessorDefinitions>
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">_WIN64</PreprocessorDefinitions>
|
||||||
</ResourceCompile> </ItemGroup>
|
</ResourceCompile>
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="switch_version.rc2" />
|
<None Include="switch_version.rc2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -200,6 +200,9 @@
|
||||||
<ClInclude Include="getopt\getopt.h" />
|
<ClInclude Include="getopt\getopt.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\w32\Console\FreeSwitchConsole.2012.vcxproj">
|
||||||
|
<Project>{1af3a893-f7be-43dd-b697-8ab2397c0d67}</Project>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="src\esl.2012.vcxproj">
|
<ProjectReference Include="src\esl.2012.vcxproj">
|
||||||
<Project>{cf405366-9558-4ae8-90ef-5e21b51ccb4e}</Project>
|
<Project>{cf405366-9558-4ae8-90ef-5e21b51ccb4e}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
@ -224,4 +227,4 @@
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue