Newer
Older
<Project Sdk="Microsoft.NET.Sdk">
<!-- 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>
<DefineConstants />
<OutputType>Exe</OutputType>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
<ProjectReference Include="..\VectoCommon\VectoCommon\VectoCommon.csproj" />
<ProjectReference Include="..\VectoCommon\VectoHashing\VectoHashing.csproj" />
<ProjectReference Include="..\VectoCore\VectoCore\VectoCore.csproj" />