1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
32 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >9.0.30729</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{0C001D50-4176-45AE-BDC8-BA626508B0CC}</ProjectGuid >
9- <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10- <OutputType >Library</OutputType >
11- <AppDesignerFolder >Properties</AppDesignerFolder >
12- <RootNamespace >Mono.Linq.Expressions</RootNamespace >
13- <AssemblyName >Mono.Linq.Expressions</AssemblyName >
14- <TargetFrameworkProfile >Profile92</TargetFrameworkProfile >
15- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
16- <FileAlignment >512</FileAlignment >
17- <SignAssembly >true</SignAssembly >
18- <AssemblyOriginatorKeyFile >mono.snk</AssemblyOriginatorKeyFile >
19- <FileUpgradeFlags >
20- </FileUpgradeFlags >
21- <UpgradeBackupLocation >
22- </UpgradeBackupLocation >
23- <OldToolsVersion >3.5</OldToolsVersion >
24- <PublishUrl >publish\</PublishUrl >
25- <Install >true</Install >
26- <InstallFrom >Disk</InstallFrom >
27- <UpdateEnabled >false</UpdateEnabled >
28- <UpdateMode >Foreground</UpdateMode >
29- <UpdateInterval >7</UpdateInterval >
30- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
31- <UpdatePeriodically >false</UpdatePeriodically >
32- <UpdateRequired >false</UpdateRequired >
33- <MapFileExtensions >true</MapFileExtensions >
34- <ApplicationRevision >0</ApplicationRevision >
35- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
36- <IsWebBootstrapper >false</IsWebBootstrapper >
37- <UseApplicationTrust >false</UseApplicationTrust >
38- <BootstrapperEnabled >true</BootstrapperEnabled >
3+ <TargetFrameworks >netstandard2.0;net40</TargetFrameworks >
394 </PropertyGroup >
40- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
41- <DebugSymbols >true</DebugSymbols >
42- <DebugType >full</DebugType >
43- <Optimize >false</Optimize >
44- <OutputPath >bin\Debug\</OutputPath >
45- <DefineConstants >DEBUG;TRACE</DefineConstants >
46- <ErrorReport >prompt</ErrorReport >
47- <WarningLevel >4</WarningLevel >
48- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
49- </PropertyGroup >
50- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
51- <Optimize >true</Optimize >
52- <OutputPath >bin\Release\</OutputPath >
53- <DefineConstants >TRACE</DefineConstants >
54- <ErrorReport >prompt</ErrorReport >
55- <WarningLevel >4</WarningLevel >
56- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
57- </PropertyGroup >
58- <ItemGroup >
59- <Reference Include =" System" />
60- <Reference Include =" System.Core" >
61- <RequiredTargetFramework >3.5</RequiredTargetFramework >
62- </Reference >
63- </ItemGroup >
64- <ItemGroup >
65- <Compile Include =" Mono.Linq.Expressions\CombineExtensions.cs" />
66- <Compile Include =" Mono.Linq.Expressions\DoWhileExpression.cs" />
67- <Compile Include =" Mono.Linq.Expressions\FluentExtensions.cs" />
68- <Compile Include =" Mono.Linq.Expressions\UsingExpression.cs" />
69- <Compile Include =" Mono.Linq.Expressions\WhileExpression.cs" />
70- <Compile Include =" Mono.Linq.Expressions\CustomExpressionVisitor.cs" />
71- <Compile Include =" Mono.Linq.Expressions\CustomExpression.cs" />
72- <Compile Include =" Mono.Linq.Expressions\ForEachExpression.cs" />
73- <Compile Include =" Mono.Linq.Expressions\ForExpression.cs" />
74- <Compile Include =" Mono.Linq.Expressions\PredicateBuilder.cs" />
75- <Compile Include =" Mono.Linq.Expressions\ExpressionExtensions.cs" />
76- <Compile Include =" Mono.Linq.Expressions\CSharp.cs" />
77- <Compile Include =" Mono.Linq.Expressions\CSharpWriter.cs" />
78- <Compile Include =" Mono.Linq.Expressions\ExpressionWriter.cs" />
79- <Compile Include =" Mono.Linq.Expressions\IExpressionWriter.cs" />
80- <Compile Include =" Mono.Linq.Expressions\DelegateConverter.cs" />
81- <Compile Include =" Mono.Linq.Expressions\IFormatter.cs" />
82- <Compile Include =" Mono.Linq.Expressions\TextFormatter.cs" />
83- <Compile Include =" Properties\AssemblyInfo.cs" />
84- </ItemGroup >
85- <ItemGroup >
86- <None Include =" mono.snk" />
87- </ItemGroup >
5+
886 <ItemGroup >
89- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
90- <Visible >False</Visible >
91- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
92- <Install >false</Install >
93- </BootstrapperPackage >
94- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
95- <Visible >False</Visible >
96- <ProductName >.NET Framework 3.5 SP1</ProductName >
97- <Install >true</Install >
98- </BootstrapperPackage >
99- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
100- <Visible >False</Visible >
101- <ProductName >Windows Installer 3.1</ProductName >
102- <Install >true</Install >
103- </BootstrapperPackage >
7+ <Compile Include =" Mono.Linq.Expressions\*.cs" />
8+ <Compile Include =" Properties\*.cs.cs" />
1049 </ItemGroup >
10+
10511 <ItemGroup >
10612 <Content Include =" nodes.txt" />
10713 </ItemGroup >
108- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
109- <Import Project =" $(MSBuildThisFileDirectory)Mono.Linq.Expressions.targets" />
110- </Project >
14+
15+ </Project >
0 commit comments