From 423030051896f860656325405cada928941f732c Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Sat, 9 May 2026 18:37:31 +0200 Subject: [PATCH] CUDA build --- .gitignore | 1 + imagecatalog/ImageCatalog 2.csproj | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 9a1e321..7e95a94 100644 --- a/.gitignore +++ b/.gitignore @@ -256,3 +256,4 @@ paket-files/ .idea/ *.sln.iml .vscode/settings.json +tmp/** \ No newline at end of file diff --git a/imagecatalog/ImageCatalog 2.csproj b/imagecatalog/ImageCatalog 2.csproj index 7c33f76..734b648 100644 --- a/imagecatalog/ImageCatalog 2.csproj +++ b/imagecatalog/ImageCatalog 2.csproj @@ -36,6 +36,9 @@ true + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\AIFotoONLUS\src\AIFotoONLUS.Core\bin\$(Configuration)\net10.0')) + embedded @@ -147,4 +150,13 @@ + + + + + + + + + \ No newline at end of file