10000
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.
snk
1 parent 6f9d0ac commit 33a8801Copy full SHA for 33a8801
src/embed_tests/Python.EmbeddingTest.csproj
@@ -138,7 +138,7 @@
138
</ItemGroup>
139
<ItemGroup>
140
<None Include="Embeddingtest.nunit" />
141
- <None Include="pythonnet.snk" Condition="Exists('pythonnet.snk')" />
+ <None Include="..\pythonnet.snk" />
142
<None Include="packages.config" />
143
144
src/runtime/Python.Runtime.csproj
@@ -188,7 +188,7 @@
188
189
<None Include="buildclrmodule.bat" />
190
<None Include="clrmodule.il" />
191
- <None Include="pythonnet.snk" />
192
<None Include="x64\clrmodule-platform.il" />
193
<None Include="x86\clrmodule-platform.il" />
194
0 commit comments