11
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 months ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed an error handling matched files with no extension More... almost 16 years ago
* Applied patch #3056218 from BlueWall to fix an nant reference bug and add wildcard include support. This also adds myself to the copyright statement and bumps the version number to 2.0.5 More... almost 16 years ago
Recompiled Prebuild.exe with VS2005 to make sure no .NET 4 dependencies are introduced More... almost 16 years ago
* Fixed a broken string comparison loop in GetSubTypeByFileName() More... almost 16 years ago
Changed .NET Framework of Prebuild.exe from 4.0 back to 2.0 More... about 16 years ago
Fixed a regression in inheriting parent configurations More... about 16 years ago
Fixed the hack that skips over .svn directories More... about 16 years ago
Changed VS2010 target to use ToolsVersion="4.0" when targeting .NET Framework 3.5. This prevents VS2010 from going through the conversion wizard when the generated .sln is opened More... about 16 years ago
Applying patch #2991642 from Charles Weld to add VS2010 support. Slight modification to the patch to get "Any CPU" instead of "Any CPU" printing out in .sln files (.csproj files still use "AnyCPU") More... about 16 years ago
Modifying the system to handle different build platforms for VS2008 and NAnt. More... about 17 years ago
Updating the schema. More... about 17 years ago
More support for targetable platforms. Updated the NAnt and VS2008 targets for setting the platform. More... about 17 years ago
Additional modifications, still not exactly stable. More... about 17 years ago
Adding kunnis-add-platform-support-patch into the system. More... about 17 years ago
More fixes thanks to kanato More... about 17 years ago
Another patch thanks to kanato. Prevents crashing when running over networks. More... about 17 years ago
making debugging easier by not catching exceptions More... about 17 years ago
Removed all the uses of the old System.Collections classes, mono doesn't like them being mixed. More... about 17 years ago
Applied a workaround for running over a network drive in Windows (workaround for a bug in .NET associated with getting file matches on a network drive) More... about 17 years ago
Adds in better support for dependencies in projects for MonoDevelop More... over 17 years ago
Applied patch from More... over 17 years ago
removed some dead code. More... over 17 years ago
Making VS respect the CopyLocal Flag in the build process More... over 17 years ago
This disables a very different behavior between VS and NAnt. With Nant, If you have using System.Xml; it will ensure System.Xml.dll is referenced, but not in VS. This will force the behaviors to match, so when it works in nant, it will work in VS. More... over 17 years ago
Only generating the Solution Files section if there are files in that section. This resolves issues about opening solutions in VS2k5/2k8 Express and getting an error saying that the express edition doesn't support this version. More... over 17 years ago
Added in a Clean task... nant is supported, I'd like to add support for VS as an external batch file. More... over 17 years ago
Did a bunch of cleanup. Replaced all Hashtables with Dictionary<>s, and did a bunch of cleanup, removing extra this statements and extra casts. More... over 17 years ago
Fixes for VS WinForms project generation (some DependentUpon references were missing or wrong) More... over 17 years ago
Converted a lot of ArrayLists to List<>. More... over 17 years ago
standardized the code a little bit by removing the CVS headers. More... over 17 years ago