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

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

Added TargetFrameworks in the project files to be able to individually adjust them.

parent d352bfc5
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@
<!-- The following settings are used as default values for ALL projects -->
<PropertyGroup>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
<VersionPrefix>$(MainProductVersion).$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::new(2015,1,1))).Days)</VersionPrefix>
<Authors>Graz University of Technology</Authors>
<Company>European Union</Company>
......
......@@ -6,7 +6,7 @@
<RootNamespace>HashingCmd</RootNamespace>
<AssemblyName>hashingcmd</AssemblyName>
<DefineConstants />
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
<OutputType>Exe</OutputType>
</PropertyGroup>
......
......@@ -10,7 +10,6 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Vecto3GUITest</RootNamespace>
<AssemblyName>Vecto3GUITest</AssemblyName>
<DefineConstants />
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
......
......@@ -2,6 +2,7 @@
<PropertyGroup>
<RootNamespace>TUGraz.VectoCommon</RootNamespace>
<AssemblyName>VectoCommon</AssemblyName>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
......
......@@ -6,6 +6,7 @@
<RootNamespace>TUGraz.VectoHashing</RootNamespace>
<AssemblyName>VectoHashing</AssemblyName>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
......
......@@ -2,7 +2,6 @@
<PropertyGroup>
<RootNamespace>VectoHashingTest</RootNamespace>
<AssemblyName>VectoHashingTest</AssemblyName>
<DefineConstants />
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
......
......@@ -4,6 +4,7 @@
<RootNamespace>VectoConsole</RootNamespace>
<AssemblyName>vectocmd</AssemblyName>
<ApplicationIcon>VECTO.ico</ApplicationIcon>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
......
......@@ -2,6 +2,7 @@
<PropertyGroup>
<RootNamespace>TUGraz.VectoCore</RootNamespace>
<AssemblyName>VectoCore</AssemblyName>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
......
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