Declined
Last Updated: 12 Dec 2023 16:27 by ADMIN
ColinBowern
Created on: 19 Feb 2013 16:21
Type: Feature Request
0
Different Project File Output from Export in Standalone and File > New > Project in Visual Studio
There is different output structurally to the csproj coming from "File > New > Project > Visual C# Test Project" in Visual Studio versus "File > Export to Visual Studio" in the Test Studio.  The Properties folder, for example, is missing in the Test Studio generated one. 

See attached diff to see how varied they are.  Functionally I would expect that the project file have the same things on both sides.
3 comments
ADMIN
Konstantin Petkov
Posted on: 20 Feb 2013 19:44
I see. Sure, we can review that and fix it if it turns to cause some problem. Thanks for the feedback!
ColinBowern
Posted on: 20 Feb 2013 19:34
The lack of a Properties folder is a confusing experience for junior devs, especially when it exsits with every other project type.  Outside of that this is about consistency amongst the tools - not a show stopper by any means.  It's the difference between a rushed/sloppy implementation and a professional, polished feature if you know what I mean.  I'm not saying you need to match all of the elements but certainly a review is worth while.
ADMIN
Konstantin Petkov
Posted on: 20 Feb 2013 19:24
Thanks for the feedback! Can you please share why that causes some trouble for you? What is the actual problem behind that finding?