Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 2:aa367305156b
small fixes
author | cin |
---|---|
date | Thu, 29 Aug 2013 17:03:44 +0400 |
parents | 279591fb4df3 |
children | 381095ad0a69 |
comparison
equal
deleted
inserted
replaced
1:6fb3b01ee971 | 2:aa367305156b |
---|---|
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> |
33 </ItemGroup> | 33 </ItemGroup> |
34 <ItemGroup> | 34 <ItemGroup> |
35 <Compile Include="Properties\AssemblyInfo.cs" /> | 35 <Compile Include="Properties\AssemblyInfo.cs" /> |
36 <Compile Include="Promise.cs" /> | 36 <Compile Include="Promise.cs" /> |
37 <Compile Include="AsyncPool.cs" /> | 37 <Compile Include="AsyncPool.cs" /> |
38 <Compile Include="Safe.cs" /> | |
38 </ItemGroup> | 39 </ItemGroup> |
39 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 40 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
40 <ItemGroup> | 41 <ItemGroup> |
41 <Folder Include="Parallels\" /> | 42 <Folder Include="Parallels\" /> |
42 </ItemGroup> | 43 </ItemGroup> |