22 lines
555 B
XML
22 lines
555 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project>
|
|
<name>blaise-migration</name>
|
|
<!-- version inherited from root aggregator -->
|
|
|
|
<build>
|
|
<packaging>application</packaging>
|
|
<mainSource>MigrationAnalyser.pas</mainSource>
|
|
<executableName>cp-migrate</executableName>
|
|
|
|
<manualUnitPaths>true</manualUnitPaths>
|
|
<unitPaths>
|
|
<path>src/main/pascal</path>
|
|
</unitPaths>
|
|
</build>
|
|
|
|
<!-- Reuses the compiler's lexer and parser units -->
|
|
<moduleDependencies>
|
|
<module>../../compiler</module>
|
|
</moduleDependencies>
|
|
</project>
|