Subversion Repositories jumper

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{7DB41D51-3789-44AD-9742-B2813DAF631B}</ProjectGuid>
4
        <MainSource>PegSolitaire.dpr</MainSource>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Library</AppType>
9
        <FrameworkType>None</FrameworkType>
10
        <ProjectVersion>18.4</ProjectVersion>
11
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
12
    </PropertyGroup>
13
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14
        <Base>true</Base>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17
        <Base_Win32>true</Base_Win32>
18
        <CfgParent>Base</CfgParent>
19
        <Base>true</Base>
20
    </PropertyGroup>
21
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22
        <Base_Win64>true</Base_Win64>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
26
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
27
        <Cfg_1>true</Cfg_1>
28
        <CfgParent>Base</CfgParent>
29
        <Base>true</Base>
30
    </PropertyGroup>
31
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
32
        <Cfg_2>true</Cfg_2>
33
        <CfgParent>Base</CfgParent>
34
        <Base>true</Base>
35
    </PropertyGroup>
36
    <PropertyGroup Condition="'$(Base)'!=''">
37
        <DCC_E>false</DCC_E>
38
        <DCC_F>false</DCC_F>
39
        <DCC_K>false</DCC_K>
40
        <DCC_N>true</DCC_N>
41
        <DCC_S>false</DCC_S>
42
        <DCC_ImageBase>00400000</DCC_ImageBase>
43
        <DCC_DebugInformation>1</DCC_DebugInformation>
44
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
45
        <DCC_ExeOutput>..\..\Jumper</DCC_ExeOutput>
46
        <DCC_UsePackage>vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOfficeXP;$(DCC_UsePackage)</DCC_UsePackage>
47
        <GenDll>true</GenDll>
48
        <SanitizedProjectName>PegSolitaire</SanitizedProjectName>
49
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
50
        <VerInfo_Locale>1031</VerInfo_Locale>
51
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=ViaThinkSoft Peg Solitär Spiel;FileVersion=1.0.0.0;InternalName=PegSolitaire;LegalCopyright=(C) 2009 ViaThinkSoft;LegalTrademarks=Keine;OriginalFilename=PegSolitaire.exe;ProductName=ViaThinkSoft Peg Solitär;ProductVersion=1.0.0.0;Projektleiter=Daniel Marschall - www.daniel-marschall.de;Webseite=www.viathinksoft.de</VerInfo_Keys>
52
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
53
    </PropertyGroup>
54
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
55
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
56
        <BT_BuildType>Debug</BT_BuildType>
57
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
58
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
59
        <VerInfo_Locale>1033</VerInfo_Locale>
60
        <Icon_MainIcon>PegSolitaire_Icon.ico</Icon_MainIcon>
61
    </PropertyGroup>
62
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
63
        <Icon_MainIcon>PegSolitaire_Icon.ico</Icon_MainIcon>
64
    </PropertyGroup>
65
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
66
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
67
        <DCC_DebugInformation>0</DCC_DebugInformation>
68
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
69
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
70
    </PropertyGroup>
71
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
72
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
73
        <DCC_Optimize>false</DCC_Optimize>
74
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
75
    </PropertyGroup>
76
    <ItemGroup>
77
        <DelphiCompile Include="$(MainSource)">
78
            <MainSource>MainSource</MainSource>
79
        </DelphiCompile>
80
        <DCCReference Include="About.dfm">
81
            <Form>AboutBox</Form>
82
        </DCCReference>
83
        <DCCReference Include="Choice.dfm">
84
            <Form>LevelChoice</Form>
85
        </DCCReference>
86
        <DCCReference Include="Finish.dfm">
87
            <Form>FinishForm</Form>
88
        </DCCReference>
89
        <DCCReference Include="Help.dfm">
90
            <Form>HelpForm</Form>
91
        </DCCReference>
92
        <DCCReference Include="HighScore.dfm">
93
            <Form>HighScoreForm</Form>
94
        </DCCReference>
95
        <DCCReference Include="History.dfm">
96
            <Form>HistoryForm</Form>
97
        </DCCReference>
98
        <DCCReference Include="Main.dfm">
99
            <Form>MainForm</Form>
100
        </DCCReference>
101
        <RcCompile Include="PegSolitaire_DRC.rc">
102
            <Form>PegSolitaire_DRC.res</Form>
103
        </RcCompile>
104
        <BuildConfiguration Include="Debug">
105
            <Key>Cfg_2</Key>
106
            <CfgParent>Base</CfgParent>
107
        </BuildConfiguration>
108
        <BuildConfiguration Include="Base">
109
            <Key>Base</Key>
110
        </BuildConfiguration>
111
        <BuildConfiguration Include="Release">
112
            <Key>Cfg_1</Key>
113
            <CfgParent>Base</CfgParent>
114
        </BuildConfiguration>
115
    </ItemGroup>
116
    <ProjectExtensions>
117
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
118
        <Borland.ProjectType/>
119
        <BorlandProject>
120
            <Delphi.Personality>
121
                <Source>
122
                    <Source Name="MainSource">PegSolitaire.dpr</Source>
123
                </Source>
124
            </Delphi.Personality>
125
            <Platforms>
126
                <Platform value="Linux64">False</Platform>
127
                <Platform value="OSX32">False</Platform>
128
                <Platform value="Win32">True</Platform>
129
                <Platform value="Win64">False</Platform>
130
            </Platforms>
131
        </BorlandProject>
132
        <ProjectFileVersion>12</ProjectFileVersion>
133
    </ProjectExtensions>
134
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
135
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
136
</Project>