| 1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
| @@ -1,48 +1,49 | |||||
| 1 | <?xml version="1.0" encoding="utf-8"?> |
|
1 | <?xml version="1.0" encoding="utf-8"?> | |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 3 | <PropertyGroup> |
|
3 | <PropertyGroup> | |
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| 6 | <ProductVersion>10.0.0</ProductVersion> |
|
6 | <ProductVersion>10.0.0</ProductVersion> | |
| 7 | <SchemaVersion>2.0</SchemaVersion> |
|
7 | <SchemaVersion>2.0</SchemaVersion> | |
| 8 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> |
|
8 | <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | |
| 9 | <OutputType>Library</OutputType> |
|
9 | <OutputType>Library</OutputType> | |
| 10 | <RootNamespace>Implab</RootNamespace> |
|
10 | <RootNamespace>Implab</RootNamespace> | |
| 11 | <AssemblyName>Implab</AssemblyName> |
|
11 | <AssemblyName>Implab</AssemblyName> | |
| 12 | </PropertyGroup> |
|
12 | </PropertyGroup> | |
| 13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| 14 | <DebugSymbols>true</DebugSymbols> |
|
14 | <DebugSymbols>true</DebugSymbols> | |
| 15 | <DebugType>full</DebugType> |
|
15 | <DebugType>full</DebugType> | |
| 16 | <Optimize>false</Optimize> |
|
16 | <Optimize>false</Optimize> | |
| 17 | <OutputPath>bin\Debug</OutputPath> |
|
17 | <OutputPath>bin\Debug</OutputPath> | |
| 18 | <DefineConstants>DEBUG;</DefineConstants> |
|
18 | <DefineConstants>DEBUG;</DefineConstants> | |
| 19 | <ErrorReport>prompt</ErrorReport> |
|
19 | <ErrorReport>prompt</ErrorReport> | |
| 20 | <WarningLevel>4</WarningLevel> |
|
20 | <WarningLevel>4</WarningLevel> | |
| 21 | <ConsolePause>false</ConsolePause> |
|
21 | <ConsolePause>false</ConsolePause> | |
| 22 | </PropertyGroup> |
|
22 | </PropertyGroup> | |
| 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| 24 | <DebugType>full</DebugType> |
|
24 | <DebugType>full</DebugType> | |
| 25 | <Optimize>true</Optimize> |
|
25 | <Optimize>true</Optimize> | |
| 26 | <OutputPath>bin\Release</OutputPath> |
|
26 | <OutputPath>bin\Release</OutputPath> | |
| 27 | <ErrorReport>prompt</ErrorReport> |
|
27 | <ErrorReport>prompt</ErrorReport> | |
| 28 | <WarningLevel>4</WarningLevel> |
|
28 | <WarningLevel>4</WarningLevel> | |
| 29 | <ConsolePause>false</ConsolePause> |
|
29 | <ConsolePause>false</ConsolePause> | |
| 30 | </PropertyGroup> |
|
30 | </PropertyGroup> | |
| 31 | <ItemGroup> |
|
31 | <ItemGroup> | |
| 32 | <Reference Include="System" /> |
|
32 | <Reference Include="System" /> | |
| 33 | </ItemGroup> |
|
33 | </ItemGroup> | |
| 34 | <ItemGroup> |
|
34 | <ItemGroup> | |
| 35 |
<Compile Include="I |
|
35 | <Compile Include="IPromise.cs" /> | |
|
|
36 | <Compile Include="PromiseState.cs" /> | |||
| 36 | <Compile Include="TaskController.cs" /> |
|
37 | <Compile Include="TaskController.cs" /> | |
| 37 | <Compile Include="ProgressInitEventArgs.cs" /> |
|
38 | <Compile Include="ProgressInitEventArgs.cs" /> | |
| 38 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
39 | <Compile Include="Properties\AssemblyInfo.cs" /> | |
| 39 | <Compile Include="Promise.cs" /> |
|
40 | <Compile Include="Promise.cs" /> | |
| 40 | <Compile Include="AsyncPool.cs" /> |
|
41 | <Compile Include="AsyncPool.cs" /> | |
| 41 | <Compile Include="Safe.cs" /> |
|
42 | <Compile Include="Safe.cs" /> | |
| 42 | <Compile Include="ValueEventArgs.cs" /> |
|
43 | <Compile Include="ValueEventArgs.cs" /> | |
| 43 | </ItemGroup> |
|
44 | </ItemGroup> | |
| 44 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
45 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
| 45 | <ItemGroup> |
|
46 | <ItemGroup> | |
| 46 | <Folder Include="Parallels\" /> |
|
47 | <Folder Include="Parallels\" /> | |
| 47 | </ItemGroup> |
|
48 | </ItemGroup> | |
| 48 | </Project> No newline at end of file |
|
49 | </Project> | |
General Comments 0
You need to be logged in to leave comments.
Login now
