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

4 Коммитов

Автор SHA1 Сообщение Дата
Aleksandar Milicevic 5ba3798b2a
VS solution generator: support for multiple target frameworks (#853)
This new VS solution generator supports projects targeting multiple frameworks. Concretely, it generates .csproj files that:
  1. import Sdk="Microsoft.NET.Sdk"
  2. contain a <TargetFrameworks> property instead of <TargetFramework>
  3. have all properties/items conditionalized based on the framework they are targeting

Th new generator is currently hidden behind an undocumented /vsNew switch. The old one remains the default until the new one has been vetted more thoroughly.

The new generator also fixes a few problems present in the old one; namely:
  - adds support for aliased references
  - detects C# /define args in a more robust way

AB#1537173
2019-09-10 13:10:51 -07:00
Julián Bayardo b2930760dd
Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00
Microsoft Open Source b5c9f43106 Initial sync
Sync from internal 'Domino' repo at 7ef83bdcd855bd3a837464e44d6de25f19775b5c
2019-03-28 15:35:49 -07:00
Microsoft GitHub User 7b94d9f701
Initial commit 2018-10-12 15:16:46 -07:00