Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Updated to the latest source drop.
Browse files Browse the repository at this point in the history
  • Loading branch information
panesofglass committed May 3, 2012
1 parent b06a582 commit 669bb13
Show file tree
Hide file tree
Showing 67 changed files with 29,745 additions and 0 deletions.
8 changes: 8 additions & 0 deletions workyard/linq/FSharp.PowerPack.Linq/Assembly.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// (c) Microsoft Corporation 2005-2009.

namespace Microsoft.FSharp

//[<assembly: System.Security.SecurityTransparent>]
[<assembly: AutoOpen("Microsoft.FSharp")>]
[<assembly: AutoOpen("Microsoft.FSharp")>]
do()
57 changes: 57 additions & 0 deletions workyard/linq/FSharp.PowerPack.Linq/FSharp.PowerPack.Linq.fsproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<FSharpPowerPackSourcesRoot>..</FSharpPowerPackSourcesRoot>
<SccProjectName>SAK</SccProjectName>
<SccProvider>SAK</SccProvider>
<SccAuxPath>SAK</SccAuxPath>
<SccLocalPath>SAK</SccLocalPath>
</PropertyGroup>
<Import Project="$(FSharpPowerPackSourcesRoot)\FSharpPowerPackSource.Settings.targets" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4c2ed03b-5ace-427b-8285-ad333e60f35e}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>FSharp.PowerPack.Linq</AssemblyName>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<DocumentationFile>FSharp.PowerPack.Linq.xml</DocumentationFile>
<NoWarn>$(NoWarn);9</NoWarn>
</PropertyGroup>
<!-- These dummy entries are needed for F# Beta2 -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>TRACE;DEBUG;WITHOUT</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<!-- References -->
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<!-- Files -->
<ItemGroup>
<Compile Include="..\assemblyinfo.Common.fs">
<Link>assemblyinfo.Common.fs</Link>
</Compile>
<Compile Include="assemblyinfo.FSharp.PowerPack.Linq.dll.fs">
<Link>assemblyinfo.FSharp.PowerPack.Linq.dll.fs</Link>
</Compile>
<Compile Include="FuncConvertExtensions.fsi" />
<Compile Include="FuncConvertExtensions.fs" />
<Compile Include="MutableTuple.fs" />
<Compile Include="Linq.fsi" />
<Compile Include="Linq.fs" />
<Compile Include="QueryExtensions.fs" />
<Compile Include="LinqQueries.fsi" />
<Compile Include="LinqQueries.fs" />
<Compile Include="Assembly.fs" />
</ItemGroup>
<Import Project="$(FSharpPowerPackSourcesRoot)\FSharpPowerPackSource.targets" />
<Import Project="$(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets" Condition="!Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" Condition="Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
<Import Condition="'$(TargetFramework)'=='Silverlight'" Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.Common.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
Loading

0 comments on commit 669bb13

Please sign in to comment.