Merge pull request #31 from zooba/build-fix

Adds missing import.
This commit is contained in:
Steve Dower 2017-02-15 11:40:36 -08:00 коммит произвёл GitHub
Родитель 8727838bfc 36ce7fee05
Коммит 2aa2f7392a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -141,6 +141,7 @@
<Content Include="Resources\Package.ico" />
<None Include="source.extension.vsixmanifest" />
</ItemGroup>
<Import Project="$(TargetsPath)\Common.Build.targets" />
<Import Project="$(TargetsPath)\Common.Build.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.