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

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

Directory.Build.props: removed trimmable attribute

parent 8b50fde7
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@
<Copyright>Copyright © 2012-$([System.DateTime]::UtcNow.Year)</Copyright>
<PlatformTarget>AnyCPU</PlatformTarget>
<Deterministic>true</Deterministic>
<PublishTrimmed>true</PublishTrimmed>
<IsTrimmable>true</IsTrimmable>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<DefineTrace>false</DefineTrace>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
......
......@@ -64,10 +64,10 @@
<VectoMultistage Include="$(SolutionDir)VECTO3GUI2020\bin\Release\net6.0-windows\*.dll"/>
<VectoMultistage Include="$(SolutionDir)VECTO3GUI2020\bin\Release\net6.0-windows\runtimes\**\*.*"/>
</ItemGroup>
<Copy SourceFiles="@(HashingTool)" DestinationFolder="$(DeployPath)net6"/>
<Copy SourceFiles="@(VectoMultistage)" DestinationFolder="$(DeployPath)net6"/>
<Copy SourceFiles="@(VectoCommandLine)" DestinationFolder="$(DeployPath)net6"/>
<Copy SourceFiles="@(Vecto)" DestinationFolder="$(DeployPath)net6"/>
<Copy SourceFiles="@(HashingTool)" DestinationFolder="$(DeployPath)net60"/>
<Copy SourceFiles="@(VectoMultistage)" DestinationFolder="$(DeployPath)net60"/>
<Copy SourceFiles="@(VectoCommandLine)" DestinationFolder="$(DeployPath)net60"/>
<Copy SourceFiles="@(Vecto)" DestinationFolder="$(DeployPath)net60"/>
<ItemGroup>
<!-- All files for the VECTO starters -->
......
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