Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add props/targets for PCL, Windows and Xamarin TFM's #889

Closed
wants to merge 39 commits into from

Commits on Mar 11, 2017

  1. Add props/targets for PCL, Windows and Xamarin TFM's

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    7607758 View commit details
    Browse the repository at this point in the history
  2. Add support for net40-client profile

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    08e88c5 View commit details
    Browse the repository at this point in the history
  3. Add test project to cover all TFM's

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    9b2b890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe8a7f2 View commit details
    Browse the repository at this point in the history
  5. fix windows target path

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    84568ec View commit details
    Browse the repository at this point in the history
  6. ensure we only check if it's set

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    1e2e157 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41902df View commit details
    Browse the repository at this point in the history
  8. Set min versions on the Xamarin targets

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    8b989df View commit details
    Browse the repository at this point in the history
  9. update test checks

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    2652442 View commit details
    Browse the repository at this point in the history
  10. Ensure we have the file ext

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    3c0dabe View commit details
    Browse the repository at this point in the history
  11. All targets add themselves to MSBuildAllProjects

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    c2df3fc View commit details
    Browse the repository at this point in the history
  12. copy local to false for uap, update test

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    9c0f457 View commit details
    Browse the repository at this point in the history
  13. Respect DisableImplicitFrameworkReferences

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    d008dc5 View commit details
    Browse the repository at this point in the history
  14. Add UWP to the default implicit list

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    9f7ef2a View commit details
    Browse the repository at this point in the history
  15. Prevent build warning on Android when running from CLI

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    ff346d4 View commit details
    Browse the repository at this point in the history
  16. Make error message localizable

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    0e51dac View commit details
    Browse the repository at this point in the history
  17. Add test projects for each tfm

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    04bfab1 View commit details
    Browse the repository at this point in the history
  18. fix input array

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    19ba126 View commit details
    Browse the repository at this point in the history
  19. rename

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    19f6610 View commit details
    Browse the repository at this point in the history
  20. fix typo

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    a72ee1f View commit details
    Browse the repository at this point in the history
  21. Add tests per tfm

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    a8b1acd View commit details
    Browse the repository at this point in the history
  22. fix typo

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    3f5d459 View commit details
    Browse the repository at this point in the history
  23. fixes for tests

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    80656e0 View commit details
    Browse the repository at this point in the history
  24. simplify Contains checks

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    912d1f4 View commit details
    Browse the repository at this point in the history
  25. Add test for PCL Profile328

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    6325116 View commit details
    Browse the repository at this point in the history
  26. don't try to build .net framework test on unix

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    6a13381 View commit details
    Browse the repository at this point in the history
  27. Add implicit define for PCL

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    b87e618 View commit details
    Browse the repository at this point in the history
  28. Fix typo in comment

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    cb32339 View commit details
    Browse the repository at this point in the history
  29. Fix test to account for PCL define

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    e58cd62 View commit details
    Browse the repository at this point in the history
  30. Add detection for desktop .net framework and skip running certain tes…

    …ts if not executing there
    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    67bf202 View commit details
    Browse the repository at this point in the history
  31. Dedup tfm tests

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    5c820b0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c14f448 View commit details
    Browse the repository at this point in the history
  33. remove win, sl, wpa and wpa as not supported in VS 2017

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    310b3b8 View commit details
    Browse the repository at this point in the history
  34. regenerate strings designer after rebase

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    ea1bccc View commit details
    Browse the repository at this point in the history
  35. detect if UAP sdk is installed to skip test

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    9aad00d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d2d5b7d View commit details
    Browse the repository at this point in the history
  37. respect DisableImplicitFrameworkDefines

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    e23807d View commit details
    Browse the repository at this point in the history
  38. hide generated file

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    0722afc View commit details
    Browse the repository at this point in the history
  39. Code review feedback

    Oren Novotny committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    83d93a5 View commit details
    Browse the repository at this point in the history