Browse Source

Added Restore target to the meta projects

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
10ccd97ef1
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      BSIPA-Meta/BSIPA-Net3-Meta.csproj
  2. +1
    -0
      BSIPA-Meta/BSIPA-Net4-Meta.csproj

+ 1
- 0
BSIPA-Meta/BSIPA-Net3-Meta.csproj View File

@ -64,6 +64,7 @@
<OtherConfig>Verbose_Release</OtherConfig>
<ProxyConfig>Verbose_Release</ProxyConfig>
</PropertyGroup>
<Target Name="Restore" />
<Target Name="Clean">
<ItemGroup>
<Files Include="$(OutputPath)**\*" />


+ 1
- 0
BSIPA-Meta/BSIPA-Net4-Meta.csproj View File

@ -64,6 +64,7 @@
<OtherConfig>Verbose_Release</OtherConfig>
<ProxyConfig>Verbose_Release</ProxyConfig>
</PropertyGroup>
<Target Name="Restore" />
<Target Name="Clean">
<ItemGroup>
<Files Include="$(OutputPath)**\*" />


Loading…
Cancel
Save