Skip to content

Commit

Permalink
Merge pull request #16273 from tannergooding/design-build
Browse files Browse the repository at this point in the history
Add 'Microsoft.DiaSymReader.Native.*.dll' to the VisualStudioSetup VSIX
  • Loading branch information
tannergooding committed Jan 6, 2017
2 parents 9502c50 + 5d15b42 commit 2be7c0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/VisualStudio/Setup/VisualStudioSetup.csproj
Expand Up @@ -237,6 +237,10 @@
<NuGetPackageToIncludeInVsix Include="System.Xml.XmlDocument" />
<NuGetPackageToIncludeInVsix Include="System.Xml.XPath.XDocument" />
</ItemGroup>
<ItemGroup>
<VSIXSourceItem Include="$(OutputPath)Microsoft.DiaSymReader.Native.amd64.dll" />
<VSIXSourceItem Include="$(OutputPath)Microsoft.DiaSymReader.Native.x86.dll" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<PropertyGroup>
Expand Down

0 comments on commit 2be7c0d

Please sign in to comment.