1
0
mirror of https://github.com/akpaevj/onecmonitor.git synced 2025-11-25 22:22:15 +02:00

Промежуточная фиксация

This commit is contained in:
akpaev.e
2025-07-02 10:32:56 +03:00
parent cb00d557aa
commit e7cf069d9e
286 changed files with 8537 additions and 1343 deletions

View File

@@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>OneSwiss.OneScript</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Shared.VSCodeDebugProtocol" Version="18.0.10427.1" />
<PackageReference Include="OneScript" Version="2.0.0-rc.7" />
<PackageReference Include="OneScript.DebugServices" Version="2.0.0-rc.7" />
</ItemGroup>
<ItemGroup>
<Reference Include="OneScript.StandardLibrary">
<HintPath>..\..\..\.nuget\packages\onescript.standardlibrary\2.0.0-rc.7\lib\net6.0\OneScript.StandardLibrary.dll</HintPath>
</Reference>
<Reference Include="ScriptEngine.HostedScript">
<HintPath>..\..\..\.nuget\packages\onescript.hosting\2.0.0-rc.7\lib\net6.0\ScriptEngine.HostedScript.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Oscript\" />
</ItemGroup>
</Project>