On 29/09/2011, at 7:32 PM, Liu, Ning (Toby,HPIT-GADSC) wrote:
> I worked around this issue by change the source code:
>
> \npanday-1.4.0-incubating\dotnet\assemblies\NPanday.ProjectImporter\Engine\src\main\csharp\NPanday\ProjectImporter\Parser\VisualStudioProjectTypes\VisualStudioProjectType.cs
> Replace
> //Model View Controller (MVC) F85E285D-A4E0-4152-9332-AB1D724D3325
> __visualStudioProjectTypes.Add("F85E285D-A4E0-4152-9332-AB1D724D3325",
> VisualStudioProjectTypeEnum.Model_View_Controller_MVC);
> __visualStudioProjectTypeGuids.Add(VisualStudioProjectTypeEnum.Model_View_Controller_MVC,
> "F85E285D-A4E0-4152-9332-AB1D724D3325");
> __visualStudioProjectTypeSupported.Add("F85E285D-A4E0-4152-9332-AB1D724D3325",
> true);
>
> TO
>
> //Model View Controller (MVC) E53F8FEA-EAE0-44A6-8774-FFD645390401
> __visualStudioProjectTypes.Add("E53F8FEA-EAE0-44A6-8774-FFD645390401",
> VisualStudioProjectTypeEnum.Model_View_Controller_MVC);
> __visualStudioProjectTypeGuids.Add(VisualStudioProjectTypeEnum.Model_View_Controller_MVC,
> "E53F8FEA-EAE0-44A6-8774-FFD645390401");
> __visualStudioProjectTypeSupported.Add("E53F8FEA-EAE0-44A6-8774-FFD645390401",
> true);
>
Thanks for creating the issue. I'll comment further there.
BTW, it is easier to apply patches if you create them using "svn diff" from the
top of the project, then post that output as an attachment.
- Brett
--
Brett Porter
[email protected]
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter