Namespace change for PreferencesView.xaml
[pithos-ms-client] / trunk / Pithos.ShellExtensions / Pithos.ShellExtensions.csproj
index 9c11c97..17e05c8 100644 (file)
     <PlatformTarget>x64</PlatformTarget>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="AsyncCtpLibrary">
+      <HintPath>..\Libraries\AsyncCtpLibrary.dll</HintPath>
+    </Reference>
     <Reference Include="log4net">
       <HintPath>..\Libraries\log4net.dll</HintPath>
     </Reference>
     <Compile Include="Menus\MenuItem.cs" />
     <Compile Include="Overlays\AddedIcodOverlay.cs" />
     <Compile Include="Overlays\ConflictIconOverlay.cs" />
+    <Compile Include="Overlays\DeletedIconOverlay.cs" />
     <Compile Include="Overlays\IconOverlayBase.cs" />
     <Compile Include="Overlays\ModifiedIconOverlay.cs" />
     <Compile Include="Overlays\NormalIconOverlay.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
-    <PreBuildEvent>if  exist "$(TargetPath).locked" del "$(TargetPath).locked"
-if exist "$(TargetPath)" if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"
-
-if  exist "$(TargetDir)Pithos.Interfaces.dll.locked" del "$(TargetDir)Pithos.Interfaces.dll.locked"
-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>
+    <PreBuildEvent>
+    </PreBuildEvent>
   </PropertyGroup>
   <!-- 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.