In the project file, typically near the bottom, you'll see the magic.
Here's an example from my vcproj file:
<ItemGroup>
<CtcFile Include="CtcComponents\PkgCmd.ctc">
<ResourceName>1000</ResourceName>
</CtcFile>
<None Include="CtcComponents\Guids.h" />
<None Include="CtcComponents\PkgCmdID.h" />
</ItemGroup>
<Import Project="C:\Program Files\Visual Studio 2005
SDK\2006.03\VisualStudioIntegration\Tools\Build\Microsoft.VsSDK.targets" />
The <import/> information above is responsible for making the smoke and
mirrors work.
Robert
> Hi ,
>
[quoted text clipped - 10 lines]
>
> Fred
Fred Heida - 13 Apr 2006 00:45 GMT
Hi Robert,
thx! that did the trick!
Regards,
Fred
> In the project file, typically near the bottom, you'll see the magic.
> Here's an example from my vcproj file:
[quoted text clipped - 31 lines]
>>
>> Fred