forked from zzzprojects/System.Linq.Dynamic.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Linq.Dynamic.Core.WP80.csproj
More file actions
122 lines (122 loc) · 5.61 KB
/
System.Linq.Dynamic.Core.WP80.csproj
File metadata and controls
122 lines (122 loc) · 5.61 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D04A2321-66FD-41BE-BD4E-1A5730C695CF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>System.Linq.Dynamic.Core.WP80</RootNamespace>
<AssemblyName>System.Linq.Dynamic.Core.WP80</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile49</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;WPSL</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;WPSL80</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\System.Linq.Dynamic.Core\AppDomain.cs">
<Link>AppDomain.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\BasicQueryable.cs">
<Link>BasicQueryable.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\ClassFactory.cs">
<Link>ClassFactory.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\Compatibility\IntrospectionExtensions.cs">
<Link>Compatibility\IntrospectionExtensions.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\Compatibility\TypeBuilderExtensions.cs">
<Link>Compatibility\TypeBuilderExtensions.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicClass.cs">
<Link>DynamicClass.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicClassFactory.cs">
<Link>DynamicClassFactory.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicExpression.cs">
<Link>DynamicExpression.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicLinqTypeAttribute.cs">
<Link>DynamicLinqTypeAttribute.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicLinqTypeProvider.cs">
<Link>DynamicLinqTypeProvider.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicOrdering.cs">
<Link>DynamicOrdering.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicProperty.cs">
<Link>DynamicProperty.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\DynamicQueryable.cs">
<Link>DynamicQueryable.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\Exceptions\ParseException.cs">
<Link>Exceptions\ParseException.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\ExpressionParser.cs">
<Link>ExpressionParser.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\Extensions\QueryableExtensions.cs">
<Link>Extensions\QueryableExtensions.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\GlobalConfig.cs">
<Link>GlobalConfig.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\GroupResult.cs">
<Link>GroupResult.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\IDynamicLinkTypeProvider.cs">
<Link>IDynamicLinkTypeProvider.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\Res.cs">
<Link>Res.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\Validation\Check.cs">
<Link>Validation\Check.cs</Link>
</Compile>
<Compile Include="..\System.Linq.Dynamic.Core\Validation\CoreStrings.cs">
<Link>Validation\CoreStrings.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="JetBrains.Annotations.PCL328, Version=10.1.4.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\..\packages\JetBrains.Annotations.10.1.4\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\JetBrains.Annotations.PCL328.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>