Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
VectoCoreTest.csproj 1.21 KiB
Newer Older
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <ProjectGuid>{6A27F93E-4A58-48F6-B00B-3908C5D3D5A2}</ProjectGuid>
    <RootNamespace>TUGraz.VectoCore.Tests</RootNamespace>
    <AssemblyName>VectoCoreTest</AssemblyName>
    <TargetFrameworks>net5.0</TargetFrameworks>
  </PropertyGroup>
    <PackageReference Include="NUnit" Version="3.13.2" />
    <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
    <PackageReference Include="Castle.Core" Version="4.4.1" />
    <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
    <PackageReference Include="Ninject" Version="3.3.4" />
    <PackageReference Include="NLog" Version="4.7.13" />
    <ProjectReference Include="..\..\VectoCommon\VectoCommon\VectoCommon.csproj" />
    <ProjectReference Include="..\..\VectoCommon\VectoHashing\VectoHashing.csproj" />
    <ProjectReference Include="..\VectoCore\VectoCore.csproj" />
    <ProjectReference Include="..\..\VECTO\VECTO.vbproj" />
    <None Include="TestData\**" CopyToOutputDirectory="PreserveNewest" />
</Project>