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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutch@xamarin.com>2011-07-14 04:42:11 +0400
committerMichael Hutchinson <mhutch@xamarin.com>2011-07-14 04:42:11 +0400
commit150e35716335be6080479a6c17c98b464eeca143 (patch)
treec972d0ad21d70dfac379bb693bdfdda031e1bdc3 /main/src/addins/MonoDevelop.Moonlight
parentd1ae5d7f8123211ac0fc9588e1fcb2853606d708 (diff)
[Moonlight] Fix including 4.0 framework
Diffstat (limited to 'main/src/addins/MonoDevelop.Moonlight')
-rw-r--r--main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight.csproj b/main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight.csproj
index 099cb2e0b5..df02b84b44 100644
--- a/main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight.csproj
+++ b/main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight.csproj
@@ -160,6 +160,8 @@
<Content Include="Templates\framework_SL_3_0.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="Templates\framework_SL_4_0.xml" />
+ <Content Include="Templates\framework_SL_4_0.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
</Project>