Skip to content

Commit 366b4dc

Browse files
committed
Use ilrepack nuget package
1 parent 47c5070 commit 366b4dc

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

Tools/ilrepack/ILRepack.exe

-1.44 MB
Binary file not shown.

src/NHibernate/NHibernate.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,5 +1823,6 @@
18231823
can't handle. Circumvented by adding a trailing period below. -->
18241824
</GetReferenceAssemblyPaths>
18251825
<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" />
1826+
<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" />
18261827
</Target>
18271828
</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)