Development Tools

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:11, 10 May 2005 (edit)
Nosilleg (Talk | contribs)
(added links and descriptions)
← Previous diff
Current revision (10:59, 30 January 2018) (edit) (undo)
Bull (Talk | contribs)
m (Reverted edits by Monday (Talk); changed back to last version by Ammianus)
 
(16 intermediate revisions not shown.)
Line 1: Line 1:
-;[http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en .NET Framework SDK Version 1.1]+The '''Development Tools''' are tools used by the developers to create and compile World Wind.
 + 
 +==Tools==
 + 
 +===.NET and DirectX===
 +;[http://www.microsoft.com/downloads/details.aspx?familyid=fe6f2099-b7b4-4f47-a244-c96d69c35dec&displaylang=en .NET Framework SDK Version 2.0]
: .NET Framework Software Development Kit : .NET Framework Software Development Kit
-;[http://nant.sourceforge.net/ NAnt]+;[http://msdn.microsoft.com/directx/directxdownloads/ DirectX SDK]
-: NAnt is a free .NET build tool.+: DirectX Software Development Kit
-;Cruise Control+===Editor/IDE===
-: ?+;[http://www.icsharpcode.net/OpenSource/SD/ #develop]
 +===Compiler===
 +;[http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio]
 +:Full version of Microsoft Visual Studio
 +OR
 +;[http://msdn.microsoft.com/vstudio/express/visualcsharp/default.aspx Microsoft Visual C# Express Edition]
 +:Free version of Microsoft Visual Studio with a reduced feature set[http://en.wikipedia.org/wiki/Visual_Studio_Express_Edition]. Current version is 2008 SP1
 +;[http://www.microsoft.com/express/2005/download/default.aspx Visual Studio 2005 Express Edition downloads]
 +:2005 version of Visual Studio express downloads still available
 +===SVN Client===
 +;[http://tortoisesvn.tigris.org/ TortoiseSVN]
 +: Lets you work with files under SVN version control directly from Windows Explorer.
 + 
 +===Other Tools===
;[http://www.gotdotnet.com/team/fxcop/ FxCop] ;[http://www.gotdotnet.com/team/fxcop/ FxCop]
: Code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. : Code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines.
;[http://www.testdriven.net/ TestDriven.NET] ;[http://www.testdriven.net/ TestDriven.NET]
: Run unit tests with a single click, anywhere in your Visual Studio solutions. : Run unit tests with a single click, anywhere in your Visual Studio solutions.
-;Ghost Doc 
-: ? 
;[http://ndoc.sourceforge.net/ NDoc] ;[http://ndoc.sourceforge.net/ NDoc]
: Generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler. : Generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler.
 +;[http://www.stack.nl/~dimitri/doxygen/ Doxygen]
 +: Generates HTML documentation and reference manual from source files.
;[http://www.microsoft.com/downloads/details.aspx?familyid=4b5b7f29-1939-4e5b-a780-70e887964165&displaylang=en LibCheck] ;[http://www.microsoft.com/downloads/details.aspx?familyid=4b5b7f29-1939-4e5b-a780-70e887964165&displaylang=en LibCheck]
: Allows you to compare two versions of an assembly, and determine the differences. : Allows you to compare two versions of an assembly, and determine the differences.
-;[http://www.tortoisecvs.org/ Tortoise CVS] 
-: Lets you work with files under CVS version control directly from Windows Explorer. 
-;[http://www.wincvs.org/ WinCVS] 
-: Windows CVS client. Allows you to check out the source code. 
;[http://refactorme.com/posts/161.aspx C# GPS Library] ;[http://refactorme.com/posts/161.aspx C# GPS Library]
: C# Library for GPS stuff : C# Library for GPS stuff
- +; [http://cruisecontrol.sourceforge.net/ Cruise Control]
 +: CruiseControl is a framework for a continuous build process.
 +;[http://www.roland-weigelt.de/ghostdoc/ Ghost Doc]
 +: GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments.
 +;[http://nant.sourceforge.net/ NAnt]
 +: Freeware Make tool - Not Ant is like Ant, but uses C# and .NET technologies.
 +;[http://www.csunit.org/ csUnit]
 +: csUnit is your unit testing tool for the Microsoft .NET Framework.
[[Category:Dev]] [[Category:Dev]]

Current revision

The Development Tools are tools used by the developers to create and compile World Wind.

Contents

[edit] Tools

[edit] .NET and DirectX

.NET Framework SDK Version 2.0
.NET Framework Software Development Kit
DirectX SDK
DirectX Software Development Kit

[edit] Editor/IDE

#develop

[edit] Compiler

Microsoft Visual Studio
Full version of Microsoft Visual Studio

OR

Microsoft Visual C# Express Edition
Free version of Microsoft Visual Studio with a reduced feature set[1]. Current version is 2008 SP1
Visual Studio 2005 Express Edition downloads
2005 version of Visual Studio express downloads still available

[edit] SVN Client

TortoiseSVN
Lets you work with files under SVN version control directly from Windows Explorer.

[edit] Other Tools

FxCop
Code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines.
TestDriven.NET
Run unit tests with a single click, anywhere in your Visual Studio solutions.
NDoc
Generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler.
Doxygen
Generates HTML documentation and reference manual from source files.
LibCheck
Allows you to compare two versions of an assembly, and determine the differences.
C# GPS Library
C# Library for GPS stuff
Cruise Control
CruiseControl is a framework for a continuous build process.
Ghost Doc
GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments.
NAnt
Freeware Make tool - Not Ant is like Ant, but uses C# and .NET technologies.
csUnit
csUnit is your unit testing tool for the Microsoft .NET Framework.
Personal tools