Closed GoogleCodeExporter closed 8 years ago
Original comment by Yann.Tre...@gmail.com
on 11 Jun 2011 at 7:20
Actually, I think we should move those rules to the common module instead and
drop them from the vs2008 module.
Original comment by jeffbr...@google.com
on 13 Jun 2011 at 7:31
Of course this way of fixing was because I took VisualStudio90.module approach
for a representative in such a case.
I am still new to Gallio's conventions so you guys will know better.
Just keep in mind that the files in question already come from a common module
'VisualStudio.Common.module' that the two already include using:
<ItemGroup>
<Module Include="VisualStudio.Common.module" />
</ItemGroup>
Maybe you just need to inherit its output?
<ItemGroup>
<Module Include="VisualStudio.Common.module">
<Inherit>true</Inherit>
</Module>
</ItemGroup>
It worked for me but I couldn't find many uses of <Inherit> besides bundling,
so I didn't go for it.
Original comment by zla...@gmail.com
on 13 Jun 2011 at 8:07
Original comment by Yann.Tre...@gmail.com
on 14 Jun 2011 at 5:48
Original comment by Yann.Tre...@gmail.com
on 14 Jun 2011 at 5:49
Original issue reported on code.google.com by
zla...@gmail.com
on 11 Jun 2011 at 2:08Attachments: