1. 06 12月, 2017 5 次提交
    • T
      Add generated XLF files · 1d8d063b
      Tom Meschter 提交于
      1d8d063b
    • T
      Fix the XliffTasks version · 12d30655
      Tom Meschter 提交于
      Version `0.2.0-beta-000080` only exists on my local system; we actually want version `0.2.0-beta-000081` which is publicly available.
      12d30655
    • T
      Disable GenerateSatelliteAssemblies target · 5f8750c5
      Tom Meschter 提交于
      The standard `GenerateSatelliteAssemblies` target that ships with MSBuild uses al.exe (alink) to create satellite assemblies. However, there are a couple of things it doesn't support that we need in the dotnet/roslyn repo--see issues #23190 and #23191 for details. Instead, we want to use the `CoreGenerateSatelliteAssemblies` target from Microsoft.NET.Sdk. We've already opted in to that target, and now we need to opt out of the original `GenerateSatelliteAssemblies`. Until we can move to a copy of MSBuild that includes the change in https://github.com/Microsoft/msbuild/pull/2726 the best way to do that is to redefine the target as a no-op.
      5f8750c5
    • T
      Enable XLF-based localization · 3669d047
      Tom Meschter 提交于
      1. Add the XliffTasks package for all projects.
      2. Automatically update XLF files during build on dev machines.
      3. Opt-in to the .NET Core satellite assembly generation task.
      4. Turn off localization for non-shipping projects by default.
      5. Work around an issue in locale-neutral CTO generation.
      3669d047
    • J
      Merge pull request #23495 from alrz/sln-error · 55e1a6d2
      Jared Parsons 提交于
      Fix unexpected EndProject line in Roslyn.sln
      55e1a6d2
  2. 05 12月, 2017 10 次提交
  3. 04 12月, 2017 2 次提交
  4. 02 12月, 2017 11 次提交
  5. 01 12月, 2017 12 次提交