Files
StructureHelper/StructureHelperLogics/StructureHelperLogics.csproj
2025-11-15 19:33:21 +05:00

23 lines
628 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0-windows7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\StructureHelperCommon\StructureHelperCommon.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="LoaderCalculator">
<HintPath>..\StructureHelper\Libraries\LoaderCalculator.dll</HintPath>
</Reference>
<Reference Include="Triangle">
<HintPath>..\StructureHelper\Libraries\Triangle.dll</HintPath>
</Reference>
</ItemGroup>
</Project>