From 63869378f305ed290424aa014b3850b86fc98795 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 29 Jan 2019 20:23:40 +1100 Subject: [PATCH] simplify packaging (#660) Simplify FodyPackaging --- FodyPackaging/build/FodyPackaging.props | 34 +------------------------ 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/FodyPackaging/build/FodyPackaging.props b/FodyPackaging/build/FodyPackaging.props index 885bb2f3b..12c965601 100644 --- a/FodyPackaging/build/FodyPackaging.props +++ b/FodyPackaging/build/FodyPackaging.props @@ -2,10 +2,6 @@ $(MSBuildProjectName).Fody ILWeaving, Fody, Cecil, AOP - $(SolutionDir) - $(MSBuildProjectDirectory) - $(FodySolutionDir)\ - $(FodySolutionDir)nugets true $(TargetsForTfmSpecificContentInPackage);IncludeFodyFiles true @@ -14,39 +10,11 @@ true ..\$(PackageId)\bin\$(Configuration)\ $(MSBuildThisFileDirectory)..\Weaver.props - Fody - $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildProjectDirectory)', '.git\index')) - $(FodySolutionDir) - $(LocalGitRootFolder)\ - - - - - - - - @(PackageIconFile->'%(Filename)%(Extension)') - @(PackageLicenseFile->'%(Filename)%(Extension)') - - - - https://raw.githubusercontent.com/Fody/$(SolutionName)/master/package_icon.png - MIT - http://github.com/Fody/$(SolutionName) - - - - http://github.com/$(GitHubOrganization)/$(PackageId) - https://raw.githubusercontent.com/$(GitHubOrganization)/$(PackageId)/master/$(PackageIconFileName) - $(PackageLicenseFileName) - - - - + \ No newline at end of file