views:

78

answers:

1

The default "AssemblyInfo" goes in there, but I dont need it for our directory structure. Every time I delete the "Properties" folder inside my project, it gets recreated on reload. How to prevent that?

+4  A: 

Open the project file from the OS side and remove the Properties folder node: <AppDesignerFolder>Properties</AppDesignerFolder>

Adam Fyles