Packaging msvcrt100.dll in the LINQPad driver

This commit is contained in:
georgis 2013-08-16 16:49:27 -07:00
Родитель 0557dc6225
Коммит 881ba6bf9b
4 изменённых файлов: 7 добавлений и 3 удалений

Двоичные данные
References/XEvent/msvcr100.dll Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -5,5 +5,5 @@ using System.Reflection;
[assembly: AssemblyCompany("MS Open Tech")]
[assembly: AssemblyProduct("Tx (LINQ to Traces)")]
[assembly: AssemblyCopyright("Copyright © MS Open Tech 2012")]
[assembly: AssemblyVersion("1.0.30729.0")]
[assembly: AssemblyFileVersion("1.0.30729.0")]
[assembly: AssemblyVersion("1.0.30816.0")]
[assembly: AssemblyFileVersion("1.0.30816.0")]

Просмотреть файл

@ -24,7 +24,7 @@ call :setVersion
call :packAll
cd /d %bin%\Release\Net40
..\..\zip.exe ..\..\Tx.LinqPad.lpx header.xml System.Reactive.Interfaces.dll System.Reactive.Core.dll System.Reactive.Linq.dll System.Reactive.PlatformServices.dll System.Reactive.Windows.Forms.dll Tx.Core.dll Tx.Windows.dll Tx.Windows.TypeGeneration.dll Tx.SqlServer.dll xe.dll Microsoft.SqlServer.XE.Core.dll Microsoft.SqlServer.XEvent.Configuration.dll Microsoft.SqlServer.XEvent.dll Microsoft.SqlServer.XEvent.Linq.dll Microsoft.SqlServer.XEvent.Targets.dll Tx.LinqPad.dll HTTP_Server.man HTTP_Server.etl BasicPerfCounters.blg CrossMachineHTTP.etl CrossMachineIE.etl IE_Client.man sqltrace.xel
..\..\zip.exe ..\..\Tx.LinqPad.lpx header.xml System.Reactive.Interfaces.dll System.Reactive.Core.dll System.Reactive.Linq.dll System.Reactive.PlatformServices.dll System.Reactive.Windows.Forms.dll Tx.Core.dll Tx.Windows.dll Tx.Windows.TypeGeneration.dll Tx.SqlServer.dll msvcr100.dll xe.dll Microsoft.SqlServer.XE.Core.dll Microsoft.SqlServer.XEvent.Configuration.dll Microsoft.SqlServer.XEvent.dll Microsoft.SqlServer.XEvent.Linq.dll Microsoft.SqlServer.XEvent.Targets.dll Tx.LinqPad.dll HTTP_Server.man HTTP_Server.etl BasicPerfCounters.blg CrossMachineHTTP.etl CrossMachineIE.etl IE_Client.man sqltrace.xel
popd

Просмотреть файл

@ -83,6 +83,10 @@
<Compile Include="XeSubject.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\References\XEvent\msvcr100.dll">
<Link>msvcr100.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\..\References\XEvent\xe.dll">
<Link>xe.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>