Subversion Repositories plumbers

Rev

Rev 2 | Rev 13 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{F68EE1AF-C815-4B78-9228-27C1D5A58382}</ProjectGuid>
8 daniel-mar 4
        <MainSource>ShowTime32.dpr</MainSource>
2 daniel-mar 5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</TargetedPlatforms>
8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>18.2</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="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
22
        <Cfg_1>true</Cfg_1>
23
        <CfgParent>Base</CfgParent>
24
        <Base>true</Base>
25
    </PropertyGroup>
26
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
27
        <Cfg_1_Win32>true</Cfg_1_Win32>
28
        <CfgParent>Cfg_1</CfgParent>
29
        <Cfg_1>true</Cfg_1>
30
        <Base>true</Base>
31
    </PropertyGroup>
32
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
33
        <Cfg_2>true</Cfg_2>
34
        <CfgParent>Base</CfgParent>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
38
        <Cfg_2_Win32>true</Cfg_2_Win32>
39
        <CfgParent>Cfg_2</CfgParent>
40
        <Cfg_2>true</Cfg_2>
41
        <Base>true</Base>
42
    </PropertyGroup>
43
    <PropertyGroup Condition="'$(Base)'!=''">
44
        <DCC_DebugInformation>1</DCC_DebugInformation>
45
        <DCC_E>false</DCC_E>
46
        <DCC_F>false</DCC_F>
47
        <DCC_K>false</DCC_K>
48
        <DCC_N>true</DCC_N>
49
        <DCC_S>false</DCC_S>
50
        <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
51
        <DCC_ImageBase>00400000</DCC_ImageBase>
52
        <DCC_ExeOutput>C:\Users\DELL User\Downloads\Plumbers\PC Contents\C\PLUMBER\</DCC_ExeOutput>
8 daniel-mar 53
        <SanitizedProjectName>ShowTime32</SanitizedProjectName>
2 daniel-mar 54
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
55
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
56
        <VerInfo_Locale>1031</VerInfo_Locale>
57
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=Showtime32;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
58
    </PropertyGroup>
59
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
60
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
61
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
62
        <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>
63
        <VerInfo_Locale>1033</VerInfo_Locale>
64
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
65
        <Icon_MainIcon>Showtime32_Icon.ico</Icon_MainIcon>
66
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
67
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
68
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
69
    </PropertyGroup>
70
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
71
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
72
        <DCC_DebugInformation>0</DCC_DebugInformation>
73
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
74
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
75
    </PropertyGroup>
76
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
77
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
78
        <AppEnableHighDPI>true</AppEnableHighDPI>
79
    </PropertyGroup>
80
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
81
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
82
        <DCC_Optimize>false</DCC_Optimize>
83
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
84
    </PropertyGroup>
85
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
86
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
87
        <AppEnableHighDPI>true</AppEnableHighDPI>
88
        <DCC_ExeOutput>E:\_test</DCC_ExeOutput>
89
        <VerInfo_Locale>1033</VerInfo_Locale>
90
        <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>
91
    </PropertyGroup>
92
    <ItemGroup>
93
        <DelphiCompile Include="$(MainSource)">
94
            <MainSource>MainSource</MainSource>
95
        </DelphiCompile>
96
        <DCCReference Include="Main.pas">
97
            <Form>MainForm</Form>
98
        </DCCReference>
99
        <DCCReference Include="Game.pas"/>
100
        <DCCReference Include="..\FileFormat\Delphi\GameBinStruct.pas"/>
101
        <BuildConfiguration Include="Debug">
102
            <Key>Cfg_2</Key>
103
            <CfgParent>Base</CfgParent>
104
        </BuildConfiguration>
105
        <BuildConfiguration Include="Base">
106
            <Key>Base</Key>
107
        </BuildConfiguration>
108
        <BuildConfiguration Include="Release">
109
            <Key>Cfg_1</Key>
110
            <CfgParent>Base</CfgParent>
111
        </BuildConfiguration>
112
    </ItemGroup>
113
    <ProjectExtensions>
114
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
115
        <Borland.ProjectType/>
116
        <BorlandProject>
117
            <Delphi.Personality>
118
                <Source>
8 daniel-mar 119
                    <Source Name="MainSource">ShowTime32.dpr</Source>
2 daniel-mar 120
                </Source>
121
            </Delphi.Personality>
122
            <Platforms>
123
                <Platform value="Win32">True</Platform>
124
            </Platforms>
125
        </BorlandProject>
126
        <ProjectFileVersion>12</ProjectFileVersion>
127
    </ProjectExtensions>
128
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
129
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
130
</Project>