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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevo@sevo.org>2015-02-21 01:54:24 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-02-21 22:13:51 +0300
commit4fa11c484ac9c70aee9f6e321f229e4bb467c926 (patch)
tree4b4dea84543dbed079b6b9d62b8787ac41962285 /Xwt.Gtk/Xwt.Gtk3.nuspec
parentcbda7cdff249b95e9c25c9d35df3893c7f6483d5 (diff)
Add Xwt.Gtk.dll.config to nuget build
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.nuspec')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.nuspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.nuspec b/Xwt.Gtk/Xwt.Gtk3.nuspec
index 71d9e45d..7584cff4 100644
--- a/Xwt.Gtk/Xwt.Gtk3.nuspec
+++ b/Xwt.Gtk/Xwt.Gtk3.nuspec
@@ -24,7 +24,8 @@ Xwt.Gtk3 requires gtk-sharp3 (https://github.com/mono/gtk-sharp/). The Windows i
</dependencies>
</metadata>
<files>
- <file src="Xwt.Gtk3.dll.config" target="content" />
+ <file src="Xwt.Gtk3.dll.config" target="build" />
+ <file src="Xwt.Gtk3.nuget.props" target="build\Xwt.Gtk3.props" />
<file src="..\LICENSE.txt" />
<file src="..\README.markdown" />
</files>