Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek shellext: add project dependency

The projects will now be built sequentially, rather than simultaneously,
preventing warnings when both processes try to write the debug information files
at the same time.

Changeset 9a719bf80f4b

Parent 663f5d812e0b

by David Golub

Changes to one file · Browse files at 9a719bf80f4b Showing diff from parent 663f5d812e0b Diff from another changeset...

 
4
5
6
 
 
 
7
8
9
 
4
5
6
7
8
9
10
11
12
@@ -4,6 +4,9 @@
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "THgShell", "THgShell.vcxproj", "{156F9F3A-B46E-40E9-BA89-3B520DBFE9C6}"  EndProject  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "terminate", "terminate.vcxproj", "{A50AE50A-42DF-451D-B89D-B0CCEE103ECC}" + ProjectSection(ProjectDependencies) = postProject + {156F9F3A-B46E-40E9-BA89-3B520DBFE9C6} = {156F9F3A-B46E-40E9-BA89-3B520DBFE9C6} + EndProjectSection  EndProject  Global   GlobalSection(SolutionConfigurationPlatforms) = preSolution