C00225155-02/C00225155/MegaRobo.C00225155/MegaRobo.C00225155.ControlD.../MegaRobo - Backup.C00224159...

69 lines
2.5 KiB
XML
Raw Permalink Normal View History

2026-04-13 09:12:49 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Common\MegaRobo.Common\MegaRobo.Connections\MegaRobo.Connections.csproj" />
<ProjectReference Include="..\..\..\Common\MegaRobo.Common\MegaRobo.ControlDevices\MegaRobo.ControlDevices.csproj" />
<ProjectReference Include="..\MegaRobo.LS60141.Entities\MegaRobo.LS60141.Entities.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="HansRobotLibrarys">
<HintPath>libs\HansRobotLibrarys.dll</HintPath>
</Reference>
<Reference Include="MegaRobo.Contract">
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Contract.dll</HintPath>
</Reference>
<Reference Include="MegaRobo.Entities">
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Entities.dll</HintPath>
</Reference>
<Reference Include="MegaRobo.Logger">
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Logger.dll</HintPath>
</Reference>
<Reference Include="MegaRobo.Utility">
<HintPath>..\..\..\Common\Published\NET7.0\MegaRobo.Utility.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Folder Include="JodellTool\" />
</ItemGroup>
<ItemGroup>
<None Update="libs\jodellTool.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="libs\jodellTool.lib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="libs\jodellTool_x64.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="libs\jodellTool_x64.lib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="libs\x64\jodellTool.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="libs\x64\jodellTool.lib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="libs\x86\jodellTool.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="libs\x86\jodellTool.lib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>