1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +02:00

Store project dependencies in Audacity.vcxproj, not audacity.sln.

This commit is contained in:
Henric Jungheim 2019-04-12 13:50:36 -07:00
parent f66e753c54
commit e2b5dade4c
2 changed files with 3 additions and 6 deletions

View File

@ -1166,6 +1166,9 @@
<None Include="..\..\po.rules" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\expat\expat.vcxproj">
<Project>{a939aaf8-44f1-4ce7-9dd0-7a6e99814856}</Project>
</ProjectReference>
<ProjectReference Include="..\filedialog\filedialog.vcxproj">
<Project>{5284d863-3813-479f-bbf0-ac234e216bc6}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>

View File

@ -3,12 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Audacity", "Projects\Audacity\Audacity.vcxproj", "{1D64095C-F936-4FCF-B609-56E9DDF941FA}"
ProjectSection(ProjectDependencies) = postProject
{20536101-3B0E-43EF-94F9-080D595DAC57} = {20536101-3B0E-43EF-94F9-080D595DAC57}
{E2DAB91A-8248-4625-8A85-2C2C2A390DD8} = {E2DAB91A-8248-4625-8A85-2C2C2A390DD8}
{D41CD691-F111-4D68-B0C1-C90E7DB07454} = {D41CD691-F111-4D68-B0C1-C90E7DB07454}
{A939AAF8-44F1-4CE7-9DD0-7A6E99814856} = {A939AAF8-44F1-4CE7-9DD0-7A6E99814856}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "soundtouch", "Projects\soundtouch\soundtouch.vcxproj", "{EC3F5835-C486-4970-8A6B-A0700F4B3637}"
EndProject