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

Skip to content
Snippets Groups Projects
HashingCmd.csproj 905 B
Newer Older
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <!-- Version Information (only needed if it differs from Global VECTO Version)-->
    <MainProductVersion>0.1.0</MainProductVersion>
    <VersionPrefix>$(MainProductVersion).$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::new(2015,1,1))).Days)</VersionPrefix>

    <ProjectGuid>{33F9848E-9257-4BE2-915F-68E748AEB204}</ProjectGuid>
    <RootNamespace>HashingCmd</RootNamespace>
    <AssemblyName>hashingcmd</AssemblyName>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\VectoCommon\VectoCommon\VectoCommon.csproj" />
    <ProjectReference Include="..\VectoCommon\VectoHashing\VectoHashing.csproj" />
    <ProjectReference Include="..\VectoCore\VectoCore\VectoCore.csproj" />
  </ItemGroup>
</Project>