SetupStep2.proj 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

  <Import Project="..\..\build\Targets\VSL.Settings.targets" />

  <Target Name="Build">

    <!-- Build CoreXT packages for insertion into DevDiv (order of the following actions matters) -->
    <MSBuild Projects="DevDivInsertionFiles\DevDivInsertionFiles.sln" />
J
Jared Parsons 已提交
10
    <Exec Command='"$(OutDir)\Exes\DevDivInsertionFiles\Roslyn.BuildDevDivInsertionFiles.exe" "$(OutDir)\" "$(MSBuildThisFileDirectory)\" "$(NuGetPackageRoot)" $(AssemblyVersion)' LogStandardErrorAsError="true" />
11
    <MSBuild Projects="DevDivPackages\Roslyn.proj" />
12
    <MSBuild Projects="DevDivVsix\PortableFacades\PortableFacades.vsmanproj" />
13 14
    <MSBuild Projects="DevDivVsix\CompilersPackage\Microsoft.CodeAnalysis.Compilers.vsmanproj" />
    <MSBuild Projects="DevDivVsix\MicrosoftCodeAnalysisLanguageServices\Microsoft.CodeAnalysis.LanguageServices.vsmanproj" />
15
    
16 17 18 19 20 21 22 23 24 25
    <!-- Dependencies -->
    <!-- <MSBuild Projects="..\..\..\Closed\Test\Resources\TestResourcesProprietary.csproj" /> -->
    
    <!-- Microsoft.NetFX20 -->
    <MSBuild Projects="..\Dependencies\Microsoft.NetFX20\Microsoft.NetFX20.nuget.proj" />

    <!-- VSIX Gallery -->
    <MSBuild Projects="Vsix\Vsix.proj" />
  </Target>
</Project>