Skip to content

Commit f7d7044

Browse files
committed
Corrected path for the included resources.
1 parent 73f6955 commit f7d7044

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Magick.NET/Magick.NET.csproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,37 +82,37 @@
8282
</ItemGroup>
8383

8484
<ItemGroup>
85-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/colors.xml" Link="Resources/colors.xml">
85+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/colors.xml" Link="Resources/colors.xml">
8686
<LogicalName>ImageMagick.Resources.Xml.colors.xml</LogicalName>
8787
</EmbeddedResource>
88-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/configure.xml" Link="Resources/configure.xml">
88+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/configure.xml" Link="Resources/configure.xml">
8989
<LogicalName>ImageMagick.Resources.Xml.configure.xml</LogicalName>
9090
</EmbeddedResource>
91-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/delegates.xml" Link="Resources/delegates.xml">
91+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/delegates.xml" Link="Resources/delegates.xml">
9292
<LogicalName>ImageMagick.Resources.Xml.delegates.xml</LogicalName>
9393
</EmbeddedResource>
94-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/english.xml" Link="Resources/english.xml">
94+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/english.xml" Link="Resources/english.xml">
9595
<LogicalName>ImageMagick.Resources.Xml.english.xml</LogicalName>
9696
</EmbeddedResource>
97-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/locale.xml" Link="Resources/locale.xml">
97+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/locale.xml" Link="Resources/locale.xml">
9898
<LogicalName>ImageMagick.Resources.Xml.locale.xml</LogicalName>
9999
</EmbeddedResource>
100-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/log.xml" Link="Resources/log.xml">
100+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/log.xml" Link="Resources/log.xml">
101101
<LogicalName>ImageMagick.Resources.Xml.log.xml</LogicalName>
102102
</EmbeddedResource>
103-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/mime.xml" Link="Resources/mime.xml">
103+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/mime.xml" Link="Resources/mime.xml">
104104
<LogicalName>ImageMagick.Resources.Xml.mime.xml</LogicalName>
105105
</EmbeddedResource>
106-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/policy.xml" Link="Resources/policy.xml">
106+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/policy.xml" Link="Resources/policy.xml">
107107
<LogicalName>ImageMagick.Resources.Xml.policy.xml</LogicalName>
108108
</EmbeddedResource>
109-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/thresholds.xml" Link="Resources/thresholds.xml">
109+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/thresholds.xml" Link="Resources/thresholds.xml">
110110
<LogicalName>ImageMagick.Resources.Xml.thresholds.xml</LogicalName>
111111
</EmbeddedResource>
112-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/type.xml" Link="Resources/type.xml">
112+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/type.xml" Link="Resources/type.xml">
113113
<LogicalName>ImageMagick.Resources.Xml.type.xml</LogicalName>
114114
</EmbeddedResource>
115-
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/type-ghostscript.xml" Link="Resources/type-ghostscript.xml">
115+
<EmbeddedResource Include="../Magick.Native/resources/Release$(QuantumType)/$(Platform)/type-ghostscript.xml" Link="Resources/type-ghostscript.xml">
116116
<LogicalName>ImageMagick.Resources.Xml.type-ghostscript.xml</LogicalName>
117117
</EmbeddedResource>
118118
</ItemGroup>

0 commit comments

Comments
 (0)