Microsoft.CodeAnalysis.VisualStudio.Setup.Next.swixproj 1.1 KB
Newer Older
B
beep boop 已提交
1 2
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
J
Jared Parsons 已提交
3 4
  <Import Project="..\..\..\..\..\build\Targets\ProducesNoOutput.Settings.targets" />
  <Import Project="..\..\..\..\..\build\Targets\VSL.Versions.targets" />
B
beep boop 已提交
5 6 7 8 9 10 11 12 13 14 15

  <PropertyGroup>
    <OutputArchitecture>neutral</OutputArchitecture>
    <OutputLocalized>false</OutputLocalized>
    <OutputPath>$(OutDir)Insertion</OutputPath>
    <OutputType>manifest</OutputType>
  </PropertyGroup>

  <Import Project="$(NuGetPackageRoot)\MicroBuild.Core\$(MicroBuildVersion)\build\MicroBuild.Core.props" />

  <PropertyGroup>
16
    <PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);Version=$(VsixVersion);OutputPath=$(OutDir);LicenseUri=http://www.microsoft.com</PackagePreprocessorDefinitions>
B
beep boop 已提交
17 18 19 20 21 22 23 24
    <IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
  </PropertyGroup>

  <ItemGroup>
    <Package Include="Microsoft.CodeAnalysis.VisualStudio.Setup.Next.swr" />
  </ItemGroup>

  <Import Project="$(NuGetPackageRoot)\MicroBuild.Core\$(MicroBuildVersion)\build\MicroBuild.Core.targets" />
J
Jared Parsons 已提交
25
</Project>