Skip to content

Commit 2b15fa3

Browse files
committed
Убрал явную зависимость от прокси-dll, т.к. она вносит зависимость в нугет пакет StandardLibrary.
Сборка с++ библиотеки выполняется и без этой зависимости, в итоговый дистрибутив C++ DLL попадает нормально.
1 parent ef43b0a commit 2b15fa3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ScriptEngine.HostedScript/ScriptEngine.HostedScript.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<PackageReference Include="DotNetZip" Version="1.13.3" />
1111
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1212
<ProjectReference Include="..\ScriptEngine\ScriptEngine.csproj" />
13-
<ProjectReference Include="..\ScriptEngine.NativeApi\ScriptEngine.NativeApi.vcxproj">
14-
<OutputItemType>Content</OutputItemType>
15-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
16-
</ProjectReference>
1713
</ItemGroup>
1814
<PropertyGroup>
1915
<AssemblyTitle>1C (BSL) language runtime</AssemblyTitle>

0 commit comments

Comments
 (0)