New: Use dotnet tooling, produce 64bit build on windows

This commit is contained in:
ta264
2019-10-17 21:42:49 +01:00
parent 171f15742d
commit 4a0468e1ab
41 changed files with 780 additions and 522 deletions
+4
View File
@@ -0,0 +1,4 @@
<Project>
<Import Project="PublishAllRids.targets" />
<Import Project="MonoFacades.targets" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and !$(RuntimeIdentifier.StartsWith('win'))" />
</Project>