Skip to content
Snippets Groups Projects
Select Git revision
  • 426c11e9375b5e858cb1912c3b7c69e28f7c31e2
  • master default protected
  • develop protected
  • feature/filter_bank_test
  • ma_2019/andrew protected
  • dspfilters_backend
  • ITADSP_v2024a
  • VA_v2023b
  • VA_v2023a
  • VA_v2022a
  • before_cmake_rework
  • v2021.a
  • v2020.a
  • v2019.a
  • v2018.b
  • v2018.a
  • v2017.d
  • v2017.c
18 results

ITAVariableDelayLine.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    SQL2Linked.csproj 852 B
    <Project Sdk="Microsoft.NET.Sdk">
    
    	<PropertyGroup>
    		<OutputType>Exe</OutputType>
    		<TargetFramework>net8.0</TargetFramework>
    		<ImplicitUsings>enable</ImplicitUsings>
    		<Nullable>enable</Nullable>
    		<Version>0.1.21</Version>
    	</PropertyGroup>
    
    	<PropertyGroup>
    		<Authors>RWTH Aachen University</Authors>
    		<Company>IT Center, RWTH Aachen University</Company>
    		<Copyright>©2024 IT Center, RWTH Aachen University</Copyright>
    		<Description>SQL2Linked is a part of the Coscine group.</Description>
    	</PropertyGroup>
    
    	<ItemGroup>
    		<PackageReference Include="Coscine.ApiClient" Version="1.3.1" />
    		<PackageReference Include="dotNetRdf" Version="3.1.1" />
    		<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
    		<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
    	</ItemGroup>
    
    </Project>