Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit f338b0c

Browse files
author
Mikhail Arkhipov
authored
Merge pull request microsoft#122 from dimbleby/case-sensitive-build
use correct case for build directory
2 parents 394cc14 + 04c2fd2 commit f338b0c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Analysis/Engine/Impl/Microsoft.Python.Analysis.Engine.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<AssemblyName>Microsoft.Python.Analysis.Engine</AssemblyName>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<!--
8+
<!--
99
1701, 1702 - "You may need to supply assembly policy"
1010
1998 - "This async method lacks 'await'"
1111
-->
1212
<NoWarn>1701;1702;1998;$(NoWarn)</NoWarn>
1313
</PropertyGroup>
14-
<Import Project="..\..\..\..\Build\NetStandard.settings" />
14+
<Import Project="..\..\..\..\build\NetStandard.settings" />
1515
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
1616
<ItemGroup>
1717
<PackageReference Include="MicroBuild.Core" Version="0.3.0">
@@ -47,5 +47,5 @@
4747
</EmbeddedResource>
4848
</ItemGroup>
4949
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
50-
<Import Project="..\..\..\..\Build\NetStandard.targets" />
51-
</Project>
50+
<Import Project="..\..\..\..\build\NetStandard.targets" />
51+
</Project>

src/LanguageServer/Impl/Microsoft.Python.LanguageServer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>Microsoft.Python.LanguageServer</RootNamespace>
55
<AssemblyName>Microsoft.Python.LanguageServer</AssemblyName>
66
</PropertyGroup>
7-
<Import Project="..\..\..\Build\NetStandard.settings" />
7+
<Import Project="..\..\..\build\NetStandard.settings" />
88
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
99
<PropertyGroup>
1010
<OutputType>Exe</OutputType>
@@ -50,5 +50,5 @@
5050
</EmbeddedResource>
5151
</ItemGroup>
5252
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
53-
<Import Project="..\..\..\Build\NetStandard.targets" />
54-
</Project>
53+
<Import Project="..\..\..\build\NetStandard.targets" />
54+
</Project>

0 commit comments

Comments
 (0)