We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0769245 commit 425fe47Copy full SHA for 425fe47
pythonnet/src/console/Console.csproj
@@ -194,6 +194,12 @@
194
<ItemGroup>
195
<None Include="app.config" />
196
</ItemGroup>
197
+ <ItemGroup>
198
+ <ProjectReference Include="..\runtime\Python.Runtime.csproj">
199
+ <Project>{097b4ac0-74e9-4c58-bcf8-c69746ec8271}</Project>
200
+ <Name>Python.Runtime</Name>
201
+ </ProjectReference>
202
+ </ItemGroup>
203
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
204
<ProjectExtensions>
205
<VisualStudio AllowExistingFolder="true" />
0 commit comments