-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuilder-options.optset
21 lines (21 loc) · 1006 Bytes
/
builder-options.optset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
<VerInfo_Locale>1033</VerInfo_Locale>
<Manifest_File>(None)</Manifest_File>
<BCC_AllCodeguardOptions>true</BCC_AllCodeguardOptions>
<BCC_MonitorInlinePtrAccess>true</BCC_MonitorInlinePtrAccess>
<BCC_MonitorGlobalAndStackData>true</BCC_MonitorGlobalAndStackData>
<BCC_MonitorThis>true</BCC_MonitorThis>
<BCC_AllWarnings>true</BCC_AllWarnings>
<BCC_SelectedWarnings>false</BCC_SelectedWarnings>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>OptionSet</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality/>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>