Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx.NET/System.Reactive.Providers/System.Reactive.Providers.csproj')
-rw-r--r--Rx.NET/System.Reactive.Providers/System.Reactive.Providers.csproj80
1 files changed, 0 insertions, 80 deletions
diff --git a/Rx.NET/System.Reactive.Providers/System.Reactive.Providers.csproj b/Rx.NET/System.Reactive.Providers/System.Reactive.Providers.csproj
deleted file mode 100644
index f527d07..0000000
--- a/Rx.NET/System.Reactive.Providers/System.Reactive.Providers.csproj
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!-- Not used (yet).
- <UsingTask TaskName="BuildTasks.HomoIcon" AssemblyFile="$(ProjectDir)\..\..\Tools\BuildTasks.dll" />
- -->
- <PropertyGroup>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C7B9D7BE-F47F-466B-A6B0-E46F1069B171}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Reactive</RootNamespace>
- <AssemblyName>System.Reactive.Providers</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProductSignAssembly>true</ProductSignAssembly>
- <CodeAnalysisRuleSet>..\Rx.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBLV|AnyCPU'">
- <OutputPath>bin\ReleaseXBLV\</OutputPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugXBLV|AnyCPU'">
- <OutputPath>bin\DebugXBLV\</OutputPath>
- </PropertyGroup>
- <Import Project="..\Common.targets" />
- <PropertyGroup>
- <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'DebugPL' Or '$(Configuration)' == 'ReleasePL' ">
- <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="GlobalSuppressions.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Reactive\Internal\Constants.cs" />
- <Compile Include="Reactive\Joins\QueryablePattern.cs" />
- <Compile Include="Reactive\Joins\QueryablePlan.cs" />
- <Compile Include="Reactive\Linq\ExpressionVisitor.cs" />
- <Compile Include="Reactive\Linq\Observable.Queryable.cs" />
- <Compile Include="Reactive\Linq\Qbservable.cs" />
- <Compile Include="Reactive\Linq\Qbservable.Generated.cs" />
- <Compile Include="Reactive\Linq\Qbservable.Joins.cs" />
- <Compile Include="Reactive\ObservableQuery.cs" />
- <Compile Include="Strings_Providers.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>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Strings_Providers.resx" />
- </ItemGroup>
- <Import Project="..\Import.targets" />
- <!-- HomoIconizer build task configuration (disabled for now)
- <PropertyGroup>
- <HomoIconIntermediateOutputPath>obj\$(Configuration)\HomoIcon</HomoIconIntermediateOutputPath>
- </PropertyGroup>
- <Target Name="BeforeCompile">
- <HomoIcon InputBinary="@(_ResolvedProjectReferencePaths)" IntermediateOutputPath="$(HomoIconIntermediateOutputPath)">
- <Output TaskParameter="OutputFile" ItemName="Compile" />
- </HomoIcon>
- </Target>
- -->
-</Project> \ No newline at end of file