Skip to content

Commit ca75e42

Browse files
committed
Trying to use EmbeddedResource to make the JasperExporter.jar get included.
1 parent 005db99 commit ca75e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@
295295
</ItemGroup>
296296
<ItemGroup>
297297
<Content Include="Global.asax" />
298-
<Content Include="JasperExporter.jar">
298+
<EmbeddedResource Include="JasperExporter.jar">
299299
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
300-
</Content>
300+
</EmbeddedResource>
301301
<Content Include="Web.config">
302302
<SubType>Designer</SubType>
303303
</Content>

0 commit comments

Comments
 (0)