-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCardArrange.dproj
58 lines (58 loc) · 4.3 KB
/
CardArrange.dproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{8e7226ee-c79e-4a1b-84ec-41ddd329b402}</ProjectGuid>
<MainSource>CardArrange.dpr</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<DCC_EnabledPackages>true</DCC_EnabledPackages>
<DCC_UsePackage>Vcl;Vclx;VclSmp;Vcldb;Dac105;SDac105;de11;AmLib11;AmSQL11;mwEdit11</DCC_UsePackage>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\$Projects\bin\CardArrange.exe</DCC_DependencyCheckOutputName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ExeOutput>C:\$Projects\bin</DCC_ExeOutput>
<DCC_DcuOutput>C:\$Projects\Temp</DCC_DcuOutput>
<DCC_ObjOutput>C:\$Projects\Temp</DCC_ObjOutput>
<DCC_HppOutput>C:\$Projects\Temp</DCC_HppOutput>
<DCC_Define>DEBUG;DEBUG;RELEASE</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Version>7.0</Version>
<DCC_ExeOutput>C:\$Projects\bin</DCC_ExeOutput>
<DCC_DcuOutput>C:\$Projects\Temp</DCC_DcuOutput>
<DCC_ObjOutput>C:\$Projects\Temp</DCC_ObjOutput>
<DCC_HppOutput>C:\$Projects\Temp</DCC_HppOutput>
<DCC_Define>DEBUG;DEBUG;DEBUG</DCC_Define>
<DCC_UnitSearchPath>C:\Borland\CardArrange\PNGImage</DCC_UnitSearchPath>
<DCC_ResourcePath>C:\Borland\CardArrange\PNGImage</DCC_ResourcePath>
<DCC_ObjPath>C:\Borland\CardArrange\PNGImage</DCC_ObjPath>
<DCC_IncludePath>C:\Borland\CardArrange\PNGImage</DCC_IncludePath>
<DCC_AssertionsAtRuntime>False</DCC_AssertionsAtRuntime>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality</Borland.Personality>
<Borland.ProjectType>VCLApplication</Borland.ProjectType>
<BorlandProject>
<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">1058</VersionInfo><VersionInfo Name="CodePage">1251</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">CardArrange.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
</ProjectExtensions>
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
<ItemGroup>
<DelphiCompile Include="CardArrange.dpr">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="u_MainForm.pas">
<Form>MainForm</Form>
</DCCReference>
<DCCReference Include="u_ProgressForm.pas">
<Form>ProgressForm</Form>
</DCCReference>
</ItemGroup>
</Project>