Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Building up Clean targets. | Andrew Arnott | 2010-02-15 | 4 | -17/+26 |
| | |||||
* | Split out samples and doc building so they can be parallelized. | Andrew Arnott | 2010-02-15 | 4 | -25/+46 |
| | |||||
* | VSIX files now generated as well. | Andrew Arnott | 2010-02-15 | 3 | -39/+43 |
| | |||||
* | VSIs are now generated. | Andrew Arnott | 2010-02-15 | 5 | -17/+29 |
| | |||||
* | .zip files for VS2008 and VS2010 project templates now complete. | Andrew Arnott | 2010-02-14 | 2 | -53/+41 |
| | |||||
* | VS2008 template .zip file now fully created. | Andrew Arnott | 2010-02-14 | 3 | -42/+43 |
| | |||||
* | VS2008 Project Templates are now generated. | Andrew Arnott | 2010-02-14 | 2 | -18/+24 |
| | |||||
* | Fixed bug where dependency library's wouldn't get copied. | Andrew Arnott | 2010-02-13 | 1 | -3/+7 |
| | |||||
* | The dbproj project reference is now removed. | Andrew Arnott | 2010-02-13 | 2 | -24/+36 |
| | | | | Finished project template creation for VS2010 .zip files. | ||||
* | Almost finished getting basic project template layout working. | Andrew Arnott | 2010-02-13 | 3 | -159/+155 |
| | |||||
* | Purge now requires the IntendedFiles parameter. | Andrew Arnott | 2010-02-12 | 1 | -0/+1 |
| | |||||
* | CopyWithTokenSubstitution now creates missing directories more reliably. | Andrew Arnott | 2010-02-12 | 1 | -3/+4 |
| | |||||
* | FixupReferenceHintPaths now degrades more gracefully when assemblies are ↵ | Andrew Arnott | 2010-02-12 | 1 | -1/+7 |
| | | | | missing on disk. | ||||
* | Refactored build.proj to pull out project template building. | Andrew Arnott | 2010-02-11 | 14 | -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 Arnott | 2010-02-11 | 3 | -4/+4 |
| | |||||
* | Fixed Stylecop message after Reporting change. | Andrew Arnott | 2010-02-03 | 1 | -34/+34 |
| | |||||
* | Reporting can now be enabled/disabled programmatically. | Andrew Arnott | 2010-02-03 | 1 | -24/+72 |
| | |||||
* | Reduced max path so that the generated VSIX is accepted by VS Gallery. | Andrew Arnott | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | The build is adding a bit to the SQL script. | Andrew Arnott | 2010-02-02 | 1 | -0/+4 |
| | |||||
* | Restored temporarily removed depending targets. | Andrew Arnott | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Added missing transform of extension.vsixmanifest files in project template ↵ | Andrew Arnott | 2010-02-02 | 1 | -1/+16 |
| | | | | VSIX files. | ||||
* | Finished generating individual VSIX files for each project template. | Andrew Arnott | 2010-02-02 | 1 | -4/+1 |
| | | | | This includes a workaround to what may be an MSBuild bug. | ||||
* | Work toward generating VSIX files for each individual project template. | Andrew Arnott | 2010-02-02 | 4 | -6/+99 |
| | |||||
* | Renamed output VSIX in preparation for other single-project-template VSIXs. | Andrew Arnott | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Removed VSPackage declaration in VSIX that caused it to be rejected by VS ↵ | Andrew Arnott | 2010-02-02 | 2 | -6/+1 |
| | | | | Gallery. | ||||
* | Project template generation now ensures project item filenames that are ↵ | Andrew Arnott | 2010-02-02 | 6 | -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 Arnott | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | Revert "Incremented version to v3.5" | Andrew Arnott | 2010-01-31 | 1 | -1/+1 |
| | | | | This reverts commit db73a335e9cc2096d43dd11f02de37c5e0204375. | ||||
* | Merged master back into v3.4 for VS2010 support. | Andrew Arnott | 2010-01-31 | 201 | -2163/+13689 |
|\ | | | | | | | Merge branch 'master' into v3.4 | ||||
| * | Upgraded solution to Visual Studio 2010. | Andrew Arnott | 2010-01-31 | 188 | -2160/+13668 |
| |\ | | | | | | | | | | Merge branch 'master-Dev10' | ||||
| | * | Fixed flashing of the console window during builds within the IDE. | Andrew Arnott | 2010-01-18 | 3 | -0/+1 |
| | | | |||||
| | * | Restored sln target builds, now that they've been fixed in Dev10 RC. | Andrew Arnott | 2010-01-18 | 1 | -4/+3 |
| | | | |||||
| | * | Brought back CLR 2 security attributes for ProtocolException class when ↵ | Andrew Arnott | 2010-01-18 | 1 | -0/+4 |
| | | | | | | | | | | | | appropriate. | ||||
| | * | Upgraded VB sample to Dev10. | Andrew Arnott | 2010-01-17 | 4 | -38/+45 |
| | | | |||||
| | * | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 94 | -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 Arnott | 2010-01-17 | 1 | -10/+10 |
| | | | | |||||
| | * | | Made GettingStarted.htm have a space in it to flex our muscle. | Andrew Arnott | 2010-01-15 | 7 | -7/+9 |
| | | | | | | | | | | | | | | | | And added some missing Purge tasks. | ||||
| | * | | Removed useless attributes. | Andrew Arnott | 2010-01-15 | 2 | -2/+0 |
| | | | | |||||
| | * | | Updated description to include OAuth. | Andrew Arnott | 2010-01-15 | 4 | -4/+4 |
| | | | | |||||
| | * | | Purge the vsix layout directory. | Andrew Arnott | 2010-01-15 | 1 | -0/+2 |
| | | | | |||||
| | * | | VSIX templates now appear under C# and C#\Web in New Project dialog. | Andrew Arnott | 2010-01-15 | 2 | -5/+7 |
| | | | | |||||
| | * | | Renamed author of vsix. | Andrew Arnott | 2010-01-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Added a pkgdef to the vsix. | Andrew Arnott | 2010-01-15 | 3 | -0/+7 |
| | | | | |||||
| | * | | Fixed bad vsi filename when certain targets don't happen to build first. | Andrew Arnott | 2010-01-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Made downgrading ASP.NET MVC versions an opt-in step. | Andrew Arnott | 2010-01-15 | 4 | -5/+13 |
| | | | | |||||
| | * | | Both .vsi and .vsix files are built now! | Andrew Arnott | 2010-01-15 | 13 | -73/+237 |
| | | | | |||||
| | * | | Removed superfluous <Delete> tasks preceding <Zip> tasks since <Zip> ↵ | Andrew Arnott | 2010-01-14 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | overwrites the old file. | ||||
| | * | | Added .vsix to drop target. | Andrew Arnott | 2010-01-13 | 1 | -1/+5 |
| | | | | |||||
| | * | | Beginning of VSIX packaging, and made VSI include version number from build ↵ | Andrew Arnott | 2010-01-13 | 7 | -28/+121 |
| | | | | | | | | | | | | | | | | system. | ||||
| | * | | VS2010 generates a slightly different database SQL generation file. | Andrew Arnott | 2010-01-13 | 2 | -187/+194 |
| | | | | |||||
| | * | | Fixed .vsi project templates so they are VS2008 compatible rather than VS2010. | Andrew Arnott | 2010-01-13 | 1 | -0/+4 |
| | | | | |||||
| | * | | Web sites don't all start when the debugger does any more. | Andrew Arnott | 2010-01-09 | 1 | -0/+4 |
| | | | | |||||
| | * | | Merge branch 'nunit' into master-Dev10 | Andrew Arnott | 2010-01-09 | 12 | -27/+27 |
| | |\ \ | |||||
| | | * | | Fixed a bunch of NUnit warnings. | Andrew Arnott | 2010-01-09 | 12 | -27/+27 |
| | | | | | |||||
| | * | | | Removed extra reference to .NET 4.0 assembly. | Andrew Arnott | 2010-01-09 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Sample projects are now downgraded from VS2010 to VS2008 while creating a drop. | Andrew Arnott | 2010-01-09 | 6 | -1/+108 |
| | | | | | |||||
| | * | | | Fixed build.proj ToolsLayout target. | Andrew Arnott | 2010-01-08 | 2 | -4/+4 |
| | | | | | |||||
| | * | | | Workaround for Dev10 RC bug. | Andrew Arnott | 2010-01-08 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | Fixed up some more issues with OpenIdOfflineProvider sample. | Andrew Arnott | 2010-01-08 | 5 | -1/+16 |
| | | | | | |||||
| | * | | | Restored ASP.NET MVC 1 libraries. | Andrew Arnott | 2010-01-08 | 6 | -6/+3154 |
| | | | | | |||||
| | * | | | Fixed a couple of project issues so that the samples will backport to VS2008 ↵ | Andrew Arnott | 2010-01-08 | 3 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | more easily. | ||||
| | * | | | Upgraded samples.sln file for Dev10. | Andrew Arnott | 2010-01-08 | 1 | -6/+6 |
| | | | | | |||||
| | * | | | Revisited the MVC samples to make sure they just use MVC 1. | Andrew Arnott | 2010-01-08 | 23 | -49567/+4 |
| | | | | | | | | | | | | | | | | | | | | Removed all these extra scripts that aren't needed until we upgrade to MVC 2. | ||||
| | * | | | Upgraded MVC project template to Dev10. | Andrew Arnott | 2010-01-08 | 2 | -8/+13 |
| | | | | | |||||
| | * | | | More care in exactly which ASP.NET MVC assembly we reference in the library. | Andrew Arnott | 2010-01-08 | 1 | -6/+11 |
| | | | | | |||||
| | * | | | Added commented web.config section assisting MVC 2 users with type forwarding. | Andrew Arnott | 2010-01-08 | 3 | -0/+28 |
| | | | | | |||||
| | * | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 60 | -75/+26412 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj src/DotNetOpenAuth.sln | ||||
| | * | | | | Restored MS.Contracts.dll for down-targeting to v3.5. | Andrew Arnott | 2010-01-08 | 1 | -0/+0 |
| | | | | | | |||||
| | * | | | | Restored Code Contracts XML generation, since it's fixed in CC build ↵ | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 1.2.30108.0. | ||||
| | * | | | | Fixed TestWeb project to target .NET 3.5 | Andrew Arnott | 2010-01-08 | 2 | -12/+106 |
| | | | | | | |||||
| | * | | | | NUnit project now builds while targeting both v3.5 and v4.0. | Andrew Arnott | 2010-01-08 | 1 | -2/+1 |
| | | | | | | |||||
| | * | | | | Replacing the Shadow accessor generation with our own multi-targeting ready ↵ | Andrew Arnott | 2010-01-08 | 2 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | version. | ||||
| | * | | | | Workaround for Dev10 RC bug. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge branch 'nunit' into master-Dev10 | Andrew Arnott | 2010-01-08 | 108 | -1411/+10966 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Fixed ASP.NET hosting to be flexible about where it is executed from. | Andrew Arnott | 2010-01-08 | 1 | -1/+11 |
| | | | | | | |||||
| | | * | | | Removed duplicate using statement. | Andrew Arnott | 2010-01-07 | 1 | -1/+0 |
| | | | | | | |||||
| | | * | | | Merge branch 'master' into nunit | Andrew Arnott | 2010-01-07 | 36 | -135/+157 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/Utilities.cs | ||||
| | | * | | | | Removed MSTest project type GUID and wired up NUnit in build.proj. | Andrew Arnott | 2010-01-06 | 6 | -572/+19 |
| | | | | | | | |||||
| | | * | | | | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-06 | 7 | -12/+12 |
| | | | | | | | |||||
| | | * | | | | Fixed ASP.NET hosting tests. | Andrew Arnott | 2010-01-06 | 3 | -5/+5 |
| | | | | | | | |||||
| | | * | | | | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 102 | -836/+825 |
| | | | | | | | |||||
| | | * | | | | First test converted to NUnit. | Andrew Arnott | 2010-01-06 | 2 | -4/+7 |
| | | | | | | | |||||
| | | * | | | | Added NUnit Framework 2.5.3. | Andrew Arnott | 2010-01-06 | 2 | -0/+10113 |
| | | | | | | | |||||
| | * | | | | | Reverting default target framework from 4.0 back to 3.5. | Andrew Arnott | 2010-01-08 | 25 | -1500/+1994 |
| | | | | | | | |||||
| | * | | | | | DNOA and tool sample now builds against .NET v3.5 by default. | Andrew Arnott | 2010-01-08 | 3 | -3/+1 |
| | | | | | | | |||||
| | * | | | | | Work toward being able to back-target to v3.5. | Andrew Arnott | 2010-01-08 | 2 | -0/+27 |
| | | | | | | | |||||
| | * | | | | | Segregate bin and obj directories for individual target framework versions. | Andrew Arnott | 2010-01-08 | 2 | -4/+5 |
| | | | | | | | |||||
| | * | | | | | Upgraded BuildTasks project. | Andrew Arnott | 2010-01-08 | 2 | -4/+38 |
| | | | | | | | |||||
| | * | | | | | Updated ToolsVersion on all the project files to say 4.0. | Andrew Arnott | 2010-01-08 | 6 | -6/+6 |
| | | | | | | | |||||
| | * | | | | | Touching up how CLR 4 is conditioned in the build. | Andrew Arnott | 2010-01-08 | 5 | -9/+9 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 16 | -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 Arnott | 2010-01-07 | 1 | -4/+3 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 15 | -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 Arnott | 2010-01-06 | 5 | -203/+47 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-06 | 155 | -1781/+4247 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | Removed the mobile text box control for CLR4 scenarios since it's using a ↵ | Andrew Arnott | 2010-01-06 | 5 | -83/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecated API. | ||||
| | * | | | | | | Fixed warnings about using deprecated Code Access Security features in CLR4. | Andrew Arnott | 2010-01-05 | 2 | -2/+6 |
| | | | | | | | | |||||
| | * | | | | | | Fixed Code Contract warnings about having protected Invariant methods. | Andrew Arnott | 2010-01-05 | 15 | -16/+15 |
| | | | | | | | | |||||
| | * | | | | | | Fixed xml doc comment bugs that show up as warnings to the C# 4 compiler. | Andrew Arnott | 2010-01-05 | 7 | -11/+10 |
| | | | | | | | | |||||
| | * | | | | | | Fixed runtime exception due to new security model. | Andrew Arnott | 2010-01-05 | 1 | -1/+2 |
| | | | | | | | |