Add vcxproj references

This commit is contained in:
Andrey Volk 2025-02-07 00:39:30 +03:00
parent 76d84f0c40
commit 4744df2e83
2 changed files with 8 additions and 0 deletions

View File

@ -480,6 +480,9 @@
<Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project> <Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference> </ProjectReference>
<ProjectReference Include="make_modem_godard_descriptor.2017.vcxproj">
<Project>{c8ea4ad3-3edd-4dd1-9d63-4be22585aa14}</Project>
</ProjectReference>
<ProjectReference Include="make_t43_gray_code_tables.2017.vcxproj"> <ProjectReference Include="make_t43_gray_code_tables.2017.vcxproj">
<Project>{eddb8ab9-c53e-44c0-a620-0e86c2cbd5d5}</Project> <Project>{eddb8ab9-c53e-44c0-a620-0e86c2cbd5d5}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

View File

@ -65,6 +65,11 @@
<ClCompile Include="..\..\spandsp\src\g711.c" /> <ClCompile Include="..\..\spandsp\src\g711.c" />
<ClCompile Include="..\..\spandsp\src\alloc.c" /> <ClCompile Include="..\..\spandsp\src\alloc.c" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libtiff\libtiff.2017.vcxproj">
<Project>{401a40cd-5db4-4e34-ac68-fa99e9fac014}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>