Skip to content

Commit 005db99

Browse files
committed
Fixing the missing inclusion of JasperExporter.jar
1 parent dbd1401 commit 005db99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eFormAPI/eFormAPI/eFormAPI.Web.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@
295295
</ItemGroup>
296296
<ItemGroup>
297297
<Content Include="Global.asax" />
298-
<Content Include="JasperExporter.jar" />
298+
<Content Include="JasperExporter.jar">
299+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
300+
</Content>
299301
<Content Include="Web.config">
300302
<SubType>Designer</SubType>
301303
</Content>

0 commit comments

Comments
 (0)