소스 검색

pipi-sharp: copy libpipi.dll before building test-csharp.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2919 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 년 전
부모
커밋
de44840e13
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      ThePimp/ThePimp.csproj
  2. +3
    -3
      pipi-sharp/pipi-sharp.csproj

+ 1
- 1
ThePimp/ThePimp.csproj 파일 보기

@@ -116,4 +116,4 @@
</Target>
<Target Name="AfterBuild">
</Target>
</Project>
</Project>

+ 3
- 3
pipi-sharp/pipi-sharp.csproj 파일 보기

@@ -49,10 +49,10 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Other similar extension points exist, see Microsoft.Common.targets. -->
<Target Name="BeforeBuild">
<Copy Sourcefiles="..\pipi\libpipi.dll" DestinationFolder="$(OutDir)" />
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

불러오는 중...
취소
저장