1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(NuGetAuthoringPath)\NuGet.Packaging.Authoring.props" Condition =" Exists('$(NuGetAuthoringPath)\NuGet.Packaging.Authoring.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{25D1FFC4-47A0-4237-91C0-6ED25A91E4C3}</ProjectGuid >
8+ <Description >An obsessively simple and performant library for protecting critical sections.</Description >
9+ <PackageId >wait</PackageId >
10+ <PackageVersion >1.0.0</PackageVersion >
11+ <Authors >Ben Barth</Authors >
12+ <DevelopmentDependency >false</DevelopmentDependency >
13+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
14+ <OutputType >Exe</OutputType >
15+ <RootNamespace >Wait.NuGet</RootNamespace >
16+ <UsePartialTypes >false</UsePartialTypes >
17+ <AssemblyName >Wait.NuGet</AssemblyName >
18+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <OutputPath >bin\Debug</OutputPath >
24+ <ErrorReport >prompt</ErrorReport >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <OutputPath >bin\Release</OutputPath >
28+ <ErrorReport >prompt</ErrorReport >
29+ </PropertyGroup >
30+ <ItemGroup >
31+ <None Include =" readme.txt" >
32+ <IncludeInPackage >true</IncludeInPackage >
33+ </None >
34+ </ItemGroup >
35+ <ItemGroup >
36+ <PackageReference Include =" NuGet.Build.Packaging" >
37+ <Version >0.2.1</Version >
38+ <PrivateAssets >All</PrivateAssets >
39+ </PackageReference >
40+ </ItemGroup >
41+ <Import Project =" $(MSBuildBinPath)\Microsoft.Common.targets" />
42+ <Import Project =" $(NuGetAuthoringPath)\NuGet.Packaging.Authoring.targets" Condition =" Exists('$(NuGetAuthoringPath)\NuGet.Packaging.Authoring.targets')" />
43+ </Project >
0 commit comments