From c87a53071bdbb1c5f2e39740cb3f1a453ba9f0ad Mon Sep 17 00:00:00 2001 From: Petrik van der Velde Date: Sat, 8 Jun 2019 10:49:33 +1200 Subject: [PATCH] Don't need the base.props file because the new project file format works differently references #7 --- src/base.props | 177 ------------------------------------------------- 1 file changed, 177 deletions(-) delete mode 100644 src/base.props diff --git a/src/base.props b/src/base.props deleted file mode 100644 index 627015f..0000000 --- a/src/base.props +++ /dev/null @@ -1,177 +0,0 @@ - - - - - $(ProjectTypeGuids.ToUpper().Contains('{3AC096D0-A1C2-E12C-1390-A8335801FDAB}').ToString().ToLower()) - - - false - - $(ProjectTypeGuids.ToUpper().Contains('{603C0E0B-DB56-11DC-BE95-000D561079B0}').ToString().ToLower()) - - $(ProjectTypeGuids.ToUpper().Contains('{F85E285D-A4E0-4152-9332-AB1D724D3325}').ToString().ToLower()) - - $(ProjectTypeGuids.ToUpper().Contains('{E53F8FEA-EAE0-44A6-8774-FFD645390401}').ToString().ToLower()) - - $(ProjectTypeGuids.ToUpper().Contains('{E3E379DF-F4C6-4180-9B81-6769533ABE47}').ToString().ToLower()) - - $(ProjectTypeGuids.ToUpper().Contains('{349C5851-65DF-11DA-9384-00065B846F21}').ToString().ToLower()) - - - - - - true - - v4.0 - - - AnyCPU - - - - - - true - - $([System.IO.Path]::GetFullPath('$(SolutionDir)\default.ruleset')) - - $([System.IO.Path]::GetFullPath('$(SolutionDir)\test.ruleset')) - - en-US - - - - - - true - true - false - - $(SOFTWARE_SIGNING_KEY_PATH)\nuclei.snk - - - - - - 4 - - TRACE - - - - - DEBUG;CODE_ANALYSIS;$(DefineConstants) - true - full - true - true - false - bin\Debug\ - false - true - - - - - CODE_ANALYSIS;$(DefineConstants) - false - pdbonly - false - true - true - bin\Release\ - false - true - - - - - false - pdbonly - false - true - true - bin\Deploy\ - false - true - - - - - - false - true - - - $(OutputPath)\$(AssemblyName).XML - - - - - - - - - CustomDictionary.xml - - - \ No newline at end of file