开发者

Visual Studio not creating a "Properties" folder for a project?

This is in VS2010 ...

I can't figure this out, but my assembly is not outputti开发者_如何学编程ng a Properties folder with AssemblyInfo and the other bits that go along with it. I checked the csproj file and the following:

<AppDesignerFolder>Properties</AppDesignerFolder>

Is present, yet on build nothing gets generated. What am I missing?


The things in that folder are not generated during a build, they should exist and be included in the build. When you create a new solution/project, those files will be created. If you delete them, then you'd have to manually recreated them or copy them from a separate project (and update them).

The AppDesignerFolder just tells Visual Studio where it should look for some of the UI elements that can be used to update the files there (i.e. the version information in AssemblyInfo).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜