Tiger.Controllers.WMS/Tiger.Controllers.WMS.csproj
@@ -13,6 +13,12 @@ <ProjectReference Include="..\Tiger.Api\Tiger.Api.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="Tiger.IBusiness"> <HintPath>..\Lib\Tiger.IBusiness.dll</HintPath> </Reference> </ItemGroup> <Target Name="PostBuild" AfterTargets="PostBuildEvent"> <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)" /> </Target>