Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeRiAl <ikhatib@gmail.com>2017-11-09 04:28:23 +0300
committerCeRiAl <ikhatib@gmail.com>2017-11-21 01:30:47 +0300
commit6b89719f1623d4fc3cff73af7cf1d71d59344e5e (patch)
treecadbc33943a6854db0484ea6ae874dcdf4d1dd9d /hakchi_gui.csproj
parente3c5fbefb6a42483821d395f935b7356e9503872 (diff)
Remove unnecessary references to System.Deployment.Application
* Use the new ApplicationDeploymentWrapper instead * Remove project reference to System.Deployment
Diffstat (limited to 'hakchi_gui.csproj')
-rw-r--r--hakchi_gui.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 7ede6ef7..4067a06f 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -107,7 +107,6 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
@@ -2710,4 +2709,4 @@ rem del *.manifest</PostBuildEvent>
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>