Some time back, I created two separate SharePoint projects in VS 2008; one using STSDEV, the other u开发者_如何学编程sing VSeWSS 3.0. I want both of these projects to be created with VS extensions, but how can I tell them apart? The project files look very similar...
Inside the .csproj file (or .vbproj, heaven-forbid) you'll find a <ProjectGuids>
tag or something very similar. Their should be a guid in that element unique to each project type.
-Oisin
Output in both seems to be the same so the simple answer seems to be re-create both in VSeWSS 1.3
精彩评论