﻿<?xml version="1.0" encoding="utf-8" ?>
<configuration>
 <!-- uncomment for diagnostic logging -->
<!--
  <system.diagnostics>
    <sources>
      <source name="csvhdprep.exe"
              switchName="csencrypt.exe" >
        <listeners>
          <add name="Debug"/>
        </listeners>
      </source>
    </sources>
    <switches>
      <add name="csvhdprep.exe" value="Verbose"/>
    </switches>
    <sharedListeners>
      <add name="Debug"
      type="System.Diagnostics.TextWriterTraceListener"
      initializeData="csencrypt.exe.log"  />
    </sharedListeners>
    <trace autoflush="true"/>
  </system.diagnostics>
-->
</configuration>