diff options
Diffstat (limited to 'extras/contributed/ats/ats_editor.lpi')
-rw-r--r-- | extras/contributed/ats/ats_editor.lpi | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/extras/contributed/ats/ats_editor.lpi b/extras/contributed/ats/ats_editor.lpi index 16f21757..f84d4956 100644 --- a/extras/contributed/ats/ats_editor.lpi +++ b/extras/contributed/ats/ats_editor.lpi @@ -1,7 +1,7 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <CONFIG> <ProjectOptions> - <Version Value="7"/> + <Version Value="9"/> <General> <Flags> <SaveOnlyProjectUnits Value="True"/> @@ -11,12 +11,14 @@ </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> - <TargetFileExt Value=""/> <ResourceType Value="res"/> </General> <VersionInfo> - <ProjectVersion Value=""/> + <StringTable ProductVersion=""/> </VersionInfo> + <BuildModes Count="1"> + <Item1 Name="default" Default="True"/> + </BuildModes> <PublishOptions> <Version Value="2"/> <IgnoreBinaries Value="False"/> @@ -57,10 +59,17 @@ </Units> </ProjectOptions> <CompilerOptions> - <Version Value="8"/> - <Other> - <CustomOptions Value="-FUunits/$(TargetCPU)-$(TargetOS)/"/> - <CompilerPath Value="$(CompPath)"/> - </Other> + <Version Value="11"/> + <Target> + <Filename Value="ats_editor"/> + </Target> + <SearchPaths> + <UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)/"/> + </SearchPaths> + <Parsing> + <SyntaxOptions> + <UseAnsiStrings Value="False"/> + </SyntaxOptions> + </Parsing> </CompilerOptions> </CONFIG> |