Revision 4d70073b trunk/Pithos.ShellExtensions/Pithos.ShellExtensions.csproj

b/trunk/Pithos.ShellExtensions/Pithos.ShellExtensions.csproj
250 250
  </ItemGroup>
251 251
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
252 252
  <PropertyGroup>
253
    <PreBuildEvent>if  exist "$(TargetPath).locked" del "$(TargetPath).locked"
254
if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"
255

  
256
if  exist "$(TargetDir)Pithos.Interfaces.dll.locked" del "$(TargetDir)Pithos.Interfaces.dll.locked"
257
if exist "$(TargetDir)Pithos.Interfaces.dll" if not exist "$(TargetDir)Pithos.Interfaces.dll.locked" move "$(TargetDir)Pithos.Interfaces.dll" "$(TargetDir)Pithos.Interfaces.dll.locked"</PreBuildEvent>
253
    <PreBuildEvent>
254
    </PreBuildEvent>
258 255
  </PropertyGroup>
259 256
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
260 257
       Other similar extension points exist, see Microsoft.Common.targets.

Also available in: Unified diff