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:
authorMiguel de Icaza <miguel@gnome.org>2016-05-25 00:43:21 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-05-25 00:44:11 +0300
commit2f21472994e42acb04427f32ce133d07491b6891 (patch)
treeda920eb20c2ae22b8c76adff649f6d4e568fbc2c /mcs/class/System.Web.Http
parent0ce5f9c721cf426bc3d7c3254642cdc3f03819bf (diff)
[genproj] Handle resources properly, add helper scripts to bootstrap
Diffstat (limited to 'mcs/class/System.Web.Http')
-rw-r--r--mcs/class/System.Web.Http/System.Web.Http-net_4_x.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Web.Http/System.Web.Http-net_4_x.csproj b/mcs/class/System.Web.Http/System.Web.Http-net_4_x.csproj
index 31e60bb0b17..4cfba6d759e 100644
--- a/mcs/class/System.Web.Http/System.Web.Http-net_4_x.csproj
+++ b/mcs/class/System.Web.Http/System.Web.Http-net_4_x.csproj
@@ -386,10 +386,10 @@
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="System.Web.Http.Properties.CommonWebApiResources.resources">
+ <EmbeddedResource Include="System.Web.Http.Properties.CommonWebApiResources.resx">
<LogicalName>System.Web.Http.Properties.CommonWebApiResources.resources</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="System.Web.Http.Properties.SRResources.resources">
+ <EmbeddedResource Include="System.Web.Http.Properties.SRResources.resx">
<LogicalName>System.Web.Http.Properties.SRResources.resources</LogicalName>
</EmbeddedResource>
</ItemGroup>