Browse Source

More tweaks

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
23fdd270ba
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      BSIPA-Net4-Meta/BSIPA-Net4-Meta.csproj

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

@ -77,11 +77,9 @@
<InputDlls Include="$(SolutionDir)Doorstop\Proxy\bin\x64\$(ProxyConfig)\**\*.dll" />
<InputDlls Include="$(SolutionDir)Doorstop\Proxy\bin\x64\$(ProxyConfig)\**\*.pdb" />
<InputIPAFiles Include="$(SolutionDir)IPA\bin\$(OtherConfig)\**\*" />
<Outputs Include="$(OutputPath)**\*" />
</ItemGroup>
<Target Name="Assemble" Inputs="@(InputDlls);@(InputIPAFiles)" Outputs="@(Outputs)" Returns="$(OutputPath)">
<Target Name="Assemble" Returns="$(OutputPath)">
<Message Text="Packing..." Importance="High" />
<Message Text="Results will be put in $(OutputPath)" Importance="High" />


Loading…
Cancel
Save