Skip to content

Commit 9dec8c7

Browse files
committed
NH-4064 - Unmerge Antlr3.Runtime
1 parent d938eef commit 9dec8c7

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

Tools/ilrepack/ILRepack.exe

-1.44 MB
Binary file not shown.

src/NHibernate.Test/NHibernate.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<Prefer32Bit>false</Prefer32Bit>
6868
</PropertyGroup>
6969
<ItemGroup>
70-
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL" Condition=" '$(Configuration)' == 'Debug' ">
70+
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
7171
<HintPath>..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath>
7272
<Private>True</Private>
7373
</Reference>
@@ -3902,4 +3902,4 @@
39023902
<Target Name="AfterBuild">
39033903
</Target>
39043904
-->
3905-
</Project>
3905+
</Project>

src/NHibernate/NHibernate.csproj

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,19 +1825,7 @@
18251825
<Content Include="NamespaceSummary.xml" />
18261826
</ItemGroup>
18271827
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1828-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1829-
Other similar extension points exist, see Microsoft.Common.targets.
1830-
<Target Name="BeforeBuild">
1831-
</Target>
1832-
-->
1833-
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release' ">
1834-
<GetReferenceAssemblyPaths BypassFrameworkInstallChecks="False" TargetFrameworkMoniker="$(TargetFrameworkMoniker)">
1835-
<Output TaskParameter="FullFrameworkReferenceAssemblyPaths" PropertyName="_ReferenceAssembliesPath" />
1836-
<!-- Note: _ReferenceAssembliesPath will contain a trailing backslash which /targetplatform
1837-
can't handle. Circumvented by adding a trailing period below. -->
1838-
</GetReferenceAssemblyPaths>
1839-
<Exec Command="$(SolutionDir)..\Tools\ilrepack\ilrepack.exe /verbose /t:library /targetplatform:v4,&quot;$(_ReferenceAssembliesPath).&quot; /keyfile:$(AssemblyOriginatorKeyFile) /internalize /out:$(OutputPath)\NHibernate.dll $(IntermediateOutputPath)\NHibernate.dll $(OutputPath)\Antlr3.Runtime.dll" />
1840-
</Target>
1828+
18411829
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
18421830
<PropertyGroup>
18431831
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>

src/NHibernate/NHibernate.nuspec.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<dependency id="Iesi.Collections" version="[4,5)" />
1818
<dependency id="Remotion.Linq" version="[2.1.2, 3)" />
1919
<dependency id="Remotion.Linq.EagerFetching" version="[2.1.0, 3)" />
20+
<dependency id="Antlr3.Runtime" version="[3.5.1, 4)" />
2021
</dependencies>
2122
<projectUrl>
2223
http://nhibernate.info

0 commit comments

Comments
 (0)