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

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

MSBuild Project-Files: Updated <DefineConstants> Tag and removed the TRACE...

MSBuild Project-Files: Updated <DefineConstants> Tag and removed the TRACE constant for all projects.
parent e70f4f2a
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 30 deletions
<Project>
<PropertyGroup>
<!-- For a Release Candidate uncomment the following line: -->
<!--<DefineConstants>$(DefineConstants),RELEASE_CANDIDATE</DefineConstants>-->
<DefineConstants />
<!-- For a Release-Candidate uncomment the following line: -->
<!--<DefineConstants>RELEASE_CANDIDATE</DefineConstants>-->
<!-- For a Release uncomment the following line: -->
<!--<DefineConstants>$(DefineConstants),CERTIFICATION_RELEASE</DefineConstants>-->
<!--<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>-->
<!-- Global VECTO Version -->
<MainProductVersion>0.7.7</MainProductVersion>
</PropertyGroup>
<VersionSuffix>DEV</VersionSuffix>
<!-- The following settings are used as default values for ALL projects -->
<PropertyGroup>
<!-- The following settings are used as default values for ALL projects -->
<VersionPrefix>$(MainProductVersion).$([System.DateTime]::UtcNow.Subtract($([System.DateTime]::new(2015,1,1))).Days)</VersionPrefix>
<Authors>Graz University of Technology</Authors>
<Company>European Union</Company>
......@@ -21,11 +21,13 @@
<PublishTrimmed>true</PublishTrimmed>
<IsTrimmable>true</IsTrimmable>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<DefineTrace>false</DefineTrace>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugType>none</DebugType>
<WarningLevel>5</WarningLevel>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<PropertyGroup>
<VersionSuffix>DEV</VersionSuffix>
</PropertyGroup>
<PropertyGroup Condition="$(DefineConstants.Contains('RELEASE_CANDIDATE'))">
<VersionSuffix>RC</VersionSuffix>
</PropertyGroup>
......@@ -41,18 +43,4 @@
<DebugSymbols>true</DebugSymbols>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugType>none</DebugType>
<WarningLevel>5</WarningLevel>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Deploy'">
<DebugType>none</DebugType>
<WarningLevel>5</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
</Project>
\ No newline at end of file
......@@ -7,6 +7,7 @@
<RootNamespace>HashingCmd</RootNamespace>
<AssemblyName>hashingcmd</AssemblyName>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
<DefineConstants />
<OutputType>Exe</OutputType>
</PropertyGroup>
......
......@@ -9,6 +9,7 @@
<AssemblyName>HashingTool</AssemblyName>
<UseWPF>true</UseWPF>
<TargetFrameworks>net45</TargetFrameworks>
<DefineConstants />
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<ApplicationIcon>HashingIcon.ico</ApplicationIcon>
</PropertyGroup>
......
......@@ -4,6 +4,7 @@
<RootNamespace>DeclarationCycleZip</RootNamespace>
<AssemblyName>DeclarationCycleZip</AssemblyName>
<TargetFrameworks>net5.0</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -4,6 +4,7 @@
<RootNamespace>GraphDrawer</RootNamespace>
<AssemblyName>GraphDrawer</AssemblyName>
<TargetFrameworks>net5.0-windows</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -2,9 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net45</TargetFrameworks>
<AssemblyName>hashingcmd</AssemblyName>
<RootNamespace>TUGraz.VECTO</RootNamespace>
<TargetFrameworks>net45</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
</Project>
......@@ -2,10 +2,10 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net45</TargetFrameworks>
<AssemblyName>HashingTool</AssemblyName>
<ApplicationIcon>HashingIcon.ico</ApplicationIcon>
<RootNamespace>TUGraz.VECTO</RootNamespace>
<TargetFrameworks>net45</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
</Project>
......@@ -4,6 +4,7 @@
<RootNamespace>LicenceHeader</RootNamespace>
<AssemblyName>LicenceHeader</AssemblyName>
<TargetFrameworks>net5.0</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
<None Update="header.txt">
......
......@@ -2,10 +2,11 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net45</TargetFrameworks>
<AssemblyName>vectocmd</AssemblyName>
<ApplicationIcon>Icon2.ico</ApplicationIcon>
<RootNamespace>TUGraz.VECTO</RootNamespace>
<TargetFrameworks>net45</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
</Project>
......@@ -2,10 +2,11 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net45</TargetFrameworks>
<AssemblyName>VECTOMultistage</AssemblyName>
<ApplicationIcon>Icon2.ico</ApplicationIcon>
<RootNamespace>TUGraz.VECTO</RootNamespace>
<TargetFrameworks>net45</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
</Project>
......@@ -2,11 +2,12 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net45</TargetFrameworks>
<AssemblyName>VECTO</AssemblyName>
<ApplicationIcon>Icon2.ico</ApplicationIcon>
<RootNamespace>TUGraz.VECTO</RootNamespace>
<Configurations>Debug;Release;Deploy</Configurations>
<TargetFrameworks>net45</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
</Project>
......@@ -12,8 +12,10 @@
<!-- The GUI Editor of Visual Studio 2019 has problems with multitargets.
If you want to change GUI stuff, then only use one target (uncomment the following line): -->
<!--<TargetFrameworks>net5.0-windows</TargetFrameworks>-->
<DefineTrace>false</DefineTrace>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.13" />
......
......@@ -11,6 +11,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -8,6 +8,7 @@
<OptionStrict>On</OptionStrict>
<OptionInfer>On</OptionInfer>
<TargetFrameworks>net5.0</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net5.0-windows</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -3,6 +3,7 @@
<RootNamespace>TUGraz.VectoCommon</RootNamespace>
<AssemblyName>VectoCommon</AssemblyName>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -7,6 +7,7 @@
<RootNamespace>TUGraz.VectoHashing</RootNamespace>
<AssemblyName>VectoHashing</AssemblyName>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
......
......@@ -3,6 +3,7 @@
<RootNamespace>VectoHashingTest</RootNamespace>
<AssemblyName>VectoHashingTest</AssemblyName>
<TargetFrameworks>net5.0</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -5,6 +5,7 @@
<AssemblyName>vectocmd</AssemblyName>
<ApplicationIcon>VECTO.ico</ApplicationIcon>
<TargetFrameworks>net45;net48;net5.0</TargetFrameworks>
<DefineConstants />
</PropertyGroup>
<ItemGroup>
......
......@@ -3,6 +3,7 @@
<RootNamespace>TUGraz.VectoCore.ModelbasedTests</RootNamespace>
<AssemblyName>ModelbasedTests</AssemblyName>
<TargetFrameworks>net5.0-windows</TargetFrameworks>
<DefineConstants />
</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