1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{2611A503-AE4B-4739-AD31-80685D786D26}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >MorseCode.ITask</RootNamespace >
4+ <TargetFramework >netstandard1.0</TargetFramework >
5+ <Version >2.0.0</Version >
6+ <Authors >MorseCode Software</Authors >
7+ <Description >An awaitable covariant ITask interface which may be used in place of the built-in Task class.</Description >
8+ <PackageId >MorseCode.ITask</PackageId >
9+ <PackageLicenseUrl >http://opensource.org/licenses/MIT</PackageLicenseUrl >
10+ <PackageProjectUrl >https://github.com/jam40jeff/ITask</PackageProjectUrl >
11+ <Product >MorseCode ITask</Product >
12+ <Copyright >Copyright © MorseCode Software 2015</Copyright >
1113 <AssemblyName >MorseCode.ITask</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14+ <RootNamespace >MorseCode.ITask</RootNamespace >
1415 </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
18+ <DocumentationFile >bin\Debug\netstandard1.0\MorseCode.ITask.xml</DocumentationFile >
19+ <DebugType >pdbonly</DebugType >
1620 <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <OutputPath >bin\Debug\</OutputPath >
20- <DefineConstants >DEBUG;TRACE</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
23- <RunCodeAnalysis >true</RunCodeAnalysis >
24- <DocumentationFile >bin\Debug\MorseCode.ITask.XML</DocumentationFile >
2521 </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
22+
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
24+ <DocumentationFile >bin\Release\netstandard1.0\MorseCode.ITask.xml</DocumentationFile >
2725 <DebugType >pdbonly</DebugType >
28- <Optimize >true</Optimize >
29- <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- <RunCodeAnalysis >true</RunCodeAnalysis >
34- <DocumentationFile >bin\Release\MorseCode.ITask.XML</DocumentationFile >
35- </PropertyGroup >
36- <PropertyGroup >
37- <SignAssembly >true</SignAssembly >
38- </PropertyGroup >
39- <PropertyGroup >
40- <AssemblyOriginatorKeyFile >..\MorseCode.snk</AssemblyOriginatorKeyFile >
26+ <DebugSymbols >true</DebugSymbols >
4127 </PropertyGroup >
42- <ItemGroup >
43- <Reference Include =" System" />
44- <Reference Include =" System.Core" />
45- <Reference Include =" System.Xml.Linq" />
46- <Reference Include =" System.Data.DataSetExtensions" />
47- <Reference Include =" Microsoft.CSharp" />
48- <Reference Include =" System.Data" />
49- <Reference Include =" System.Xml" />
50- </ItemGroup >
51- <ItemGroup >
52- <Compile Include =" AsyncMethodBuilderAttribute.cs" />
53- <Compile Include =" AwaiterInterfaceWrapper.cs" />
54- <Compile Include =" AwaiterInterfaceWrapper{TResult}.cs" />
55- <Compile Include =" TaskInterfaceAsyncMethodBuilder.cs" />
56- <Compile Include =" TaskInterfaceAsyncMethodBuilder{TResult}.cs" />
57- <Compile Include =" TaskInterfaceFactory.cs" />
58- <Compile Include =" TaskExtensionMethods.cs" />
59- <Compile Include =" TaskWrapper{TResult}.cs" />
60- <Compile Include =" ConfiguredTaskWrapper.cs" />
61- <Compile Include =" ConfiguredTaskWrapper{TResult}.cs" />
62- <Compile Include =" TaskAwaiterWrapper{TResult}.cs" />
63- <Compile Include =" ConfiguredTaskAwaiterWrapper.cs" />
64- <Compile Include =" ConfiguredTaskAwaiterWrapper{TResult}.cs" />
65- <Compile Include =" IAwaiter{TResult}.cs" />
66- <Compile Include =" IAwaiter.cs" />
67- <Compile Include =" IConfiguredTask{TResult}.cs" />
68- <Compile Include =" IConfiguredTask.cs" />
69- <Compile Include =" ITask{TResult}.cs" />
70- <Compile Include =" ITask.cs" />
71- <Compile Include =" Properties\AssemblyInfo.cs" />
72- <Compile Include =" TaskAwaiterWrapper.cs" />
73- <Compile Include =" TaskWrapper.cs" />
74- </ItemGroup >
75- <ItemGroup >
76- <None Include =" ..\MorseCode.snk" >
77- <Link >MorseCode.snk</Link >
78- </None >
79- <None Include =" _Root.nuspec" />
80- </ItemGroup >
81- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83- Other similar extension points exist, see Microsoft.Common.targets.
84- <Target Name="BeforeBuild">
85- </Target>
86- <Target Name="AfterBuild">
87- </Target>
88- -->
89- </Project >
28+
29+
30+ </Project >
0 commit comments