This commit is contained in:
CortexCore
2023-06-12 15:51:41 +08:00
parent 118c28b187
commit 983cf15fa2
38 changed files with 2118 additions and 0 deletions

22
iFactory.csproj Normal file
View File

@@ -0,0 +1,22 @@
<Project Sdk="Godot.NET.Sdk/4.0.3">
<PropertyGroup>
<EnableDynamicLoading>true</EnableDynamicLoading>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AGV_System\Vol.Net6\RosBridgeClient\RosBridgeClient.csproj" />
<ProjectReference Include="..\BITKit\BITKit.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="WebApplication\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0-preview.4.23259.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-preview.4.23259.5" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Configuration.ConfigurationManager">
<HintPath>Lib\System.Configuration.ConfigurationManager.dll</HintPath>
</Reference>
</ItemGroup>
</Project>