aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-18 00:55:29 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-18 00:55:29 -0400
commit8870972a6401a3cef0202ad744b87508dc324b6b (patch)
tree252f44306bb9bc1dce70dbf26b1f5549967de65e /plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
parent3c353afe4dffa3da9c96ef25b02f0004676afe5f (diff)
Essentials, plugins, and http core experimental updates
Diffstat (limited to 'plugins/ObjectCacheServer/src/ObjectCacheServer.csproj')
-rw-r--r--plugins/ObjectCacheServer/src/ObjectCacheServer.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
index d5e5981..2a64070 100644
--- a/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
+++ b/plugins/ObjectCacheServer/src/ObjectCacheServer.csproj
@@ -53,9 +53,5 @@
<ProjectReference Include="..\..\..\lib\VNLib.Data.Caching.Extensions\src\VNLib.Data.Caching.Extensions.csproj" />
<ProjectReference Include="..\..\..\lib\VNLib.Data.Caching.ObjectCache\src\VNLib.Data.Caching.ObjectCache.csproj" />
</ItemGroup>
-
- <Target Condition="'$(BuildingInsideVisualStudio)' == true" Name="PostBuild" AfterTargets="PostBuildEvent">
- <Exec Command="start xcopy &quot;$(TargetDir)&quot; &quot;F:\downloads\cache-test\plugins\$(TargetName)&quot; /E /Y /R" />
- </Target>
</Project>