Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-27Revert "Revert "MSBuild support fixes""Lluis Sanchez Gual
2013-08-16[Core] Better handling for unknown project types in slnMichael Hutchinson
2013-08-15Revert "Disable msbuild by default for now"Alan McGovern
2013-08-15[Core] BXC17 - MSBuild serializer doesn't handle XML escapingMichael Hutchinson
2013-08-14Disable msbuild by default for nowAlan McGovern
2013-08-13[MSBuild] MSBuild opt-in/out is now per-project, not globalMichael Hutchinson
2013-08-07Revert "MSBuild support fixes"Michael Hutchinson
2013-07-16[Ide] BXC13117 - XS completely messes up project ItemGroup relative pathsMichael Hutchinson
2013-07-11[MSBuild] Properly escape item metadata when saving a projectLluis Sanchez
2013-06-10MSBuild support fixesLluis Sanchez
2013-06-04Fix bug #93 - MD doesn't support filename wildcards in project filesLluis Sanchez Gual
2013-05-14[Core] Clean up project wildcard expansionMichael Hutchinson
2013-05-04[MSBuild] Added support for nullable MSBuild propertiesMichael Hutchinson
2013-04-30Fix crash when reading project dependenciesLluis Sanchez
2013-04-29Fix failure in unit testLluis Sanchez
2013-04-11[MSBuild] Put all our builders in an isolated directoryAlan McGovern
2013-04-03[Ide] Fix casing on generic item GUIDMichael Hutchinson
2013-03-28Fix cast exception when saving a sln with projects that failed to loadLluis Sanchez
2013-03-26Add initial support for project dependencies defined at solution levelLluis Sanchez
2013-03-22[Core] Preserve the sln deploy flagLluis Sanchez
2013-03-15BXC3478 - MD does not support DebugType pdbonlyMichael Hutchinson
2013-03-13[Ide] Better reporting of unknown project typesMichael Hutchinson
2013-03-13[MSBuild] Handle serializing null fx profileMichael Hutchinson
2013-03-11Revert "[Core] Fix a regression from e0cf1483 when saving csproj"Michael Hutchinson
2013-03-11Merge pull request #248 from SickheadGames/masterLluis Sanchez
2013-03-11[Core] Fix a regression from e0cf1483 when saving csprojAlan McGovern
2013-03-07Provide better error messages for "unknown" project typesLluis Sanchez
2013-02-14Fixing code formattingJames Lupiani
2013-02-14Merge branch 'master' of https://github.com/jaredthirsk/monodevelopJames Lupiani
2013-02-12[MSBuild] Don't remove framework attributesMichael Hutchinson
2013-02-12[MSBuild] Don't alter case of existing bool propertiesMichael Hutchinson
2013-02-05[Projects] Rename MSBuild11 format to MSBuild12Michael Hutchinson
2013-01-30[Projects] Update MSBuild settings without a restartMichael Hutchinson
2013-01-10Improve error messageLluis Sanchez
2012-12-20[Core, MSBuild] Add API to test if a project file is loadable by the IDE.Bojan Rajkovic
2012-12-14Merge branch 'master' into ui-refreshJeffrey Stedfast
2012-12-13SlnFileFormat: set IProjectLoadProgressMonitor.CurrentSolutionAaron Bockover
2012-12-05[Core] Brand the error message displayed to the userAlan McGovern
2012-12-04Add support for reference aliasesLluis Sanchez
2012-12-03[MSBuildProjectHandler] pass additional args to PromptForMigrationAaron Bockover
2012-11-29MSBuildProjectHandler: ignore optional migrations in md-toolAaron Bockover
2012-11-06[MSBuild] support optional project type migrationsAaron Bockover
2012-10-30[Core] Fixed SlnFileFormat to buildJeffrey Stedfast
2012-10-29Merge pull request #231 from funnelweb/masterLluis Sanchez
2012-10-29Write correct guid format to solution fileBen Winkel
2012-10-26[Core] Disable xbuild by default againAlan McGovern
2012-10-24[Core] Enable xbuild for standard projects correctlyAlan McGovern
2012-10-24Improve support for the VS2012 formatLluis Sanchez
2012-10-23[Core] Fix an sln incompatibility between MD and VS.Alan McGovern
2012-09-20Works on a Mac using <Compile Include="**/*.cs"/>. Added a special WildcardI...Jared Thirsk