MathgeomGLS

Форк
0
/
ConwaysLife.dproj 
165 строк · 9.2 Кб
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{CA0F3BFC-1799-40BB-A159-71878AD9EB96}</ProjectGuid>
4
        <MainSource>ConwaysLife.dpr</MainSource>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>3</TargetedPlatforms>
8
        <AppType>Application</AppType>
9
        <FrameworkType>VCL</FrameworkType>
10
        <ProjectVersion>20.1</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="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
32
        <Cfg_1_Win64>true</Cfg_1_Win64>
33
        <CfgParent>Cfg_1</CfgParent>
34
        <Cfg_1>true</Cfg_1>
35
        <Base>true</Base>
36
    </PropertyGroup>
37
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
38
        <Cfg_2>true</Cfg_2>
39
        <CfgParent>Base</CfgParent>
40
        <Base>true</Base>
41
    </PropertyGroup>
42
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
43
        <Cfg_2_Win32>true</Cfg_2_Win32>
44
        <CfgParent>Cfg_2</CfgParent>
45
        <Cfg_2>true</Cfg_2>
46
        <Base>true</Base>
47
    </PropertyGroup>
48
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
49
        <Cfg_2_Win64>true</Cfg_2_Win64>
50
        <CfgParent>Cfg_2</CfgParent>
51
        <Cfg_2>true</Cfg_2>
52
        <Base>true</Base>
53
    </PropertyGroup>
54
    <PropertyGroup Condition="'$(Base)'!=''">
55
        <DCC_N>false</DCC_N>
56
        <SanitizedProjectName>ConwaysLife</SanitizedProjectName>
57
        <DCC_E>false</DCC_E>
58
        <DCC_F>false</DCC_F>
59
        <VerInfo_Locale>1049</VerInfo_Locale>
60
        <DCC_ImageBase>00400000</DCC_ImageBase>
61
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
62
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
63
        <DCC_S>false</DCC_S>
64
        <DCC_K>false</DCC_K>
65
    </PropertyGroup>
66
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
67
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
68
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
69
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
70
        <Icon_MainIcon>Life_Icon.ico</Icon_MainIcon>
71
        <VerInfo_Locale>1033</VerInfo_Locale>
72
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
73
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
74
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
75
        <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
76
    </PropertyGroup>
77
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
78
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
79
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
80
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
81
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
82
        <Icon_MainIcon>Life_Icon.ico</Icon_MainIcon>
83
        <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
84
        <BT_BuildType>Debug</BT_BuildType>
85
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
86
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
87
        <VerInfo_Locale>1033</VerInfo_Locale>
88
    </PropertyGroup>
89
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
90
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
91
        <DCC_DebugInformation>0</DCC_DebugInformation>
92
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
93
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
94
    </PropertyGroup>
95
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
96
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
97
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
98
    </PropertyGroup>
99
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
100
        <DCC_Optimize>false</DCC_Optimize>
101
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
102
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
103
    </PropertyGroup>
104
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
105
        <BT_BuildType>Debug</BT_BuildType>
106
        <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
107
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
108
        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
109
        <VerInfo_Locale>1033</VerInfo_Locale>
110
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
111
    </PropertyGroup>
112
    <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
113
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
114
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
115
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
116
        <VerInfo_Locale>1033</VerInfo_Locale>
117
        <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
118
        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
119
    </PropertyGroup>
120
    <ItemGroup>
121
        <DelphiCompile Include="$(MainSource)">
122
            <MainSource>MainSource</MainSource>
123
        </DelphiCompile>
124
        <DCCReference Include="fConways.pas">
125
            <Form>Form1</Form>
126
        </DCCReference>
127
        <BuildConfiguration Include="Base">
128
            <Key>Base</Key>
129
        </BuildConfiguration>
130
        <BuildConfiguration Include="Release">
131
            <Key>Cfg_1</Key>
132
            <CfgParent>Base</CfgParent>
133
        </BuildConfiguration>
134
        <BuildConfiguration Include="Debug">
135
            <Key>Cfg_2</Key>
136
            <CfgParent>Base</CfgParent>
137
        </BuildConfiguration>
138
    </ItemGroup>
139
    <ProjectExtensions>
140
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
141
        <Borland.ProjectType/>
142
        <BorlandProject>
143
            <Delphi.Personality>
144
                <Source>
145
                    <Source Name="MainSource">ConwaysLife.dpr</Source>
146
                </Source>
147
                <Excluded_Packages>
148
                    <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
149
                    <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
150
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
151
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
152
                </Excluded_Packages>
153
            </Delphi.Personality>
154
            <Platforms>
155
                <Platform value="Win32">True</Platform>
156
                <Platform value="Win64">True</Platform>
157
            </Platforms>
158
            <Deployment Version="4"/>
159
        </BorlandProject>
160
        <ProjectFileVersion>12</ProjectFileVersion>
161
    </ProjectExtensions>
162
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
163
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
164
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
165
</Project>
166

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.