-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbackup.optset
24 lines (24 loc) · 1.41 KB
/
backup.optset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_Locale>1049</VerInfo_Locale>
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
<SanitizedProjectName>Node_pas</SanitizedProjectName>
<DCC_DcuOutput>.\$(Platform)\$(Config)\dcu</DCC_DcuOutput>
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
<DCC_BpiOutput>.\$(Platform)\$(Config)\cpp</DCC_BpiOutput>
<DCC_HppOutput>.\$(Platform)\$(Config)\cpp</DCC_HppOutput>
<DCC_ObjOutput>.\$(Platform)\$(Config)\cpp</DCC_ObjOutput>
<DCC_BplOutput>.\$(Platform)\$(Config)\</DCC_BplOutput>
<DCC_DcpOutput>.\$(Platform)\$(Config)\</DCC_DcpOutput>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>OptionSet</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality/>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>