From f485f340f091c8c91de2bd455d91e6e5b48b6d42 Mon Sep 17 00:00:00 2001 From: "Ville M. Vainio" Date: Mon, 2 Nov 2020 16:16:11 +0200 Subject: [PATCH] fix wrongly cased Microsoft.CSHARP.Targets --- src/console/Console.csproj | 2 +- src/embed_tests/Python.EmbeddingTest.csproj | 2 +- src/runtime/Python.Runtime.csproj | 2 +- src/testing/Python.Test.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/console/Console.csproj b/src/console/Console.csproj index ea88b6356..226105f95 100644 --- a/src/console/Console.csproj +++ b/src/console/Console.csproj @@ -94,7 +94,7 @@ Python.Runtime - + diff --git a/src/embed_tests/Python.EmbeddingTest.csproj b/src/embed_tests/Python.EmbeddingTest.csproj index eff226dd5..264b3a5ed 100644 --- a/src/embed_tests/Python.EmbeddingTest.csproj +++ b/src/embed_tests/Python.EmbeddingTest.csproj @@ -125,7 +125,7 @@ - + $(TargetPath) $(TargetDir)$(TargetName).pdb diff --git a/src/runtime/Python.Runtime.csproj b/src/runtime/Python.Runtime.csproj index 08dc1d860..a448e2bbd 100644 --- a/src/runtime/Python.Runtime.csproj +++ b/src/runtime/Python.Runtime.csproj @@ -176,7 +176,7 @@ clr.py - + $(TargetPath) $(TargetDir)$(TargetName).pdb diff --git a/src/testing/Python.Test.csproj b/src/testing/Python.Test.csproj index 63526c060..e1a5ab85c 100644 --- a/src/testing/Python.Test.csproj +++ b/src/testing/Python.Test.csproj @@ -105,7 +105,7 @@ Python.Runtime - + $(TargetPath) $(TargetDir)$(TargetName).pdb