Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge 2972e1b715
Fix some whitespace issues in various files. (#12399)
* Remove BOM
* Add EOL at end of file.
2021-08-11 10:06:46 +02:00
Rolf Bjarne Kvinge f0581a4ab0
[src] Remove the remaining Classic code. (#8819)
* [src] Update project files to remove XAMCORE_2_0 and __UNIFIED__.

* [src] Update README to remove outdated docs about XAMCORE_2_0.

* [src] Remove Classic code from System.Net.Http.

* [src] Remove Classic code from the ObjCRuntime namespace.

* [src] Remove Classic code from the native types.

* [src] Remove the Classic defines from the makefiles.

* [src] Remove Classic code from the Constants class.

* [src] Remove Classic code from the MonoNativeFunctionWrapper and MonoPInvokeCallback attributes.

* [src] NUnitLite still needs the XAMCORE_2_0 and __UNIFIED__ defines.

They still have conditional code with those defines:
a977ca5757/NUnitLite-1.0.0/src/framework/Constraints/Numerics.cs (L57)
2020-06-10 19:12:37 +02:00
Rolf Bjarne Kvinge 048ebc047b
[src] Use the latest C# version in project files. (#8590) 2020-05-14 09:41:10 +02:00
Rolf Bjarne Kvinge 0b32ac8852
[src] Update csproj templates for platform assemblies to build correctly. (#3417)
Now that we don't use pmcs anymore, VSfM can actually understand our source code.

So in order to make the editing experience in VSfM better:

* Include all the source files in the csprojs.
* Make sure to not build into the same directories as the normal build
  process, since the csproj don't build the official version of the
  assemblies.
* Misc other fixes to make it all build.
2018-02-07 21:51:50 +01:00
Rolf Bjarne Kvinge 8d220b46d7 [src] Make project templates MSBuild-compatible.
MSBuild wants to copy from IntermediateOutputPath to OutputPath, even if the
assembly doesn't exist in IntermediateOutputPath (and it already exists in
OutputPath). So just set IntermediateOutputPath=OutputPath, which seems to
work fine.

Also make these project files build correctly without custom scripts (custom-
make.sh), since that makes it easier to transform these project files in
xharness (copy them to a different directory).
2017-01-05 13:09:29 +01:00
Rolf Bjarne Kvinge 852209e72e [src] Fix project templates. (#1045) 2016-10-28 08:39:07 -04:00
Rolf Bjarne Kvinge 5830166c63 Build the platform assemblies. 2016-04-24 14:47:26 -04:00