openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Prebuild
Settings
|
Report Duplicate
11
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
5 months
ago. based on code collected
5 months
ago.
Feb 06, 2025 — Feb 06, 2026
Showing page 1 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Fixed an error handling matched files with no extension
jhurliman
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
jhurliman
More...
almost 16 years ago
Recompiled Prebuild.exe with VS2005 to make sure no .NET 4 dependencies are introduced
jhurliman
More...
almost 16 years ago
* Fixed a broken string comparison loop in GetSubTypeByFileName()
jhurliman
More...
almost 16 years ago
Changed .NET Framework of Prebuild.exe from 4.0 back to 2.0
jhurliman
More...
about 16 years ago
Fixed a regression in inheriting parent configurations
jhurliman
More...
about 16 years ago
Fixed the hack that skips over .svn directories
jhurliman
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
jhurliman
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")
jhurliman
More...
about 16 years ago
Modifying the system to handle different build platforms for VS2008 and NAnt.
dmoonfire
More...
about 17 years ago
Updating the schema.
dmoonfire
More...
about 17 years ago
More support for targetable platforms. Updated the NAnt and VS2008 targets for setting the platform.
dmoonfire
More...
about 17 years ago
Additional modifications, still not exactly stable.
dmoonfire
More...
about 17 years ago
Adding kunnis-add-platform-support-patch into the system.
dmoonfire
More...
about 17 years ago
More fixes thanks to kanato
kunnis
More...
about 17 years ago
Another patch thanks to kanato. Prevents crashing when running over networks.
kunnis
More...
about 17 years ago
making debugging easier by not catching exceptions
kunnis
More...
about 17 years ago
Removed all the uses of the old System.Collections classes, mono doesn't like them being mixed.
kunnis
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)
kunnis
More...
about 17 years ago
Adds in better support for dependencies in projects for MonoDevelop
kunnis
More...
over 17 years ago
Applied patch from
kunnis
More...
over 17 years ago
removed some dead code.
kunnis
More...
over 17 years ago
Making VS respect the CopyLocal Flag in the build process
kunnis
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.
kunnis
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.
kunnis
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.
kunnis
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.
kunnis
More...
over 17 years ago
Fixes for VS WinForms project generation (some DependentUpon references were missing or wrong)
jhurliman
More...
over 17 years ago
Converted a lot of ArrayLists to List<>.
kunnis
More...
over 17 years ago
standardized the code a little bit by removing the CVS headers.
kunnis
More...
over 17 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree