-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPilha.fpj
36 lines (36 loc) · 1002 Bytes
/
Pilha.fpj
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
<?xml version="1.0" encoding="UTF-8"?>
<Project>
<VersionInfo>
<VersionNumbers Major="1" Minor="0" Release="0" Build="0"/>
<LanguageID Value="1046"/>
<CharsetID Value="1252"/>
<CompanyName Value=""/>
<FileVersion Value="1.0.0.0"/>
<FileDescription Value="Empty project"/>
<InternalName Value=""/>
<LegalCopyright Value=""/>
<LegalTrademarks Value=""/>
<OriginalFilename Value=""/>
<ProductName Value=""/>
<ProductVersion Value="1.0.0.0"/>
<AutoIncrementBuild Value="No"/>
</VersionInfo>
<Libs Value=""/>
<Flags Value=""/>
<Target Value="Pilha.exe"/>
<CommandLine Value=""/>
<CompilerOptions Value="-Wall -s"/>
<DeleteObjectsBefore Value="Yes"/>
<DeleteObjectsAfter Value="Yes"/>
<DeleteMakefileAfter Value="Yes"/>
<DeleteResourcesAfter Value="Yes"/>
<EnableTheme Value="No"/>
<RequiresAdmin Value="No"/>
<CompilerType Value="C"/>
<AppType Value="CONSOLE"/>
<Files>
<File Name="main.c"/>
<File Name="pilha.c"/>
<File Name="pilha.h"/>
</Files>
</Project>