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

4 Коммитов

Автор SHA1 Сообщение Дата
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