blob: 40620ae80c50e6f1d1a514fcc239ef7e8a2af022 [file] [log] [blame]
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{C511B03B-8AB7-4E61-9F6E-5E6F9F65E8CE}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<RootNameSpace>NPanday.Logging</RootNameSpace>
<AssemblyName>NPanday.Logging</AssemblyName>
<BaseIntermediateOutputPath>..\..\..\target\obj\</BaseIntermediateOutputPath>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup>
<OutputPath>..\..\..\target\bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\..\target\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="NPanday\Logging\ConsoleHandler.cs" />
<Compile Include="NPanday\Logging\IHandler.cs" />
<Compile Include="NPanday\Logging\Level.cs" />
<Compile Include="NPanday\Logging\Logger.cs" />
<Compile Include="NPanday\Logging\LogManager.cs" />
<Compile Include="NPanday\Logging\LogRecord.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<WebReferences Include="Web References\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>