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

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

    <ProjectGuid>{E14FC935-30EA-4BE6-AA8A-85CB76FEBA6A}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <RootNamespace>HashingTool</RootNamespace>
    <AssemblyName>HashingTool</AssemblyName>
    <UseWPF>true</UseWPF>
    <TargetFrameworks>net45;net48;net5.0-windows</TargetFrameworks>
  </PropertyGroup>
    <ProjectReference Include="..\VectoCommon\VectoCommon\VectoCommon.csproj" />
    <ProjectReference Include="..\VectoCommon\VectoHashing\VectoHashing.csproj" />
    <ProjectReference Include="..\VectoCore\VectoCore\VectoCore.csproj" />
  <ItemGroup>
    <Resource Include="Resources\HashingIcon.ico" />
    <Resource Include="Resources\IVT_91x44.png" />
    <Resource Include="Resources\JRC-About.png" />
    <Resource Include="Resources\TUG_91x34.png" />
    <Resource Include="Resources\VECTO_Hashing.png" />
    <Resource Include="HashingIcon.ico" />
    <Resource Include="Resources\EuropeanCommission.jpg" />
  </ItemGroup>