1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " ToolsVersion = " 14.0 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{A240B8F5-35D8-4E14-8993-0D3515B8B0E5}</ProjectGuid >
74 <OutputType >Exe</OutputType >
8- <NoStandardLibraries >false</NoStandardLibraries >
9- <AssemblyName >Enumerable</AssemblyName >
10- <RootNamespace >Enumerable</RootNamespace >
11- <FileUpgradeFlags >
12- </FileUpgradeFlags >
13- <UpgradeBackupLocation >
14- </UpgradeBackupLocation >
15- <NoWin32Manifest >true</NoWin32Manifest >
16- <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
17- <OldToolsVersion >3.5</OldToolsVersion >
18- <TargetFrameworkProfile />
19- <PublishUrl >publish\</PublishUrl >
20- <Install >true</Install >
21- <InstallFrom >Disk</InstallFrom >
22- <UpdateEnabled >false</UpdateEnabled >
23- <UpdateMode >Foreground</UpdateMode >
24- <UpdateInterval >7</UpdateInterval >
25- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26- <UpdatePeriodically >false</UpdatePeriodically >
27- <UpdateRequired >false</UpdateRequired >
28- <MapFileExtensions >true</MapFileExtensions >
29- <ApplicationRevision >0</ApplicationRevision >
30- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31- <IsWebBootstrapper >false</IsWebBootstrapper >
32- <UseApplicationTrust >false</UseApplicationTrust >
33- <BootstrapperEnabled >true</BootstrapperEnabled >
5+ <TargetFrameworks >netcoreapp2.1;net472</TargetFrameworks >
346 </PropertyGroup >
35- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36- <DebugSymbols >true</DebugSymbols >
37- <DebugType >full</DebugType >
38- <Optimize >false</Optimize >
39- <OutputPath >.\bin\Debug\</OutputPath >
40- <DefineConstants >DEBUG;TRACE</DefineConstants >
41- <Prefer32Bit >false</Prefer32Bit >
42- </PropertyGroup >
43- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
44- <DebugType >pdbonly</DebugType >
45- <Optimize >true</Optimize >
46- <OutputPath >.\bin\Release\</OutputPath >
47- <DefineConstants >TRACE</DefineConstants >
48- <Prefer32Bit >false</Prefer32Bit >
49- </PropertyGroup >
50- <ItemGroup >
51- <Reference Include =" System" />
52- <Reference Include =" System.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
53- <SpecificVersion >False</SpecificVersion >
54- <HintPath >C:\Windows\Microsoft.NET\Framework\v3.5.20123\System.Core.dll</HintPath >
55- </Reference >
56- <Reference Include =" System.Data" />
57- <Reference Include =" System.Xml" />
58- </ItemGroup >
59- <ItemGroup >
60- <Compile Include =" enumerable.cs" />
61- </ItemGroup >
62- <ItemGroup >
63- <None Include =" app.config" />
64- </ItemGroup >
65- <ItemGroup >
66- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
67- <Visible >False</Visible >
68- <ProductName >.NET Framework 3.5 SP1</ProductName >
69- <Install >true</Install >
70- </BootstrapperPackage >
71- </ItemGroup >
72- <Import Project =" $(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
73- <ProjectExtensions >
74- <VisualStudio AllowExistingFolder =" true" />
75- </ProjectExtensions >
7+
768</Project >
0 commit comments