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

Skip to content
Snippets Groups Projects
Commit 57c0c137 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

removed windows dependency from VectoCoreTest project

parent 231075d1
No related branches found
No related tags found
Loading
......@@ -5,7 +5,7 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<DefineConstants />
<!--uncomment to add windows forms an enable plotting of diagrams in some testcases-->
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
<!--<DefineConstants>$(DefineConstants);TRACE</DefineConstants>-->
<!--<UseWindowsForms>true</UseWindowsForms>-->
<Configurations>Debug;Release;MockupDebug</Configurations>
</PropertyGroup>
......@@ -13,7 +13,7 @@
<DebugType>full</DebugType>
</PropertyGroup>
<!--uncomment to add windows forms an enable plotting of diagrams in some testcases-->
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch(&#xD;&#xA; $(DefineConstants), '^(.*;)*TRACE(;.*)*$'))">
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch(&#xD;&#xA; $(DefineConstants), '^(.*;)*TRACE(;.*)*$'))">
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
......@@ -21,7 +21,7 @@
<DefineConstants>$(DefineConstants);MOCKUP</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HIC.System.Windows.Forms.DataVisualization" Version="1.0.1" />
<PackageReference Include="HIC.System.Windows.Forms.DataVisualization" Condition="$([System.Text.RegularExpressions.Regex]::IsMatch(&#xD;&#xA; $(DefineConstants), '^(.*;)*TRACE(;.*)*$'))" Version="1.0.1" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
......
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