Skip to content

Commit 858ab97

Browse files
committed
Use ilrepack nuget package
1 parent 3a68b42 commit 858ab97

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Tools/ilrepack/ILRepack.exe

-856 KB
Binary file not shown.

src/NHibernate/NHibernate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,6 @@
18151815
</Target>
18161816
-->
18171817
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release' ">
1818-
<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" />
1818+
<Exec Command="$(SolutionDir)packages\ILRepack.2.0.10\tools\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" />
18191819
</Target>
18201820
</Project>

src/NHibernate/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<packages>
33
<package id="Antlr" version="3.5.0.2" targetFramework="net40" />
44
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net40" />
5+
<package id="ILRepack" version="2.0.10" targetFramework="net40" />
56
<package id="Remotion.Linq" version="1.13.183.0" targetFramework="net40" />
67
</packages>

0 commit comments

Comments
 (0)