1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
32 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >12.0.0</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{F9D3B288-1A73-4C91-8ED7-11ED1704B817}</ProjectGuid >
93 <OutputType >Exe</OutputType >
10- <RootNamespace >ReadText.Demo</ RootNamespace >
11- < AssemblyName >ReadText.Demo</ AssemblyName >
4+ <TargetFrameworks >net40;net45;net461;netcoreapp2.1;netcoreapp2.0</ TargetFrameworks >
5+ < GenerateAssemblyInfo >false</ GenerateAssemblyInfo >
126 </PropertyGroup >
13- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
14- <DebugSymbols >true</DebugSymbols >
15- <DebugType >full</DebugType >
16- <Optimize >false</Optimize >
17- <OutputPath >bin\Debug</OutputPath >
18- <DefineConstants >DEBUG;</DefineConstants >
19- <ErrorReport >prompt</ErrorReport >
20- <WarningLevel >4</WarningLevel >
21- <Externalconsole >true</Externalconsole >
22- </PropertyGroup >
23- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
24- <DebugType >full</DebugType >
25- <Optimize >true</Optimize >
26- <OutputPath >bin\Release</OutputPath >
27- <ErrorReport >prompt</ErrorReport >
28- <WarningLevel >4</WarningLevel >
29- <Externalconsole >true</Externalconsole >
30- </PropertyGroup >
31- <ItemGroup >
32- <Reference Include =" CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" >
33- <HintPath >packages\CommandLineParser.2.1.1-beta\lib\net40\CommandLine.dll</HintPath >
34- </Reference >
35- <Reference Include =" System" />
36- <Reference Include =" System.Core" />
37- </ItemGroup >
38- <ItemGroup >
39- <Compile Include =" ..\..\src\SharedAssemblyInfo.cs" >
40- <Link >Properties\SharedAssemblyInfo.cs</Link >
41- </Compile >
42- <Compile Include =" Program.cs" />
43- <Compile Include =" Properties\AssemblyInfo.cs" />
44- <Compile Include =" Options.cs" />
45- </ItemGroup >
467 <ItemGroup >
47- <None Include =" packages.config" >
48- <SubType >Designer</SubType >
49- </None >
8+ <ProjectReference Include =" ..\..\src\CommandLine\CommandLine.csproj" />
509 </ItemGroup >
51- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
5210</Project >
0 commit comments