Skip to content

Commit

Permalink
Remove API xmls from builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Jan 5, 2020
1 parent 39b7291 commit 19bab60
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SuperGrate/SuperGrate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System">
<Private>False</Private>
Expand Down Expand Up @@ -223,4 +225,12 @@
<Error Condition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>del $(TargetDir)\Microsoft.WindowsAPICodePack.Shell.xml
del $(TargetDir)\Microsoft.WindowsAPICodePack.xml</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 19bab60

Please sign in to comment.