Compare commits
No commits in common. "2f2049230b9c17c46b2922d35d90c38d02ea232e" and "f0951f2ec192bd0678b754915b73bfaa3ce37d77" have entirely different histories.
2f2049230b
...
f0951f2ec1
|
|
@ -182,6 +182,12 @@
|
|||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Areas\Admin\Components\AuctionAdminViewComponent.cs">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- This target execute after "Build" target -->
|
||||
<Target Name="NopTarget" AfterTargets="Build">
|
||||
<MSBuild Projects="@(ClearPluginAssemblies)" Properties="PluginPath=$(MSBuildProjectDirectory)\$(OutDir)" Targets="NopClear" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue