in the 3.2 version, it appears the BaseTemplates.csproj (dated 1/30/06) contains (among others) these two items
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>GlobalAssemblyInfo.cs</Link>
</Compile>
<ItemGroup>
<None Include="..\..\Licenses\Keys\CodeSmith.snk">
<Link>CodeSmith.snk</Link>
</None>
</ItemGroup>
After installing the latest 3.2 (released), I don't seem to have those two files in my 3.2 tree, nor even the ="..\..\Licenses directory.