Skip to content

Commit 7678f1f

Browse files
committed
Update il-repack to the version built from gluck/il-repack@22540d9
1 parent 1f111cd commit 7678f1f

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
@@ -1814,6 +1814,6 @@
18141814
</Target>
18151815
-->
18161816
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release' ">
1817-
<Exec Command="$(SolutionDir)..\Tools\ilrepack\ilrepack.exe /verbose /t:library /targetplatform:v4 /keyfile:$(AssemblyOriginatorKeyFile) /internalize:internalize.exclude /attr:$(IntermediateOutputPath)\NHibernate.dll /out:$(OutputPath)\NHibernate.dll $(IntermediateOutputPath)\NHibernate.dll $(OutputPath)\Remotion.Linq.dll $(OutputPath)\Antlr3.Runtime.dll" />
1817+
<Exec Command="$(SolutionDir)..\Tools\ilrepack\ilrepack.exe /verbose /t:library /targetplatform:v4 /keyfile:$(AssemblyOriginatorKeyFile) /internalize:internalize.exclude /out:$(OutputPath)\NHibernate.dll $(IntermediateOutputPath)\NHibernate.dll $(OutputPath)\Remotion.Linq.dll $(OutputPath)\Antlr3.Runtime.dll" />
18181818
</Target>
18191819
</Project>

0 commit comments

Comments
 (0)