summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Building up Clean targets.Andrew Arnott2010-02-154-17/+26
|
* Split out samples and doc building so they can be parallelized.Andrew Arnott2010-02-154-25/+46
|
* VSIX files now generated as well.Andrew Arnott2010-02-153-39/+43
|
* VSIs are now generated.Andrew Arnott2010-02-155-17/+29
|
* .zip files for VS2008 and VS2010 project templates now complete.Andrew Arnott2010-02-142-53/+41
|
* VS2008 template .zip file now fully created.Andrew Arnott2010-02-143-42/+43
|
* VS2008 Project Templates are now generated.Andrew Arnott2010-02-142-18/+24
|
* Fixed bug where dependency library's wouldn't get copied.Andrew Arnott2010-02-131-3/+7
|
* The dbproj project reference is now removed.Andrew Arnott2010-02-132-24/+36
| | | | Finished project template creation for VS2010 .zip files.
* Almost finished getting basic project template layout working.Andrew Arnott2010-02-133-159/+155
|
* Purge now requires the IntendedFiles parameter.Andrew Arnott2010-02-121-0/+1
|
* CopyWithTokenSubstitution now creates missing directories more reliably.Andrew Arnott2010-02-121-3/+4
|
* FixupReferenceHintPaths now degrades more gracefully when assemblies are ↵Andrew Arnott2010-02-121-1/+7
| | | | missing on disk.
* Refactored build.proj to pull out project template building.Andrew Arnott2010-02-1114-435/+546
| | | | VSI and VSIX is broken right now. The only thing that works is raw project template layout itself. Very much a work in progress.
* Fixed Purge task to be smarter about normalizing paths.Andrew Arnott2010-02-113-4/+4
|
* Fixed Stylecop message after Reporting change.Andrew Arnott2010-02-031-34/+34
|
* Reporting can now be enabled/disabled programmatically.Andrew Arnott2010-02-031-24/+72
|
* Reduced max path so that the generated VSIX is accepted by VS Gallery.Andrew Arnott2010-02-021-1/+1
|
* The build is adding a bit to the SQL script.Andrew Arnott2010-02-021-0/+4
|
* Restored temporarily removed depending targets.Andrew Arnott2010-02-021-1/+1
|
* Added missing transform of extension.vsixmanifest files in project template ↵Andrew Arnott2010-02-021-1/+16
| | | | VSIX files.
* Finished generating individual VSIX files for each project template.Andrew Arnott2010-02-021-4/+1
| | | | This includes a workaround to what may be an MSBuild bug.
* Work toward generating VSIX files for each individual project template.Andrew Arnott2010-02-024-6/+99
|
* Renamed output VSIX in preparation for other single-project-template VSIXs.Andrew Arnott2010-02-021-1/+1
|
* Removed VSPackage declaration in VSIX that caused it to be rejected by VS ↵Andrew Arnott2010-02-022-6/+1
| | | | Gallery.
* Project template generation now ensures project item filenames that are ↵Andrew Arnott2010-02-026-15/+187
| | | | short enough to not be rejected by VS Gallery or otherwise cause problems running up against MAX_PATH.
* Incremented version to v3.4.1.Andrew Arnott2010-01-311-1/+1
|
* Revert "Incremented version to v3.5"Andrew Arnott2010-01-311-1/+1
| | | | This reverts commit db73a335e9cc2096d43dd11f02de37c5e0204375.
* Merged master back into v3.4 for VS2010 support.Andrew Arnott2010-01-31201-2163/+13689
|\ | | | | | | Merge branch 'master' into v3.4
| * Upgraded solution to Visual Studio 2010.Andrew Arnott2010-01-31188-2160/+13668
| |\ | | | | | | | | | Merge branch 'master-Dev10'
| | * Fixed flashing of the console window during builds within the IDE.Andrew Arnott2010-01-183-0/+1
| | |
| | * Restored sln target builds, now that they've been fixed in Dev10 RC.Andrew Arnott2010-01-181-4/+3
| | |
| | * Brought back CLR 2 security attributes for ProtocolException class when ↵Andrew Arnott2010-01-181-0/+4
| | | | | | | | | | | | appropriate.
| | * Upgraded VB sample to Dev10.Andrew Arnott2010-01-174-38/+45
| | |
| | * Merge branch 'master' into master-Dev10Andrew Arnott2010-01-1794-187/+2306
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs
| | * | Fixed StyleCop messages.Andrew Arnott2010-01-171-10/+10
| | | |
| | * | Made GettingStarted.htm have a space in it to flex our muscle.Andrew Arnott2010-01-157-7/+9
| | | | | | | | | | | | | | | | And added some missing Purge tasks.
| | * | Removed useless attributes.Andrew Arnott2010-01-152-2/+0
| | | |
| | * | Updated description to include OAuth.Andrew Arnott2010-01-154-4/+4
| | | |
| | * | Purge the vsix layout directory.Andrew Arnott2010-01-151-0/+2
| | | |
| | * | VSIX templates now appear under C# and C#\Web in New Project dialog.Andrew Arnott2010-01-152-5/+7
| | | |
| | * | Renamed author of vsix.Andrew Arnott2010-01-151-1/+1
| | | |
| | * | Added a pkgdef to the vsix.Andrew Arnott2010-01-153-0/+7
| | | |
| | * | Fixed bad vsi filename when certain targets don't happen to build first.Andrew Arnott2010-01-151-1/+1
| | | |
| | * | Made downgrading ASP.NET MVC versions an opt-in step.Andrew Arnott2010-01-154-5/+13
| | | |
| | * | Both .vsi and .vsix files are built now!Andrew Arnott2010-01-1513-73/+237
| | | |
| | * | Removed superfluous <Delete> tasks preceding <Zip> tasks since <Zip> ↵Andrew Arnott2010-01-141-5/+0
| | | | | | | | | | | | | | | | overwrites the old file.
| | * | Added .vsix to drop target.Andrew Arnott2010-01-131-1/+5
| | | |
| | * | Beginning of VSIX packaging, and made VSI include version number from build ↵Andrew Arnott2010-01-137-28/+121
| | | | | | | | | | | | | | | | system.
| | * | VS2010 generates a slightly different database SQL generation file.Andrew Arnott2010-01-132-187/+194
| | | |
| | * | Fixed .vsi project templates so they are VS2008 compatible rather than VS2010.Andrew Arnott2010-01-131-0/+4
| | | |
| | * | Web sites don't all start when the debugger does any more.Andrew Arnott2010-01-091-0/+4
| | | |
| | * | Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-0912-27/+27
| | |\ \
| | | * | Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-0912-27/+27
| | | | |
| | * | | Removed extra reference to .NET 4.0 assembly.Andrew Arnott2010-01-091-1/+0
| | | | |
| | * | | Sample projects are now downgraded from VS2010 to VS2008 while creating a drop.Andrew Arnott2010-01-096-1/+108
| | | | |
| | * | | Fixed build.proj ToolsLayout target.Andrew Arnott2010-01-082-4/+4
| | | | |
| | * | | Workaround for Dev10 RC bug.Andrew Arnott2010-01-081-2/+3
| | | | |
| | * | | Fixed up some more issues with OpenIdOfflineProvider sample.Andrew Arnott2010-01-085-1/+16
| | | | |
| | * | | Restored ASP.NET MVC 1 libraries.Andrew Arnott2010-01-086-6/+3154
| | | | |
| | * | | Fixed a couple of project issues so that the samples will backport to VS2008 ↵Andrew Arnott2010-01-083-1/+2
| | | | | | | | | | | | | | | | | | | | more easily.
| | * | | Upgraded samples.sln file for Dev10.Andrew Arnott2010-01-081-6/+6
| | | | |
| | * | | Revisited the MVC samples to make sure they just use MVC 1.Andrew Arnott2010-01-0823-49567/+4
| | | | | | | | | | | | | | | | | | | | Removed all these extra scripts that aren't needed until we upgrade to MVC 2.
| | * | | Upgraded MVC project template to Dev10.Andrew Arnott2010-01-082-8/+13
| | | | |
| | * | | More care in exactly which ASP.NET MVC assembly we reference in the library.Andrew Arnott2010-01-081-6/+11
| | | | |
| | * | | Added commented web.config section assisting MVC 2 users with type forwarding.Andrew Arnott2010-01-083-0/+28
| | | | |
| | * | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0860-75/+26412
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln
| | * | | | Restored MS.Contracts.dll for down-targeting to v3.5.Andrew Arnott2010-01-081-0/+0
| | | | | |
| | * | | | Restored Code Contracts XML generation, since it's fixed in CC build ↵Andrew Arnott2010-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1.2.30108.0.
| | * | | | Fixed TestWeb project to target .NET 3.5Andrew Arnott2010-01-082-12/+106
| | | | | |
| | * | | | NUnit project now builds while targeting both v3.5 and v4.0.Andrew Arnott2010-01-081-2/+1
| | | | | |
| | * | | | Replacing the Shadow accessor generation with our own multi-targeting ready ↵Andrew Arnott2010-01-082-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | version.
| | * | | | Workaround for Dev10 RC bug.Andrew Arnott2010-01-081-1/+1
| | | | | |
| | * | | | Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-08108-1411/+10966
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fixed ASP.NET hosting to be flexible about where it is executed from.Andrew Arnott2010-01-081-1/+11
| | | | | |
| | | * | | Removed duplicate using statement.Andrew Arnott2010-01-071-1/+0
| | | | | |
| | | * | | Merge branch 'master' into nunitAndrew Arnott2010-01-0736-135/+157
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs
| | | * | | | Removed MSTest project type GUID and wired up NUnit in build.proj.Andrew Arnott2010-01-066-572/+19
| | | | | | |
| | | * | | | Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-067-12/+12
| | | | | | |
| | | * | | | Fixed ASP.NET hosting tests.Andrew Arnott2010-01-063-5/+5
| | | | | | |
| | | * | | | Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-06102-836/+825
| | | | | | |
| | | * | | | First test converted to NUnit.Andrew Arnott2010-01-062-4/+7
| | | | | | |
| | | * | | | Added NUnit Framework 2.5.3.Andrew Arnott2010-01-062-0/+10113
| | | | | | |
| | * | | | | Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-0825-1500/+1994
| | | | | | |
| | * | | | | DNOA and tool sample now builds against .NET v3.5 by default.Andrew Arnott2010-01-083-3/+1
| | | | | | |
| | * | | | | Work toward being able to back-target to v3.5.Andrew Arnott2010-01-082-0/+27
| | | | | | |
| | * | | | | Segregate bin and obj directories for individual target framework versions.Andrew Arnott2010-01-082-4/+5
| | | | | | |
| | * | | | | Upgraded BuildTasks project.Andrew Arnott2010-01-082-4/+38
| | | | | | |
| | * | | | | Updated ToolsVersion on all the project files to say 4.0.Andrew Arnott2010-01-086-6/+6
| | | | | | |
| | * | | | | Touching up how CLR 4 is conditioned in the build.Andrew Arnott2010-01-085-9/+9
| | | | | | |
| | * | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0816-63/+190
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj
| | * | | | | | Workaround for broken code contracts xml generation.Andrew Arnott2010-01-071-4/+3
| | | | | | | |
| | * | | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0715-70/+77
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs
| | * | | | | | Upgraded the couple of new sample projects that were in the master branch.Andrew Arnott2010-01-065-203/+47
| | | | | | | |
| | * | | | | | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-06155-1781/+4247
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵Andrew Arnott2010-01-065-83/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated API.
| | * | | | | | Fixed warnings about using deprecated Code Access Security features in CLR4.Andrew Arnott2010-01-052-2/+6
| | | | | | | |
| | * | | | | | Fixed Code Contract warnings about having protected Invariant methods.Andrew Arnott2010-01-0515-16/+15
| | | | | | | |
| | * | | | | | Fixed xml doc comment bugs that show up as warnings to the C# 4 compiler.Andrew Arnott2010-01-057-11/+10
| | | | | | | |
| | * | | | | | Fixed runtime exception due to new security model.Andrew Arnott2010-01-051-1/+2
| | | | | | | |