Integrated Configuration Class
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
<ItemGroup>
|
||||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="testconf.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
19
TimberWinR.UnitTests/testconf.xml
Normal file
19
TimberWinR.UnitTests/testconf.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TimberWinR>
|
||||
|
||||
<Inputs>
|
||||
<WindowsEvents>
|
||||
<Events source="System,Application" binaryFormat="PRINT" />
|
||||
</WindowsEvents>
|
||||
<Logs>
|
||||
<Log name="First Set" location="C:\Logs1\*.log" />
|
||||
<Log name="Second Set" location="C:\Logs2\*.log" recurse="0" splitLongLines="OFF" />
|
||||
<Log name="Third Set" location="C:\Logs2\1.log,C:\Logs2\2.log" />
|
||||
</Logs>
|
||||
|
||||
<IISLogs>
|
||||
|
||||
</IISLogs>
|
||||
</Inputs>
|
||||
|
||||
</TimberWinR>
|
||||
Reference in New Issue
Block a user