Development Tools

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 04:42, 13 June 2005 (edit)
Dpatton (Talk | contribs)
(Tools)
← 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)
 
(13 intermediate revisions not shown.)
Line 4: Line 4:
===.NET and DirectX=== ===.NET and DirectX===
-;[http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en .NET Framework SDK Version 1.1]+;[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://msdn.microsoft.com/directx/directxdownloads/ DirectX SDK] ;[http://msdn.microsoft.com/directx/directxdownloads/ DirectX SDK]
: DirectX Software Development Kit : DirectX Software Development Kit
 +===Editor/IDE===
 +;[http://www.icsharpcode.net/OpenSource/SD/ #develop]
===Compiler=== ===Compiler===
;[http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio] ;[http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio]
 +:Full version of Microsoft Visual Studio
OR OR
-;[http://lab.msdn.microsoft.com/express/vcsharp/default.aspx Microsoft Visual C# Express Edition]+;[http://msdn.microsoft.com/vstudio/express/visualcsharp/default.aspx Microsoft Visual C# Express Edition]
-OR+: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://nant.sourceforge.net/ NAnt, a free .NET build tool]+;[http://www.microsoft.com/express/2005/download/default.aspx Visual Studio 2005 Express Edition downloads]
-===CVS Client===+:2005 version of Visual Studio express downloads still available
-;[http://www.tortoisecvs.org/ Tortoise CVS]+===SVN Client===
-: Lets you work with files under CVS version control directly from Windows Explorer.+;[http://tortoisesvn.tigris.org/ TortoiseSVN]
-;[http://www.wincvs.org/ WinCVS]+: Lets you work with files under SVN version control directly from Windows Explorer.
-: Windows CVS client. Allows you to check out the source code.+ 
===Other Tools=== ===Other Tools===
;[http://www.gotdotnet.com/team/fxcop/ FxCop] ;[http://www.gotdotnet.com/team/fxcop/ FxCop]
Line 26: Line 29:
;[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://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
-;Cruise Control+; [http://cruisecontrol.sourceforge.net/ Cruise Control]
-: ?+: CruiseControl is a framework for a continuous build process.
-;Ghost Doc+;[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