| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.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>{8E4B04F0-915E-48F9-9796-76278C6094BD}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Interactive</RootNamespace>
- <AssemblyName>System.Interactive</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <!-- DM: Going to hardcode signing in Common.targets-->
- <!--<ProductSignAssembly>true</ProductSignAssembly>-->
- <NoWarn>1591</NoWarn>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <Import Project="..\Common.targets" />
- <PropertyGroup>
- <DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="IAwaitable.cs" />
- <Compile Include="EnumerableEx.Imperative.cs" />
- <Compile Include="EnumerableEx.Multiple.cs" />
- <Compile Include="EnumerableEx.Single.cs" />
- <Compile Include="EnumerableEx.Exceptions.cs" />
- <Compile Include="EnumerableEx.Creation.cs" />
- <Compile Include="EnumerableEx.Buffering.cs" />
- <Compile Include="EnumerableEx.Aggregates.cs" />
- <Compile Include="IYielder.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="..\Import.targets" />
- </Project>
|