зеркало из https://github.com/microsoft/Tx.git
102 строки
4.1 KiB
XML
102 строки
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{6DCE4A40-4946-41B0-ABE5-CE1700B598E9}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Tx.Bond</RootNamespace>
|
|
<AssemblyName>Tx.Bond</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<Import Project="..\..\Common.targets" />
|
|
<PropertyGroup>
|
|
<CPReferencePath>..\..\References\$(BuildFlavor)</CPReferencePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Bond">
|
|
<HintPath>$(CPReferencePath)\Bond.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Bond.Attributes">
|
|
<HintPath>$(CPReferencePath)\Bond.Attributes.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Diagnostics.Tracing.EventSource">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(CPReferencePath)\Microsoft.Diagnostics.Tracing.EventSource.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Reactive.Core">
|
|
<HintPath>$(CPReferencePath)\System.Reactive.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces">
|
|
<HintPath>$(CPReferencePath)\System.Reactive.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq">
|
|
<HintPath>$(CPReferencePath)\System.Reactive.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.PlatformServices">
|
|
<HintPath>$(CPReferencePath)\System.Reactive.PlatformServices.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\AssemblyInfo.cs">
|
|
<Link>Properties\AssemblyInfo.cs</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Compile>
|
|
<Compile Include="BinaryTypeMap.cs" />
|
|
<Compile Include="BinaryEnvelope.cs" />
|
|
<Compile Include="BinaryEtwObservable.cs" />
|
|
<Compile Include="BinaryEtwParser.cs" />
|
|
<Compile Include="BinaryEventSource.cs" />
|
|
<Compile Include="BondEtwObserver.cs" />
|
|
<Compile Include="BondEtwWriter.cs" />
|
|
<Compile Include="BondTypeMap.cs" />
|
|
<Compile Include="BondIdentifierHelpers.cs" />
|
|
<Compile Include="ByteArrayHelper.cs" />
|
|
<Compile Include="EtwExtensions.cs" />
|
|
<Compile Include="EventManifest.cs" />
|
|
<Compile Include="GeneralPartitionableTypeMap.cs" />
|
|
<Compile Include="ITypeProvider.cs" />
|
|
<Compile Include="InvalidBondTypeException.cs" />
|
|
<Compile Include="StringHelper.cs" />
|
|
<Compile Include="TypeExtensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\key.snk">
|
|
<Link>Properties\key.snk</Link>
|
|
</None>
|
|
<None Include="Properties\Tx.Bond.Layout.cmd">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Properties\Tx.Bond.nuspec">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tx.Core\Tx.Core.csproj">
|
|
<Project>{c5cc33b0-1684-4dd4-83a5-5da4a9a25a7f}</Project>
|
|
<Name>Tx.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Tx.Windows\Tx.Windows.csproj">
|
|
<Project>{c4043abb-ec40-4194-b15b-c0d13c2cf5c8}</Project>
|
|
<Name>Tx.Windows</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |