Joao Matos 60361f26eb [msvc] Updated project files. 11 лет назад
..
scripts a7eace18c1 [build] MSBuild setup: Add support for -keyfile and -delaysign, thanks to Marek Safar for the pointer 11 лет назад
.gitattributes b293948fb7 EOL handling 15 лет назад
.gitignore ed95f38d9c Update .gitignore 14 лет назад
ChangeLog 67355837e2 2010-06-28 Robert Jordan <[email protected]> 15 лет назад
Makefile.am eb0344c34f Add msvc/mono.props to EXTRA_DIST so make dist will find it. 12 лет назад
README 52030ae183 Update 17 лет назад
classlibs.sln 67e68c8c46 First two assemblies, will probably autogenerate this later 17 лет назад
create-windef.pl a4821b47a6 Exclude some functions that aren't on win32. 12 лет назад
eglib.vcxproj 60361f26eb [msvc] Updated project files. 11 лет назад
genmdesc.vcxproj d2b8c8557b [msvc] Add _SGen Configurations to {eglib,libgc,genmdesc}.vcxproj 11 лет назад
getopt.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 19 лет назад
getopt.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 19 лет назад
getopt_long.c 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 19 лет назад
getopt_long.h 10f6ce36d0 2007-04-27 Jonathan Chambers <[email protected]> 19 лет назад
jaystuff.bat dec5ac4085 Update for moving \mcs to \mono\mcs. 15 лет назад
libgc.vcxproj d2b8c8557b [msvc] Add _SGen Configurations to {eglib,libgc,genmdesc}.vcxproj 11 лет назад
libmono.vcxproj 60361f26eb [msvc] Updated project files. 11 лет назад
libmonoruntime.vcxproj 60361f26eb [msvc] Updated project files. 11 лет назад
libmonoutils.vcxproj 813d6610ec Resolve build issues on Windows. 11 лет назад
libtest.vcxproj e1af46ef45 [runtime] More win32 build fixes. 11 лет назад
mono-profiler-codeanalyst.def 9ff4f6ea84 Add CodeAnalyst profiler and clean up vcxproj files. 15 лет назад
mono-profiler-vtune.def 623846e347 VTune Amplifier XE 2011 plugin for Mono 15 лет назад
mono.def b69666d434 Removed some dead code. 11 лет назад
mono.props a487812e61 runtime] Really use WinXP SP2 as the minimum version on the msvc builds too. Update project files with newly 11 лет назад
mono.sln abe9dc6206 Revert "Fix object::GetType when remoting is enabled." 13 лет назад
mono.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
mono_csharp.vssettings 06821ecafa Add a file with ivsual studio settings with (trying to conform to) the Mono coding guildelines 13 лет назад
monodiet.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
monodis.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
monograph.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
monoposixhelper.def b913627471 add zlib functions 16 лет назад
monoposixhelper.vcxproj 076e80f725 [msvc] Add a definition for _WIN32_WINNT to MonoPosixHelper 11 лет назад
monosgen.def b69666d434 Removed some dead code. 11 лет назад
monosgen64.def 57f5187ad2 Added new mono_domain_set_config function; used to fix ConfigurationErrorsException in #10468. 11 лет назад
pedump.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
profiler-codeanalyst.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
profiler-cov.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
profiler-logging.vcxproj eea8080dad [runtime] Use WinXP SP2 as the minimum version on the msvc builds too. 11 лет назад
profiler-vtune.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
runburg.bat 1b7a563efd 2008-04-04 Bill Holmes <[email protected]> 18 лет назад
runmdesc.bat e08c5c6745 2009-04-24 Bill Holmes <[email protected]> 17 лет назад
setup-solution.bat 2602bea504 Fix compiler build, make sure generated solutions include the actual HintPath so VS does not turn lib/basic/System.dll into GAC system.dll, so pass the entire relative path 16 лет назад
test-invoke.vcxproj 49017bc699 Fix MSVC build. 12 лет назад
test-metadata.vcxproj 49017bc699 Fix MSVC build. 12 лет назад
test_eglib.vcxproj deeaba4549 [VS] Change the tools version back to v110 so it works with VS 2012. 11 лет назад
teste.vcxproj 49017bc699 Fix MSVC build. 12 лет назад
win32.xml ae17ceeecc [Install] Add Compat.browser files for net_4_0 and net_4_5 12 лет назад
winsetup.bat 9bdd77969a [msvc] duplicate 1d6b8a75fa31d60e9ddbc0b9eddbf05ed3fb6c12 for eglib 11 лет назад

README

README Last updated: 2007-03-09


INTRODUCTION

This directory (msvc) serves as a central location for all
things needed to build the mono runtime using Microsoft Visual
Studio.

BUILDING

From this directory type:

msbuild.exe mono.sln /p:Configuration=Debug_eglib

msbuild must be in your path, it comes with the .NET Framework.

MAINTENANCE

When new exported API calls are added to the runtime, issue the
command:

make update-def

in this directory and commit the resulting mono.def file.

This must happen on a Linux system, because we get the list of
the exported symbols from the generated shared library.