-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. --> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Import Project="..\VisualStudio.props" /> | ||
|
||
<PropertyGroup> | ||
<!-- workaround for https://github.com/NuGet/Home/issues/5894 --> | ||
<OriginalProjectName>Microsoft.VisualStudio.ProjectSystem.Managed.VS</OriginalProjectName> | ||
<RootMSBuildProjectExtensionsPath>C:\Code\project-system\artifacts\Debug\obj\$(OriginalProjectName)\</RootMSBuildProjectExtensionsPath> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Pilchie
Author
Member
|
||
<LangVersion>7.1</LangVersion> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Pilchie
Author
Member
|
||
</PropertyGroup> | ||
<Import Project="$(RootMSBuildProjectExtensionsPath)$(OriginalProjectName).*.props" | ||
Condition=" '$(MSBuildProjectName)' != '$(OriginalProjectName)' and '$(ImportProjectExtensionProps)' != 'false' and exists('$(RootMSBuildProjectExtensionsPath)')" /> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Pilchie
Author
Member
|
||
|
||
<PropertyGroup> | ||
<RootNamespace>Microsoft.VisualStudio</RootNamespace> | ||
|
||
|
@@ -239,5 +249,7 @@ | |
<Compile Update="@(Compile)"> | ||
<Link Condition="'%(NuGetPackageId)' != ''">%(NuGetPackageId)\%(Link)</Link> | ||
</Compile> | ||
</ItemGroup> | ||
</Project> | ||
</ItemGroup> | ||
<Import Project="$(RootMSBuildProjectExtensionsPath)$(OriginalProjectName).*.targets" | ||
Condition=" '$(MSBuildProjectName)' != '$(OriginalProjectName)' and '$(ImportProjectExtensionProps)' == 'true' and exists('$(RootMSBuildProjectExtensionsPath)')" /> | ||
</Project> |
This path is probably not right :)