From b13bc4085bc9c3d29ee32538206cbd8d5574c895 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 28 Mar 2025 11:46:12 +0100 Subject: [PATCH] cmake(dotnet): Fix Sample and Test csproj.in Now correctly use the copied .cs file instead of the original one. Which means hacking the `/dotnet///.cs` then running `dotnet build` behave as expected... --- ortools/dotnet/Sample.csproj.in | 2 +- ortools/dotnet/Test.csproj.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ortools/dotnet/Sample.csproj.in b/ortools/dotnet/Sample.csproj.in index 9b28387357..cc7c8589eb 100644 --- a/ortools/dotnet/Sample.csproj.in +++ b/ortools/dotnet/Sample.csproj.in @@ -41,7 +41,7 @@ - + diff --git a/ortools/dotnet/Test.csproj.in b/ortools/dotnet/Test.csproj.in index 9dd2471eca..828f815baa 100644 --- a/ortools/dotnet/Test.csproj.in +++ b/ortools/dotnet/Test.csproj.in @@ -32,7 +32,7 @@ - +