Mercurial > pub > ImplabNet
diff 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 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Wed Oct 22 18:37:56 2014 +0400 +++ b/Implab/Implab.csproj Thu Oct 23 01:13:57 2014 +0400 @@ -7,6 +7,8 @@ <OutputType>Library</OutputType> <RootNamespace>Implab</RootNamespace> <AssemblyName>Implab</AssemblyName> + <ProductVersion>8.0.30703</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -145,6 +147,8 @@ <Compile Include="Diagnostics\LogEventArgs.cs" /> <Compile Include="Diagnostics\LogEventArgsT.cs" /> <Compile Include="Diagnostics\Extensions.cs" /> + <Compile Include="IComponentContainer.cs" /> + <Compile Include="MTComponentContainer.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />