Skip to content

Commit 16c1459

Browse files
committed
Merge branch '4.1.x'
2 parents f7be6a2 + 7678f1f commit 16c1459

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tools/ilrepack/ILRepack.exe

623 KB
Binary file not shown.

src/NHibernate/NHibernate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,6 @@
18211821
<!-- Note: _ReferenceAssembliesPath will contain a trailing backslash which /targetplatform
18221822
can't handle. Circumvented by adding a trailing period below. -->
18231823
</GetReferenceAssemblyPaths>
1824-
<Exec Command="$(SolutionDir)..\Tools\ilrepack\ilrepack.exe /verbose /t:library /targetplatform:v4,&quot;$(_ReferenceAssembliesPath).&quot; /keyfile:$(AssemblyOriginatorKeyFile) /internalize:internalize.exclude /attr:$(IntermediateOutputPath)\NHibernate.dll /out:$(OutputPath)\NHibernate.dll $(IntermediateOutputPath)\NHibernate.dll $(OutputPath)\Remotion.Linq.dll $(OutputPath)\Antlr3.Runtime.dll" />
1824+
<Exec Command="$(SolutionDir)..\Tools\ilrepack\ilrepack.exe /verbose /t:library /targetplatform:v4,&quot;$(_ReferenceAssembliesPath).&quot; /keyfile:$(AssemblyOriginatorKeyFile) /internalize:internalize.exclude /out:$(OutputPath)\NHibernate.dll $(IntermediateOutputPath)\NHibernate.dll $(OutputPath)\Remotion.Linq.dll $(OutputPath)\Antlr3.Runtime.dll" />
18251825
</Target>
18261826
</Project>

0 commit comments

Comments
 (0)