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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2013-03-13 18:47:20 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2013-03-13 18:47:20 +0400
commit76cc0bcb59ac6ae671379fbd5b8076e7ef912d7a (patch)
tree1403ffa4ed675ab33ffecae54531cb98a8e84f01
parent73eb5d03e53c0e2bafe3250c6176cde2a614d626 (diff)
[windoc] Always copy the monodoc.dll.config file when building
-rw-r--r--windoc/WinDoc/WinDoc.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/windoc/WinDoc/WinDoc.csproj b/windoc/WinDoc/WinDoc.csproj
index 83f541f6..ba454fff 100644
--- a/windoc/WinDoc/WinDoc.csproj
+++ b/windoc/WinDoc/WinDoc.csproj
@@ -106,6 +106,9 @@
<EmbeddedResource Include="SearchTextBox.resx">
<DependentUpon>SearchTextBox.cs</DependentUpon>
</EmbeddedResource>
+ <Content Include="monodoc.dll.config">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>