[hyena] build: Add the .config files to the csproj
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] build: Add the .config files to the csproj
- Date: Fri, 29 Jun 2012 22:18:00 +0000 (UTC)
commit 68b7e3a0e7cb3702b76b9115786f6662a3ba3f00
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Fri Jun 29 18:15:28 2012 -0400
build: Add the .config files to the csproj
Also copy the .config files to the output folder.
Hyena.Gui/Hyena.Gui.csproj | 5 +++++
Hyena/Hyena.csproj | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Gui.csproj b/Hyena.Gui/Hyena.Gui.csproj
index 6114d56..0cf3088 100644
--- a/Hyena.Gui/Hyena.Gui.csproj
+++ b/Hyena.Gui/Hyena.Gui.csproj
@@ -241,4 +241,9 @@
</MonoDevelop>
<VisualStudio />
</ProjectExtensions>
+ <ItemGroup>
+ <Content Include="Hyena.Gui.dll.config">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
</Project>
diff --git a/Hyena/Hyena.csproj b/Hyena/Hyena.csproj
index 11c39de..cc18abc 100644
--- a/Hyena/Hyena.csproj
+++ b/Hyena/Hyena.csproj
@@ -210,4 +210,9 @@
</Properties>
</MonoDevelop>
</ProjectExtensions>
+ <ItemGroup>
+ <Content Include="Hyena.dll.config">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]