Parcourir la source

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 il y a 16 ans
Parent
révision
de44840e13
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +1
    -1
      ThePimp/ThePimp.csproj
  2. +3
    -3
      pipi-sharp/pipi-sharp.csproj

+ 1
- 1
ThePimp/ThePimp.csproj Voir le fichier

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

+ 3
- 3
pipi-sharp/pipi-sharp.csproj Voir le fichier

@@ -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>

Chargement…
Annuler
Enregistrer