This repository was archived by the owner on Nov 4, 2024. It is now read-only.
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
<AssemblyName >Microsoft.Python.Analysis.Engine</AssemblyName >
6
6
</PropertyGroup >
7
7
<PropertyGroup >
8
- <!--
8
+ <!--
9
9
1701, 1702 - "You may need to supply assembly policy"
10
10
1998 - "This async method lacks 'await'"
11
11
-->
12
12
<NoWarn >1701;1702;1998;$(NoWarn)</NoWarn >
13
13
</PropertyGroup >
14
- <Import Project =" ..\..\..\..\Build \NetStandard.settings" />
14
+ <Import Project =" ..\..\..\..\build \NetStandard.settings" />
15
15
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
16
16
<ItemGroup >
17
17
<PackageReference Include =" MicroBuild.Core" Version =" 0.3.0" >
47
47
</EmbeddedResource >
48
48
</ItemGroup >
49
49
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
50
- <Import Project =" ..\..\..\..\Build \NetStandard.targets" />
51
- </Project >
50
+ <Import Project =" ..\..\..\..\build \NetStandard.targets" />
51
+ </Project >
Original file line number Diff line number Diff line change 4
4
<RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.LanguageServer</AssemblyName >
6
6
</PropertyGroup >
7
- <Import Project =" ..\..\..\Build \NetStandard.settings" />
7
+ <Import Project =" ..\..\..\build \NetStandard.settings" />
8
8
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
9
9
<PropertyGroup >
10
10
<OutputType >Exe</OutputType >
50
50
</EmbeddedResource >
51
51
</ItemGroup >
52
52
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
53
- <Import Project =" ..\..\..\Build \NetStandard.targets" />
54
- </Project >
53
+ <Import Project =" ..\..\..\build \NetStandard.targets" />
54
+ </Project >
You can’t perform that action at this time.
0 commit comments