blob: cd6dd01e8c024b942012d315bd8d826a66186e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<application id="QuickStart" Mode="Debug">
<modules>
<!-- uncomment the following to enable caching
<module id="cache" class="System.Caching.TSqliteCache" />
-->
<!-- uncomment the following to enable logging to file
<module id="log" class="System.Util.TLogRouter">
<route class="TFileLogRoute" />
</module>
-->
</modules>
<paths>
<using namespace="Application.controls.*" />
</paths>
<services>
<service id="page" class="TPageService" DefaultPage="GettingStarted.Introduction" />
</services>
</application>
|