From ae8133ad2dbb976234d8cd72f75fdcdf99bdcd24 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 22 May 2024 09:46:09 +0100 Subject: [PATCH] Fix up csproj for build --- .../Speckle.ProxyGenerator.csproj | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/Speckle.ProxyGenerator/Speckle.ProxyGenerator.csproj b/src/Speckle.ProxyGenerator/Speckle.ProxyGenerator.csproj index 1c374e5..4f2f837 100644 --- a/src/Speckle.ProxyGenerator/Speckle.ProxyGenerator.csproj +++ b/src/Speckle.ProxyGenerator/Speckle.ProxyGenerator.csproj @@ -3,13 +3,12 @@ 0.1.0 netstandard2.0 - {12344228-91F4-4502-9595-39584E5ABB34} Latest enable Speckle Speckle.ProxyGenerator - ProxyInterfaceGenerator + Speckle.ProxyGenerator Speckle.ProxyGenerator This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external classes which do not have an interface, in a Proxy class which makes it easier to Mock and use DI. class;interface;proxy;SourceGenerator;Analyzer;Generation;Generate;wrap @@ -20,7 +19,6 @@ https://github.com/specklesystems/ProxyGenerator PackageReadme.md icon.png - false true $(BaseIntermediateOutputPath)Generated true @@ -30,10 +28,6 @@ true - - true - - @@ -60,12 +54,6 @@ --> - - - ProxyClassesGenerator.cs - - -