Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 67:b4c2454d208e
mono
author | cin |
---|---|
date | Fri, 22 Aug 2014 17:47:20 +0400 |
parents | 790e8a997d30 |
children | d67b95eddaf4 |
comparison
equal
deleted
inserted
replaced
66:790e8a997d30 | 67:b4c2454d208e |
---|---|
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> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | 6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> |
9 <OutputType>Library</OutputType> | 7 <OutputType>Library</OutputType> |
10 <RootNamespace>Implab</RootNamespace> | 8 <RootNamespace>Implab</RootNamespace> |
11 <AssemblyName>Implab</AssemblyName> | 9 <AssemblyName>Implab</AssemblyName> |
12 </PropertyGroup> | 10 </PropertyGroup> |
29 <WarningLevel>4</WarningLevel> | 27 <WarningLevel>4</WarningLevel> |
30 <ConsolePause>false</ConsolePause> | 28 <ConsolePause>false</ConsolePause> |
31 </PropertyGroup> | 29 </PropertyGroup> |
32 <ItemGroup> | 30 <ItemGroup> |
33 <Reference Include="System" /> | 31 <Reference Include="System" /> |
34 <Reference Include="System.XML" /> | 32 <Reference Include="System.Xml" /> |
35 </ItemGroup> | 33 </ItemGroup> |
36 <ItemGroup> | 34 <ItemGroup> |
37 <Compile Include="Component.cs" /> | 35 <Compile Include="Component.cs" /> |
38 <Compile Include="CustomEqualityComparer.cs" /> | 36 <Compile Include="CustomEqualityComparer.cs" /> |
39 <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> | 37 <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> |