mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-10 22:25:40 +02:00
18 lines
713 B
Plaintext
18 lines
713 B
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
<PropertyGroup>
|
||
<DCC_CodePage>1251</DCC_CodePage>
|
||
<BRCC_IncludePath>C:\Projects\СКС\POWERCAD30\UNITS;$(BRCC_IncludePath)</BRCC_IncludePath>
|
||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||
<DCC_IntegerOverflowCheck>false</DCC_IntegerOverflowCheck>
|
||
<DCC_DebugInformation>true</DCC_DebugInformation>
|
||
</PropertyGroup>
|
||
<ProjectExtensions>
|
||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||
<Borland.ProjectType>OptionSet</Borland.ProjectType>
|
||
<BorlandProject>
|
||
<Delphi.Personality/>
|
||
</BorlandProject>
|
||
<ProjectFileVersion>12</ProjectFileVersion>
|
||
</ProjectExtensions>
|
||
</Project>
|