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-17 01:20:08 +0300
committerCeRiAl <ikhatib@gmail.com>2017-11-21 01:19:21 +0300
commite3c5fbefb6a42483821d395f935b7356e9503872 (patch)
tree6c08b6c812c717d9a1059100ceb8189aa8335f64 /hakchi_gui.csproj
parentdda38610b77156db2604b4b84912b985e0a64337 (diff)
Add new ApplicationDeploymentWrapper class
Load System.Deployment.dll dynamically if possible, otherwise use a dummy implementation (this enables building and running the exact same executable on Windows and Linux)
Diffstat (limited to 'hakchi_gui.csproj')
-rw-r--r--hakchi_gui.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index b3fc2cb7..7ede6ef7 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -113,6 +113,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="ApplicationDeploymentWrapper.cs" />
<Compile Include="AboutBox.cs">
<SubType>Form</SubType>
</Compile>