
I have a WPF/C# application that references .NET 4.0 assemblies. However, within the application is a syntax editor that needs to display C# intellisense tied to .NET 3.5 assemblies.
Is there a recommended way to have the ProjectAssembly's AssemblyReferences point to .NET 3.5 assemblies (or at least, assemblies older than the latest ones in the GAC)?
Thanks,
-Craig
[Modified at 10/31/2011 05:14 PM]
Is there a recommended way to have the ProjectAssembly's AssemblyReferences point to .NET 3.5 assemblies (or at least, assemblies older than the latest ones in the GAC)?
Thanks,
-Craig
[Modified at 10/31/2011 05:14 PM]