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-31 23:50:55 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-05-31 23:50:55 +0300
commitdd0b8f31d90a9303eece3522d3e3ad5f8332b0bc (patch)
treeb5d36d07adf8040d60cf6865875216a1363971be /mcs/class/System.Reactive.Core
parentb078895e893c2896b1dbdff3fac055aa2f7f2b1f (diff)
[genproj] support for using prebuilt resources
Diffstat (limited to 'mcs/class/System.Reactive.Core')
-rw-r--r--mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj b/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj
index 0a372455e9c..7b3dfa248de 100644
--- a/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj
+++ b/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj
@@ -176,7 +176,7 @@
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="Strings_Core.resx">
+ <EmbeddedResource Include="Strings_Core.resources.prebuilt">
<LogicalName>System.Reactive.Strings_Core.resources</LogicalName>
</EmbeddedResource>
</ItemGroup>