Mercurial > pub > ImplabNet
annotate Implab.Playground/Implab.Playground.csproj @ 255:b00441e04738 v3
Adde workaround to the behaviour of the logical operations stack in conjuction
with async/await methods
author | cin |
---|---|
date | Wed, 04 Apr 2018 15:38:48 +0300 |
parents | d6fe09f5592c |
children | 547a2fc0d93e |
rev | line source |
---|---|
229 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="14.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')" /> | |
4 <PropertyGroup> | |
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
7 <ProjectGuid>{100DFEB0-75BE-436F-ADDF-1F46EF433F46}</ProjectGuid> | |
8 <OutputType>Exe</OutputType> | |
9 <AppDesignerFolder>Properties</AppDesignerFolder> | |
10 <RootNamespace>Implab.Playground</RootNamespace> | |
11 <AssemblyName>Implab.Playground</AssemblyName> | |
255
b00441e04738
Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents:
233
diff
changeset
|
12 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
229 | 13 <FileAlignment>512</FileAlignment> |
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | |
233 | 15 <TargetFrameworkProfile /> |
229 | 16 </PropertyGroup> |
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
18 <PlatformTarget>AnyCPU</PlatformTarget> | |
19 <DebugSymbols>true</DebugSymbols> | |
20 <DebugType>full</DebugType> | |
21 <Optimize>false</Optimize> | |
22 <OutputPath>bin\Debug\</OutputPath> | |
23 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
24 <ErrorReport>prompt</ErrorReport> | |
25 <WarningLevel>4</WarningLevel> | |
26 </PropertyGroup> | |
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
28 <PlatformTarget>AnyCPU</PlatformTarget> | |
29 <DebugType>pdbonly</DebugType> | |
30 <Optimize>true</Optimize> | |
31 <OutputPath>bin\Release\</OutputPath> | |
32 <DefineConstants>TRACE</DefineConstants> | |
33 <ErrorReport>prompt</ErrorReport> | |
34 <WarningLevel>4</WarningLevel> | |
35 <Prefer32Bit>true</Prefer32Bit> | |
36 <DebugSymbols>true</DebugSymbols> | |
37 </PropertyGroup> | |
38 <ItemGroup> | |
39 <Reference Include="System" /> | |
40 <Reference Include="System.Core" /> | |
41 <Reference Include="System.Xml.Linq" /> | |
42 <Reference Include="System.Data.DataSetExtensions" /> | |
43 <Reference Include="Microsoft.CSharp" /> | |
44 <Reference Include="System.Data" /> | |
45 <Reference Include="System.Net.Http" /> | |
46 <Reference Include="System.Xml" /> | |
47 </ItemGroup> | |
48 <ItemGroup> | |
49 <Compile Include="Program.cs" /> | |
50 <Compile Include="Properties\AssemblyInfo.cs" /> | |
51 </ItemGroup> | |
52 <ItemGroup> | |
53 <None Include="App.config" /> | |
54 </ItemGroup> | |
55 <ItemGroup> | |
56 <ProjectReference Include="..\Implab\Implab.csproj"> | |
57 <Project>{f550f1f8-8746-4ad0-9614-855f4c4b7f05}</Project> | |
58 <Name>Implab</Name> | |
59 </ProjectReference> | |
60 </ItemGroup> | |
61 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
62 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
63 Other similar extension points exist, see Microsoft.Common.targets. | |
64 <Target Name="BeforeBuild"> | |
65 </Target> | |
66 <Target Name="AfterBuild"> | |
67 </Target> | |
68 --> | |
69 </Project> |