We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1d2af commit abac7beCopy full SHA for abac7be
src/testing/Python.Test.csproj
@@ -101,7 +101,7 @@
101
<Name>Python.Runtime</Name>
102
</ProjectReference>
103
</ItemGroup>
104
- <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
105
<PropertyGroup>
106
<TargetAssembly>$(TargetPath)</TargetAssembly>
107
<TargetAssemblyPdb>$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb>
@@ -110,4 +110,4 @@
110
<Copy SourceFiles="$(TargetAssembly)" DestinationFolder="$(SolutionDir)\src\tests\fixtures" />
111
<!--Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFolder="$(PythonBuildDir)" /-->
112
</Target>
113
-</Project>
+</Project>
0 commit comments