File tree Expand file tree Collapse file tree 17 files changed +168
-1489
lines changed Expand file tree Collapse file tree 17 files changed +168
-1489
lines changed Original file line number Diff line number Diff line change @@ -64,3 +64,8 @@ __recovery/
64
64
65
65
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
66
66
* .stat
67
+ * .lps
68
+ * .bak
69
+ /Diverses /2007
70
+ /Diverses /2010
71
+ /Diverses /www.delphimeister.de
Original file line number Diff line number Diff line change 172
172
<Unit1 >
173
173
<Filename Value =" ..\Source\Labyrinth\Labydemo3.pas" />
174
174
<IsPartOfProject Value =" True" />
175
- <ComponentName Value =" Form1 " />
175
+ <ComponentName Value =" frmLabyDemo3 " />
176
176
<HasResources Value =" True" />
177
177
<ResourceBaseClass Value =" Form" />
178
178
</Unit1 >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <CONFIG >
3
+ <ProjectOptions >
4
+ <Version Value =" 11" />
5
+ <PathDelim Value =" \" />
6
+ <General >
7
+ <Flags >
8
+ <MainUnitHasCreateFormStatements Value =" False" />
9
+ <MainUnitHasTitleStatement Value =" False" />
10
+ <MainUnitHasScaledStatement Value =" False" />
11
+ </Flags >
12
+ <SessionStorage Value =" InProjectDir" />
13
+ <MainUnit Value =" 0" />
14
+ <Title Value =" prj_Quine14" />
15
+ <UseAppBundle Value =" False" />
16
+ <ResourceType Value =" res" />
17
+ </General >
18
+ <BuildModes Count =" 1" >
19
+ <Item1 Name =" Default" Default =" True" />
20
+ </BuildModes >
21
+ <PublishOptions >
22
+ <Version Value =" 2" />
23
+ <UseFileFilters Value =" True" />
24
+ </PublishOptions >
25
+ <RunParams >
26
+ <FormatVersion Value =" 2" />
27
+ <Modes Count =" 0" />
28
+ </RunParams >
29
+ <Units Count =" 1" >
30
+ <Unit0 >
31
+ <Filename Value =" prj_Quine14.lpr" />
32
+ <IsPartOfProject Value =" True" />
33
+ </Unit0 >
34
+ </Units >
35
+ </ProjectOptions >
36
+ <CompilerOptions >
37
+ <Version Value =" 11" />
38
+ <PathDelim Value =" \" />
39
+ <Target >
40
+ <Filename Value =" ..\..\bin\$(TargetCPU)-$(TargetOS)\prj_Quine14" />
41
+ </Target >
42
+ <SearchPaths >
43
+ <IncludeFiles Value =" $(ProjOutDir)" />
44
+ <UnitOutputDirectory Value =" ..\..\bin\$(TargetCPU)-$(TargetOS)\units" />
45
+ </SearchPaths >
46
+ <Parsing >
47
+ <SyntaxOptions >
48
+ <AllowLabel Value =" False" />
49
+ <CStyleMacros Value =" True" />
50
+ </SyntaxOptions >
51
+ </Parsing >
52
+ <CodeGeneration >
53
+ <Optimizations >
54
+ <OptimizationLevel Value =" 4" />
55
+ </Optimizations >
56
+ <SmallerCode Value =" True" />
57
+ </CodeGeneration >
58
+ <Linking >
59
+ <Debugging >
60
+ <GenerateDebugInfo Value =" False" />
61
+ <StripSymbols Value =" True" />
62
+ </Debugging >
63
+ <LinkSmart Value =" True" />
64
+ </Linking >
65
+ </CompilerOptions >
66
+ <Debugging >
67
+ <Exceptions Count =" 3" >
68
+ <Item1 >
69
+ <Name Value =" EAbort" />
70
+ </Item1 >
71
+ <Item2 >
72
+ <Name Value =" ECodetoolError" />
73
+ </Item2 >
74
+ <Item3 >
75
+ <Name Value =" EFOpenError" />
76
+ </Item3 >
77
+ </Exceptions >
78
+ </Debugging >
79
+ </CONFIG >
Original file line number Diff line number Diff line change
1
+ { $define w:=write(d} const s=' ;d=b+#39+s;begin w+#39#59#99#61#39);w)end.' ;b=' {$define w:=write(d}const s=' ;d=b+#39 +s;begin w+#39 #59 #99 #61 #39 );w)end .
2
+
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <CONFIG >
3
+ <ProjectOptions >
4
+ <Version Value =" 11" />
5
+ <PathDelim Value =" \" />
6
+ <General >
7
+ <Flags >
8
+ <MainUnitHasCreateFormStatements Value =" False" />
9
+ <MainUnitHasTitleStatement Value =" False" />
10
+ <MainUnitHasScaledStatement Value =" False" />
11
+ </Flags >
12
+ <SessionStorage Value =" InProjectDir" />
13
+ <MainUnit Value =" 0" />
14
+ <Title Value =" prj_Quine15" />
15
+ <UseAppBundle Value =" False" />
16
+ <ResourceType Value =" res" />
17
+ </General >
18
+ <BuildModes Count =" 1" >
19
+ <Item1 Name =" Default" Default =" True" />
20
+ </BuildModes >
21
+ <PublishOptions >
22
+ <Version Value =" 2" />
23
+ <UseFileFilters Value =" True" />
24
+ </PublishOptions >
25
+ <RunParams >
26
+ <FormatVersion Value =" 2" />
27
+ <Modes Count =" 0" />
28
+ </RunParams >
29
+ <Units Count =" 1" >
30
+ <Unit0 >
31
+ <Filename Value =" prj_Quine15.lpr" />
32
+ <IsPartOfProject Value =" True" />
33
+ </Unit0 >
34
+ </Units >
35
+ </ProjectOptions >
36
+ <CompilerOptions >
37
+ <Version Value =" 11" />
38
+ <PathDelim Value =" \" />
39
+ <Target >
40
+ <Filename Value =" ..\..\bin\$(TargetCPU)-$(TargetOS)\prj_Quine15" />
41
+ </Target >
42
+ <SearchPaths >
43
+ <IncludeFiles Value =" $(ProjOutDir)" />
44
+ <UnitOutputDirectory Value =" ..\..\bin\$(TargetCPU)-$(TargetOS)\units" />
45
+ </SearchPaths >
46
+ <Parsing >
47
+ <SyntaxOptions >
48
+ <CStyleMacros Value =" True" />
49
+ </SyntaxOptions >
50
+ </Parsing >
51
+ <CodeGeneration >
52
+ <Optimizations >
53
+ <OptimizationLevel Value =" 4" />
54
+ </Optimizations >
55
+ <SmallerCode Value =" True" />
56
+ </CodeGeneration >
57
+ <Linking >
58
+ <Debugging >
59
+ <GenerateDebugInfo Value =" False" />
60
+ <StripSymbols Value =" True" />
61
+ </Debugging >
62
+ <LinkSmart Value =" True" />
63
+ </Linking >
64
+ </CompilerOptions >
65
+ <Debugging >
66
+ <Exceptions Count =" 3" >
67
+ <Item1 >
68
+ <Name Value =" EAbort" />
69
+ </Item1 >
70
+ <Item2 >
71
+ <Name Value =" ECodetoolError" />
72
+ </Item2 >
73
+ <Item3 >
74
+ <Name Value =" EFOpenError" />
75
+ </Item3 >
76
+ </Exceptions >
77
+ </Debugging >
78
+ </CONFIG >
Original file line number Diff line number Diff line change
1
+ { $define c:=begin write(e+#39+e} var e:string=' {$define c:=begin write(e+#39+e}var e:string=' ;c);e:=#39 ' ;c);e:=#39' ;c);readln end end .
You can’t perform that action at this time.
0 commit comments