the topic is closed |
|
12/10/2010 1:16:57 PM
 Ludovic Dubois Administrator Posts: 157
|
UPGRAGE YOUR VISUAL T# to v1.9.4 and have Visual Studio 2010 integration!
VISUAL STUDIO 2010:
- Documentation is not yet integrated. You can use TSharpDoc.chm or online documentation: Programming Guide and Reference.
- To convert existing projects to .NET4 and VS 2010, you have to edit your .tsproj manually:
- Ensure ToolsVersion="4.0" is an attribute of the <Project element. - Ensure imported T# targets are .NET 4 one: last line should be: <Import Project="$(MSBuildExtensionsPath)\Pretty Objects\TSharp\1.0\NET4\TSharpNET4.targets" /> - Save your file - Reopen your T# project in VS 2010
VISUAL STUDIO 2005 and 2008 only:
- If this is the first time you install a language (other than Visual Studio ones), you have to run ProjectAggregator2.msi too. You can run it before or after installing Visual T#.
If you are not sure if you need to install it, run it: it will stops if there is nothing to do. - You need VS2008 SP1 for installing Visual T# in Visual Studio 2008.
|
|
the topic is closed |
Powered by
Jitbit Forum 7.2.10.0
© 2006-2011 Jitbit Software