annotate Implab.Test/Implab.Test.csproj @ 200:71e543dbe65a v2

working version of the project
author cin
date Fri, 14 Oct 2016 04:03:10 +0300
parents 3071220371f8
children 5dc21f6a3222
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
3 <PropertyGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
72
d67b95eddaf4 promises refactoring
cin
parents: 10
diff changeset
6 <ProductVersion>8.0.30703</ProductVersion>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
8 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
9 <OutputType>Library</OutputType>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
10 <AppDesignerFolder>Properties</AppDesignerFolder>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
11 <RootNamespace>Implab.Test</RootNamespace>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
12 <AssemblyName>Implab.Test</AssemblyName>
155
037df317f126 minor fixes for vs2012
cin
parents: 75
diff changeset
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
14 <FileAlignment>512</FileAlignment>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
155
037df317f126 minor fixes for vs2012
cin
parents: 75
diff changeset
16 <TargetFrameworkProfile />
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
17 </PropertyGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
19 <DebugSymbols>true</DebugSymbols>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
20 <DebugType>full</DebugType>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
21 <Optimize>false</Optimize>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
22 <OutputPath>bin\Debug\</OutputPath>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
24 <ErrorReport>prompt</ErrorReport>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
25 <WarningLevel>4</WarningLevel>
155
037df317f126 minor fixes for vs2012
cin
parents: 75
diff changeset
26 <Prefer32Bit>false</Prefer32Bit>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
27 </PropertyGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
29 <DebugType>pdbonly</DebugType>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
30 <Optimize>true</Optimize>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
31 <OutputPath>bin\Release\</OutputPath>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
32 <DefineConstants>TRACE</DefineConstants>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
33 <ErrorReport>prompt</ErrorReport>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
34 <WarningLevel>4</WarningLevel>
155
037df317f126 minor fixes for vs2012
cin
parents: 75
diff changeset
35 <Prefer32Bit>false</Prefer32Bit>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
36 </PropertyGroup>
75
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
38 <DebugSymbols>true</DebugSymbols>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
39 <DebugType>full</DebugType>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
40 <Optimize>false</Optimize>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
41 <OutputPath>bin\Debug\</OutputPath>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
42 <DefineConstants>DEBUG;TRACE</DefineConstants>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
43 <ErrorReport>prompt</ErrorReport>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
44 <WarningLevel>4</WarningLevel>
155
037df317f126 minor fixes for vs2012
cin
parents: 75
diff changeset
45 <Prefer32Bit>false</Prefer32Bit>
75
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
46 </PropertyGroup>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
48 <DebugType>pdbonly</DebugType>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
49 <Optimize>true</Optimize>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
50 <OutputPath>bin\Release\</OutputPath>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
51 <DefineConstants>TRACE</DefineConstants>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
52 <ErrorReport>prompt</ErrorReport>
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
53 <WarningLevel>4</WarningLevel>
155
037df317f126 minor fixes for vs2012
cin
parents: 75
diff changeset
54 <Prefer32Bit>false</Prefer32Bit>
75
4439140706d0 major refactoring, added tasks support
cin
parents: 72
diff changeset
55 </PropertyGroup>
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
56 <ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
57 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
58 <Reference Include="System" />
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
59 <Reference Include="System.Core">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
60 <RequiredTargetFramework>3.5</RequiredTargetFramework>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
61 </Reference>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
62 </ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
63 <ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
64 <Compile Include="AsyncTests.cs" />
188
3071220371f8 Updated VS project
cin
parents: 155
diff changeset
65 <Compile Include="CancelationTests.cs" />
10
aa33d0bb8c0c implemeted new cancellable promises concept
cin
parents: 0
diff changeset
66 <Compile Include="PromiseHelper.cs" />
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
67 <Compile Include="Properties\AssemblyInfo.cs" />
188
3071220371f8 Updated VS project
cin
parents: 155
diff changeset
68 <Compile Include="RunnableComponentTests.cs" />
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
69 </ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
70 <ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
71 <ProjectReference Include="..\Implab\Implab.csproj">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
72 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
73 <Name>Implab</Name>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
74 </ProjectReference>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
75 </ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
76 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
78 Other similar extension points exist, see Microsoft.Common.targets.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
79 <Target Name="BeforeBuild">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
80 </Target>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
81 <Target Name="AfterBuild">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
82 </Target>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
83 -->
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
84 </Project>