Files
StructureHelper/StructureHelperLogics/StructureHelperLogics.csproj
2025-10-26 22:19:25 +05:00

23 lines
627 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.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>