Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 93:dc4942d09e74 v2
improved tracing
added the application components container MTComponentContainer.AppContainer
author | cin |
---|---|
date | Thu, 23 Oct 2014 01:13:57 +0400 |
parents | 4c0e5ef99986 |
children | 0141a165d032 |
comparison
equal
deleted
inserted
replaced
92:4c0e5ef99986 | 93:dc4942d09e74 |
---|---|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | 6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> |
7 <OutputType>Library</OutputType> | 7 <OutputType>Library</OutputType> |
8 <RootNamespace>Implab</RootNamespace> | 8 <RootNamespace>Implab</RootNamespace> |
9 <AssemblyName>Implab</AssemblyName> | 9 <AssemblyName>Implab</AssemblyName> |
10 <ProductVersion>8.0.30703</ProductVersion> | |
11 <SchemaVersion>2.0</SchemaVersion> | |
10 </PropertyGroup> | 12 </PropertyGroup> |
11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
12 <DebugSymbols>true</DebugSymbols> | 14 <DebugSymbols>true</DebugSymbols> |
13 <DebugType>full</DebugType> | 15 <DebugType>full</DebugType> |
14 <Optimize>false</Optimize> | 16 <Optimize>false</Optimize> |
143 <Compile Include="Diagnostics\OperationContext.cs" /> | 145 <Compile Include="Diagnostics\OperationContext.cs" /> |
144 <Compile Include="Diagnostics\TraceContext.cs" /> | 146 <Compile Include="Diagnostics\TraceContext.cs" /> |
145 <Compile Include="Diagnostics\LogEventArgs.cs" /> | 147 <Compile Include="Diagnostics\LogEventArgs.cs" /> |
146 <Compile Include="Diagnostics\LogEventArgsT.cs" /> | 148 <Compile Include="Diagnostics\LogEventArgsT.cs" /> |
147 <Compile Include="Diagnostics\Extensions.cs" /> | 149 <Compile Include="Diagnostics\Extensions.cs" /> |
150 <Compile Include="IComponentContainer.cs" /> | |
151 <Compile Include="MTComponentContainer.cs" /> | |
148 </ItemGroup> | 152 </ItemGroup> |
149 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 153 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
150 <ItemGroup /> | 154 <ItemGroup /> |
151 <ProjectExtensions> | 155 <ProjectExtensions> |
152 <MonoDevelop> | 156 <MonoDevelop> |