20 lines
527 B
XML
20 lines
527 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\StructureHelperCommon\StructureHelperCommon.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="LoaderCalculator">
|
|
<HintPath>..\Libraries\LoaderCalculator.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="System.Windows" />
|
|
</ItemGroup>
|
|
|
|
</Project> |