generated from DeveloppeurPascal/Delphi-Projects-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBubbleoidProjectGroup.diproj
46 lines (46 loc) · 1.89 KB
/
BubbleoidProjectGroup.diproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<Project Version="1.0">
<Title>Bubbleoid</Title>
<Summary>A game developed in Delphi for the Global Game Jam 2025.</Summary>
<Author>Patrick PREMARTIN</Author>
<Email>patrick@premartin.fr</Email>
<Copyright>(c) 2025 Patrick PREMARTIN</Copyright>
<Comment/>
<Language>2057</Language>
<Charset>1</Charset>
<HeaderHtml><%TopicTitle%></HeaderHtml>
<FooterHtml><a href="https://bubbleoid.gamolf.fr" target="_blank">Bubbleoid</a> (c) 2025 <a href="https://patrick.premartin.fr" target="_blank">Patrick PREMARTIN</a> - Powered by <a href="https://devjetsoftware.com/products/documentation-insight/" target="_blank">DocInsight</a></FooterHtml>
<CustomDefines/>
<ShowImplementationSection>false</ShowImplementationSection>
<ShowPrivateMembers>false</ShowPrivateMembers>
<ShowProtectedMembers>true</ShowProtectedMembers>
<ShowInheritedMembers>true</ShowInheritedMembers>
<ShowPropertyAccessors>true</ShowPropertyAccessors>
<FileNamePolicy>0</FileNamePolicy>
<CompilerVersion>27</CompilerVersion>
<TargetPlatform>0</TargetPlatform>
<Sources>
<Source>.\src\Bubbleoid.dpr</Source>
<Source>.\src-tests\BubbleoidTests.dpr</Source>
</Sources>
<Outputs>
<Output Type="HTML">
<Active>true</Active>
<OutputDirectory>.\docs</OutputDirectory>
</Output>
<Output Type="CHM">
<Active>true</Active>
<OutputFileName>BubbleoidProjectGroup.chm</OutputFileName>
</Output>
<Output Type="MSHELP2">
<Active>false</Active>
<OutputFileName>build\docs\mshelp2\BubbleoidProjectGroup.HxS</OutputFileName>
<Namespace>BubbleoidProjectGroup</Namespace>
<TitleID>library</TitleID>
</Output>
<Output Type="HelpAndManual">
<Active>false</Active>
<OutputFileName>build\docs\hm\BubbleoidProjectGroup.hmxp</OutputFileName>
</Output>
</Outputs>
</Project>