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

Skip to content
Snippets Groups Projects
Commit 4ab0d232 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Unified Project file format for some projects

parent 61f492d6
No related branches found
No related tags found
No related merge requests found
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Version Information (only needed if it differs from Global VECTO Version)-->
<!--<MainProductVersion>0.0.0</MainProductVersion>-->
<!--<VersionPrefix>$(MainProductVersion).$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::new(2015,1,1))).Days)</VersionPrefix>-->
<ProjectGuid>{79A066AD-69A9-4223-90F6-6ED5D2D084F4}</ProjectGuid>
<RootNamespace>TUGraz.VectoCommon</RootNamespace>
<AssemblyName>VectoCommon</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<Product>$(AssemblyName)</Product>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.ComponentModel.DataAnnotations" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
......@@ -15,10 +19,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.ComponentModel.DataAnnotations" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources\XMLNames.Designer.cs">
<DesignTime>True</DesignTime>
......
......@@ -2,16 +2,13 @@
<PropertyGroup>
<!-- Version Information (only needed if it differs from Global VECTO Version)-->
<MainProductVersion>1.2.9</MainProductVersion>
<VersionPrefix>$(MainProductVersion).$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::new(2015,1,1))).Days)</VersionPrefix>
<ProjectGuid>{B673E12F-D323-4C4C-8805-9915B2C72D3D}</ProjectGuid>
<RootNamespace>TUGraz.VectoHashing</RootNamespace>
<AssemblyName>VectoHashing</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<Product>$(AssemblyName)</Product>
<VersionPrefix>$(MainProductVersion).$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::new(2015,1,1))).Days)</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
......
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- Version Information (only needed if it differs from Global VECTO Version)-->
<!--<MainProductVersion>0.0.0</MainProductVersion>-->
<!--<VersionPrefix>$(MainProductVersion).$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::new(2015,1,1))).Days)</VersionPrefix>-->
<ProjectGuid>{760C1C5B-A767-463E-BA85-F0BCFC23A550}</ProjectGuid>
<RootNamespace>VectoHashingTest</RootNamespace>
<AssemblyName>VectoHashingTest</AssemblyName>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment