Last change
on this file since 1712 was 1693, checked in by healthsevak, 10 years ago |
Committing the files for first time to this new branch
|
File size:
3.0 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <ProjectGuid>{fd7d68fb-5d13-4da4-b415-ca2f6bdb0a37}</ProjectGuid>
|
---|
5 | <MainSource>Project1.dpr</MainSource>
|
---|
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
8 | <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
---|
9 | <DCC_DependencyCheckOutputName>Project1.exe</DCC_DependencyCheckOutputName>
|
---|
10 | </PropertyGroup>
|
---|
11 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
12 | <Version>7.0</Version>
|
---|
13 | <DCC_DebugInformation>False</DCC_DebugInformation>
|
---|
14 | <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
---|
15 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
---|
16 | <DCC_Define>RELEASE</DCC_Define>
|
---|
17 | </PropertyGroup>
|
---|
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
19 | <Version>7.0</Version>
|
---|
20 | <DCC_Define>DEBUG</DCC_Define>
|
---|
21 | </PropertyGroup>
|
---|
22 | <ProjectExtensions>
|
---|
23 | <Borland.Personality>Delphi.Personality</Borland.Personality>
|
---|
24 | <Borland.ProjectType>VCLApplication</Borland.ProjectType>
|
---|
25 | <BorlandProject>
|
---|
26 | <BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">False</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1033</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">Project1.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
---|
27 | </ProjectExtensions>
|
---|
28 | <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
---|
29 | <ItemGroup>
|
---|
30 | <DelphiCompile Include="Project1.dpr">
|
---|
31 | <MainSource>MainSource</MainSource>
|
---|
32 | </DelphiCompile>
|
---|
33 | <DCCReference Include="fGUIforSpellCheck.pas" />
|
---|
34 | </ItemGroup>
|
---|
35 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.