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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-09-26 21:11:24 +0400
committerMarek Safar <marek.safar@gmail.com>2012-09-26 21:11:24 +0400
commit6ed3d8f11365e61df71957a895dd812088816ef8 (patch)
tree6ad396b09a0fdba57f0c783e3aafd0a3fc4231de /mcs/class/System.Web.Http
parent7c8426f3b20cb137607dd5e2155fd6bdadecd60c (diff)
Upadte csproj files
Diffstat (limited to 'mcs/class/System.Web.Http')
-rw-r--r--mcs/class/System.Web.Http/System.Web.Http-net_4_5.csproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/mcs/class/System.Web.Http/System.Web.Http-net_4_5.csproj b/mcs/class/System.Web.Http/System.Web.Http-net_4_5.csproj
index b0ba77dcfec..4c979d97aee 100644
--- a/mcs/class/System.Web.Http/System.Web.Http-net_4_5.csproj
+++ b/mcs/class/System.Web.Http/System.Web.Http-net_4_5.csproj
@@ -364,6 +364,14 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Web.Http.Properties.CommonWebApiResources.resources">
+ <LogicalName>System.Web.Http.Properties.CommonWebApiResources.resources</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="System.Web.Http.Properties.SRResources.resources">
+ <LogicalName>System.Web.Http.Properties.SRResources.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
</Project>