76 Commits (6e9190b6a95186fa9cbad02db3ef38bd0dcb672a)

Author SHA1 Message Date
Daniel Grunwald 6bcc5661e8 Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies. 14 years ago
Daniel Grunwald f0bf6dbd8d Set target framework to 4.5. 14 years ago
Daniel Grunwald 14182177ab Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed. 14 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Daniel Grunwald 27ff6cdc30 Remove support for compact framework. 16 years ago
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 16 years ago
Matt Ward eeb136c17e Fixed null reference when compiling IronPython projects or projects that explicitly do not reference mscorlib. 16 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 16 years ago
Daniel Grunwald 3399fb59c1 Use external BuildWorker process for compilation. Use MSBuild 3.5 for compiling projects with ToolsVersion<"4.0". 16 years ago
Daniel Grunwald 75192cf01f Set ICSharpCode.Build.Tasks back to .NET 2.0. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Daniel Grunwald d5eaa4e07e Fixed VB compact framework targets. 17 years ago
Matt Ward 11575009d5 Path to FxCop 1.36 now detected. 17 years ago
Daniel Grunwald 3bc4ba8e9c More debug info in BuildWorker; make FxCop auto-detection smarter. 17 years ago
Daniel Grunwald b8b9b2fd39 Disable VSTS code analysis inside SharpDevelop. 18 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Matt Ward 3e065a31bd Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc. 18 years ago
Daniel Grunwald f4d79bc951 Improved finding xml documentation (now supports redirections). Add support for compiling for Compact Framework 3.5. 18 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 19 years ago
Daniel Grunwald 9c78cdcfc5 Some fixes suggested by FxCop. 19 years ago
Daniel Grunwald 7c21fdaa48 Add a .targets file to the build that gets automatically included when the C# 2.0 or VB 8 compiler is used. This .targets file will display warnings when the project uses MSBuild 3.5 features. 19 years ago
Daniel Grunwald 456847adde Fixed SD2-1365: FxCop can't start if project's name contains spaces 19 years ago
Daniel Grunwald db19e3b31b Fixed SharpDevelop.Build.VisualBasic.targets to set PlatformFamilyName/PlatformID default values when the .vbproj file does not specify any. 19 years ago
Daniel Grunwald 33ea15dfff Compiling for the compact framework now references the Compact mscorlib version (previously it was possible to reference non-existing methods and cause a MissingMethodException at runtime). 19 years ago
Daniel Grunwald e9dc0db183 Prevent StackOverflowException when loading assemblies with cyclic dependencies into the forms designer. Fixes SD2-1177: Forms Designer for .NET 1.1 projects (System.dll and System.Xml.dll depend on each other) 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald 4a7de549c2 Fixed building of VB compact framework projects (SD2-1196) 19 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald 6f8dff4b67 Fixed various translation issues. 20 years ago
Daniel Grunwald 41de00fe68 Fixed SD2-1094: Compact Framework GetDeviceFrameworkPath task failing 20 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 20 years ago
Daniel Grunwald 00f292290d Code completion for .NET CF 2.0 projects. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald a5ec465e77 Merged missing SharpReport resources from Corsavy. 20 years ago
Daniel Grunwald ee3b8e7273 Add "Suppress message" command to FxCop warnings on the error list 20 years ago
Matt Ward a77b961def Fixed null reference exception generated when Mono's DefaultCLR registry value was missing. 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald 05c43ceb3f Worked on FxCop integration. 20 years ago
Daniel Grunwald 4415e32c07 Implemented FxCop task. 20 years ago
Daniel Grunwald 099643ef83 Fixed forum-5573: Error compiling projects created by VS 2005 for .NET 1.1. 20 years ago
Daniel Grunwald c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
Matt Ward 17aa48e709 Modified the MonoCompilerTask class (base class for all mono compiler tasks) so it uses Microsoft's ToolTask class to run the compiler instead of doing all the work itself. 20 years ago
Matt Ward 9d52c21a2e VB.NET projects can now target Mono via the MonoBasic compiler. All Mono compiler command lines now logged and can be seen when running MSBuild from the command prompt. Added Gtk# project and file template for VB.NET. 20 years ago
Matt Ward 5ff47c03b8 VB.NET projects can now target different versions of Microsoft's .NET framework. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. 20 years ago
Matt Ward 191510b4bc Reset accidentally modified assembly info version numbers. 20 years ago