Melissa Treviño

Results 28 comments of Melissa Treviño

@KlausLoeffelmann just to confirm, the value saved in the project file does not need to be converted to int, right? We currently save this property as an int in the...

That's a valid concern; we would want to be clear to the user that manually editing the vbproj would cause them to be out of sync via documentation. However, I...

[Related feedback ticket](https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1832567)

Thanks @drewnoakes. @myth384, I have a couple of questions to better understand the issue: We have implemented a change to generate the `Application.myapp` file when a project is created; however,...

I think this is a little bit more complex than it looks like: we use those properties to determine the project type we are dealing with, like in the `CompountTargetFrameworkValueProvider`:...

We could move to identifying project types by the combination of the OutputType and UseWPF/UseWindowsForms properties, like this: ``` WinForms (VB) = true + WinExe + WindowsForms WinForms (C#) =...

After reviewing how the property is being used, is seems safe to proceed to implement this 🙂. Capabilities that use these properties are specifically for .NET Framework projects or the...

Reopening issue to be investigated further. I can't remember where we left in this conversation but let's meet next week to discuss further questions @KlausLoeffelmann 🙂 I tested this on...