<?xml version="1.0" encoding="utf-8"?>

<application id="QuickStart" Mode="Debug">
  <modules>
    <!-- uncomment the following to enable caching
    <module id="cache" class="System.Data.TSqliteCache" />
    -->
    <!-- uncomment the following to enable logging to file
    <module id="log" class="System.Log.TLogRouter">
      <route class="TFileLogRoute" />
    </module>
    -->
  </modules>
  <paths>
    <using namespace="Application.controls.*" />
  </paths>
  <services>
    <service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
  </services>
</application>