File: System.Reactive.Observable.Aliases.csproj

package info (click to toggle)
mono 6.14.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,289,432 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,330; cpp: 122,919; perl: 59,361; javascript: 30,841; asm: 21,845; makefile: 19,588; sh: 15,277; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (59 lines) | stat: -rw-r--r-- 2,800 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{9FFAC385-10A4-4DDD-B800-DE67E8469CC0}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>System.Reactive.Observable.Aliases</RootNamespace>
    <AssemblyName>System.Reactive.Observable.Aliases</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProductSignAssembly>false</ProductSignAssembly>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <Import Project="..\Common.targets" />
  <PropertyGroup>
    <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Observable.Aliases.cs" />
    <Compile Include="Qbservable.Aliases.Generated.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\System.Reactive.Core\System.Reactive.Core.csproj">
      <Project>{4e516f10-da7a-4d43-963e-a93865abea5b}</Project>
      <Name>System.Reactive.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Reactive.Interfaces\System.Reactive.Interfaces.csproj">
      <Project>{9e9b9c60-98b0-40fa-9c2b-1218d417caa4}</Project>
      <Name>System.Reactive.Interfaces</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Reactive.Linq\System.Reactive.Linq.csproj">
      <Project>{63252ae9-5186-45ca-bfcd-fa51c6b66a43}</Project>
      <Name>System.Reactive.Linq</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Reactive.Providers\System.Reactive.Providers.csproj">
      <Project>{c7b9d7be-f47f-466b-a6b0-e46f1069b171}</Project>
      <Name>System.Reactive.Providers</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Properties\" />
  </ItemGroup>
  <Import Project="..\Import.targets" />
  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
</Project>