From 8a6ea2de8f128200397933d10b7d573454c42c83 Mon Sep 17 00:00:00 2001
From: Ted Hart <15467143+TedHartMS@users.noreply.github.com>
Date: Wed, 24 Apr 2024 20:09:18 -0700
Subject: [PATCH] Restore $(Platform) to Tsavorite binary OutputPaths (#324)
---
libs/storage/Tsavorite/cs/benchmark/Tsavorite.benchmark.csproj | 1 +
libs/storage/Tsavorite/cs/src/core/Tsavorite.core.csproj | 3 ++-
.../Tsavorite.devices.AzureStorageDevice.csproj | 3 ++-
libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/libs/storage/Tsavorite/cs/benchmark/Tsavorite.benchmark.csproj b/libs/storage/Tsavorite/cs/benchmark/Tsavorite.benchmark.csproj
index 4397866d04..3ec6dce373 100644
--- a/libs/storage/Tsavorite/cs/benchmark/Tsavorite.benchmark.csproj
+++ b/libs/storage/Tsavorite/cs/benchmark/Tsavorite.benchmark.csproj
@@ -12,6 +12,7 @@
../../../../../Garnet.snk
false
true
+ bin\$(Platform)\$(Configuration)
diff --git a/libs/storage/Tsavorite/cs/src/core/Tsavorite.core.csproj b/libs/storage/Tsavorite/cs/src/core/Tsavorite.core.csproj
index cb40b01f91..05410c4a06 100644
--- a/libs/storage/Tsavorite/cs/src/core/Tsavorite.core.csproj
+++ b/libs/storage/Tsavorite/cs/src/core/Tsavorite.core.csproj
@@ -12,7 +12,8 @@
Library
../../../../../../Garnet.snk
false
- true
+ true
+ bin\$(Platform)\$(Configuration)
bin\$(Platform)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
diff --git a/libs/storage/Tsavorite/cs/src/devices/AzureStorageDevice/Tsavorite.devices.AzureStorageDevice.csproj b/libs/storage/Tsavorite/cs/src/devices/AzureStorageDevice/Tsavorite.devices.AzureStorageDevice.csproj
index 4d75a1955d..b82cc724c6 100644
--- a/libs/storage/Tsavorite/cs/src/devices/AzureStorageDevice/Tsavorite.devices.AzureStorageDevice.csproj
+++ b/libs/storage/Tsavorite/cs/src/devices/AzureStorageDevice/Tsavorite.devices.AzureStorageDevice.csproj
@@ -13,7 +13,8 @@
Library
../../../../../../../Garnet.snk
false
- true
+ true
+ bin\$(Platform)\$(Configuration)
bin\$(Platform)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
diff --git a/libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj b/libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj
index 986f5134fa..213d8cc126 100644
--- a/libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj
+++ b/libs/storage/Tsavorite/cs/test/Tsavorite.test.csproj
@@ -13,6 +13,7 @@
Library
../../../../../Garnet.snk
false
+ bin\$(Platform)\$(Configuration)
bin\$(Platform)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml