Subversion Repositories plumbers

Rev

Rev 2 | Rev 18 | 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>{40387ff3-9ff3-46e2-8801-c20b86dff7c4}</ProjectGuid>
4
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
        <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
6
        <DCC_DependencyCheckOutputName>Project1.exe</DCC_DependencyCheckOutputName>
7
        <MainSource>BinEdit.dpr</MainSource>
8
        <FrameworkType>VCL</FrameworkType>
9
        <ProjectVersion>18.2</ProjectVersion>
10
        <Base>True</Base>
11
        <Config Condition="'$(Config)'==''">Debug</Config>
12
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
13
        <TargetedPlatforms>1</TargetedPlatforms>
14
        <AppType>Application</AppType>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
17
        <Base>true</Base>
18
    </PropertyGroup>
19
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
20
        <Base_Win32>true</Base_Win32>
21
        <CfgParent>Base</CfgParent>
22
        <Base>true</Base>
23
    </PropertyGroup>
24
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
25
        <Cfg_1>true</Cfg_1>
26
        <CfgParent>Base</CfgParent>
27
        <Base>true</Base>
28
    </PropertyGroup>
29
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
30
        <Cfg_1_Win32>true</Cfg_1_Win32>
31
        <CfgParent>Cfg_1</CfgParent>
32
        <Cfg_1>true</Cfg_1>
33
        <Base>true</Base>
34
    </PropertyGroup>
35
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
36
        <Cfg_2>true</Cfg_2>
37
        <CfgParent>Base</CfgParent>
38
        <Base>true</Base>
39
    </PropertyGroup>
40
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
41
        <Cfg_2_Win32>true</Cfg_2_Win32>
42
        <CfgParent>Cfg_2</CfgParent>
43
        <Cfg_2>true</Cfg_2>
44
        <Base>true</Base>
45
    </PropertyGroup>
46
    <PropertyGroup Condition="'$(Base)'!=''">
47
        <SanitizedProjectName>BinEdit</SanitizedProjectName>
48
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
49
        <VerInfo_Locale>1031</VerInfo_Locale>
50
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
51
    </PropertyGroup>
52
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
53
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
54
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
55
        <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>
56
        <VerInfo_Locale>1033</VerInfo_Locale>
57
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
8 daniel-mar 58
        <Icon_MainIcon>BinEdit_Icon.ico</Icon_MainIcon>
2 daniel-mar 59
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
60
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
61
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
62
    </PropertyGroup>
63
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
64
        <Version>7.0</Version>
65
        <DCC_DebugInformation>0</DCC_DebugInformation>
66
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
67
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
68
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
69
    </PropertyGroup>
70
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
71
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
72
        <AppEnableHighDPI>true</AppEnableHighDPI>
8 daniel-mar 73
        <DCC_ExeOutput>E:\_test</DCC_ExeOutput>
74
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
75
        <VerInfo_Locale>1033</VerInfo_Locale>
76
        <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>
2 daniel-mar 77
    </PropertyGroup>
78
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
79
        <Version>7.0</Version>
80
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
81
    </PropertyGroup>
82
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
83
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
84
        <AppEnableHighDPI>true</AppEnableHighDPI>
85
        <DCC_ExeOutput>E:\_test</DCC_ExeOutput>
86
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
87
        <VerInfo_Locale>1033</VerInfo_Locale>
88
        <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>
89
        <Debugger_CWD>C:\Users\DELL User\Desktop\Daten ohne Cloud\Plumbers Dont Wear Ties\PC Contents\C\PLUMBER</Debugger_CWD>
90
    </PropertyGroup>
91
    <ProjectExtensions>
92
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
93
        <Borland.ProjectType/>
94
        <BorlandProject>
95
            <Delphi.Personality>
96
                <Parameters>
97
                    <Parameters Name="UseLauncher">False</Parameters>
98
                    <Parameters Name="LoadAllSymbols">True</Parameters>
99
                    <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
100
                </Parameters>
101
                <VersionInfo>
102
                    <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
103
                    <VersionInfo Name="AutoIncBuild">False</VersionInfo>
104
                    <VersionInfo Name="MajorVer">1</VersionInfo>
105
                    <VersionInfo Name="MinorVer">0</VersionInfo>
106
                    <VersionInfo Name="Release">0</VersionInfo>
107
                    <VersionInfo Name="Build">0</VersionInfo>
108
                    <VersionInfo Name="Debug">False</VersionInfo>
109
                    <VersionInfo Name="PreRelease">False</VersionInfo>
110
                    <VersionInfo Name="Special">False</VersionInfo>
111
                    <VersionInfo Name="Private">False</VersionInfo>
112
                    <VersionInfo Name="DLL">False</VersionInfo>
113
                    <VersionInfo Name="Locale">1031</VersionInfo>
114
                    <VersionInfo Name="CodePage">1252</VersionInfo>
115
                </VersionInfo>
116
                <VersionInfoKeys>
117
                    <VersionInfoKeys Name="CompanyName"/>
118
                    <VersionInfoKeys Name="FileDescription"/>
119
                    <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
120
                    <VersionInfoKeys Name="InternalName"/>
121
                    <VersionInfoKeys Name="LegalCopyright"/>
122
                    <VersionInfoKeys Name="LegalTrademarks"/>
123
                    <VersionInfoKeys Name="OriginalFilename"/>
124
                    <VersionInfoKeys Name="ProductName"/>
125
                    <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
126
                    <VersionInfoKeys Name="Comments"/>
127
                </VersionInfoKeys>
128
                <Source>
129
                    <Source Name="MainSource">BinEdit.dpr</Source>
130
                </Source>
131
            </Delphi.Personality>
132
            <Platforms>
133
                <Platform value="Win32">True</Platform>
134
            </Platforms>
135
        </BorlandProject>
136
        <ProjectFileVersion>12</ProjectFileVersion>
137
    </ProjectExtensions>
138
    <ItemGroup>
139
        <DelphiCompile Include="$(MainSource)">
140
            <MainSource>MainSource</MainSource>
141
        </DelphiCompile>
142
        <DCCReference Include="Unit1.pas">
143
            <Form>Form1</Form>
144
        </DCCReference>
145
        <DCCReference Include="..\FileFormat\Delphi\GameBinStruct.pas"/>
146
        <BuildConfiguration Include="Debug">
147
            <Key>Cfg_2</Key>
148
            <CfgParent>Base</CfgParent>
149
        </BuildConfiguration>
150
        <BuildConfiguration Include="Base">
151
            <Key>Base</Key>
152
        </BuildConfiguration>
153
        <BuildConfiguration Include="Release">
154
            <Key>Cfg_1</Key>
155
            <CfgParent>Base</CfgParent>
156
        </BuildConfiguration>
157
    </ItemGroup>
158
    <ItemGroup/>
159
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
160
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
161
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
162
</Project>