Skip to content

Commit 5d9e983

Browse files
authored
Merge branch 'master' into python3.9
2 parents 5c37f33 + 84e2735 commit 5d9e983

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/console/Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<Name>Python.Runtime</Name>
9595
</ProjectReference>
9696
</ItemGroup>
97-
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
97+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
9898
<Target Name="AfterBuild">
9999
<Copy SourceFiles="$(TargetPath)" DestinationFolder="$(PythonBuildDir)" />
100100
</Target>

src/embed_tests/Python.EmbeddingTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<ItemGroup>
126126
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
127127
</ItemGroup>
128-
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
128+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
129129
<PropertyGroup>
130130
<TargetAssembly>$(TargetPath)</TargetAssembly>
131131
<TargetAssemblyPdb>$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb>

src/runtime/Python.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<LogicalName>clr.py</LogicalName>
177177
</EmbeddedResource>
178178
</ItemGroup>
179-
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
179+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
180180
<PropertyGroup>
181181
<TargetAssembly>$(TargetPath)</TargetAssembly>
182182
<TargetAssemblyPdb>$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb>

src/testing/Python.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<Name>Python.Runtime</Name>
106106
</ProjectReference>
107107
</ItemGroup>
108-
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
108+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
109109
<PropertyGroup>
110110
<TargetAssembly>$(TargetPath)</TargetAssembly>
111111
<TargetAssemblyPdb>$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb>

0 commit comments

Comments
 (0)