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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05Fix genproj.cs (make update-solution-files) (#6162)Egor Bogatov
2017-11-25[genproj] Support setting /langversion in csproj (#6096)Alexander Köplinger
2017-11-13Add ignoring features option into genprojMikhail Filippov
2017-09-25Add test projects (optional) to net_4_x.sln (#5633)Egor Bogatov
2017-08-07[genproj] Simplify strong name key handlingAlexander Köplinger
2017-05-13[csproj] Update generator to handle platform-specific assemblies (#4847)Alexander Köplinger
2016-12-01[genproj] Recognize /deterministic and /runtimemetadataversionAlexander Köplinger
2016-06-14WIP [library.make] Make resource usage declarative in the class libraries (#3...Miguel de Icaza
2016-05-31[genproj] support for using prebuilt resourcesMiguel de Icaza
2016-05-31[genproj] Getting closer to a full buildMiguel de Icaza
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-05-25[genproj] Handle resources properly, add helper scripts to bootstrapMiguel de Icaza
2016-05-24[genproj] Properly include EmbeddedResources for .resx->resourcesMiguel de Icaza
2016-05-19[msbuild projects] Use newlines without a carriage return for Unix targets to...Miguel de Icaza
2016-05-19[genproj] Fix the Makefile THISDIR location, so MSBuild can work with nunit.coreMiguel de Icaza
2016-05-19[genproj] Now we can build all executables with msbuild as wellMiguel de Icaza
2016-05-19[genproj] Fix THISDIR location in a few projects, so genproj can generate MSB...Miguel de Icaza
2016-05-19[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cycli...Miguel de Icaza
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18Graduate the csproj/solution to completed - you can now build with the toplev...Miguel de Icaza
2016-05-18[WIP] Important change: more comprehensive Makefile to support csproj-local o...Miguel de Icaza
2016-05-18[genproj] Updates to project generator and csproj files.Miguel de Icaza
2015-09-14[genproj] Skip Facades, mcs and Microsoft.Web.Infrastructure.João Matos
2015-09-14[genproj] Update the generator to handle the net_4_x profile.João Matos
2015-03-17[genproj] Added support for mcs "/-getresourcestrings" switch.João Matos
2015-03-17[genproj] Remove non .NET 4.5 solutions from being generated.João Matos
2015-02-19[genproj] Fix line endings in generated file to be CRLFAlexander Köplinger
2015-02-05Start work to generate dependenciesMiguel de Icaza
2015-01-13Fixed msvc/scripts/genproj.cs file seperator issue on UNIX.Marcos Henrich
2014-05-25[build] MSBuild setup: Add support for -keyfile and -delaysign, thanks to Mar...Miguel de Icaza
2014-05-24[msvc/scripts] Update order.xml file with Makefile changes, update generatorMiguel de Icaza
2014-05-23[build/msbuild] Tool resolves assemblies based on exact match, not random-lastMiguel de Icaza
2014-04-28genproj: add support for Alias in project referencesMiguel de Icaza
2014-04-28[genproj] For Path.GetFullPath to work, we must use convert Windows paths to ...Miguel de Icaza
2014-04-19[genproj] Steps towards making pre-build scripts cross platform; Lots more ...Miguel de Icaza
2014-04-19[genproj] Set the output directory to the Mono one, not an intermediary oneMiguel de Icaza
2014-04-18[genproj] Some hygiene changes to genproj, to be able to even digest thisMiguel de Icaza
2013-02-07Update csproj generator to work on macMarek Safar
2013-01-13FIX: doubling up on curly braces around GUIDs in the solution filesJean-Michel Perraud
2013-01-11minor refactor for solution files names generationJean-Michel Perraud
2013-01-10Document the Visual Studio csproj and .sln generation, tidy up/fixes. Getting...Jean-Michel Perraud
2013-01-07solution and VS project file generation improvements. Get solutions that incl...per202
2013-01-05Add a file with ivsual studio settings with (trying to conform to) the Mono c...per202
2013-01-04Initial work to make the mono csproj files mroe readily compilable in Visual ...per202
2012-04-05Update csproj filesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2011-02-13Various updatesMiguel de Icaza
2011-02-13Pass warningsMiguel de Icaza
2011-02-13Visual Studio build support: updated the scripts that generate csproj files.Miguel de Icaza
2010-03-16rename net_2_1 to moonlightJb Evain