MathgeomGLS

Форк
0
/
IsoSurfacer.dproj 
133 строки · 6.4 Кб
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
    <PropertyGroup>
3
        <ProjectGuid>{AB69A772-4FE9-4BEC-ABD6-C96C257C6574}</ProjectGuid>
4
        <MainSource>IsoSurfacer.dpr</MainSource>
5
        <Base>True</Base>
6
        <Config Condition="'$(Config)'==''">Debug</Config>
7
        <TargetedPlatforms>1</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)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
32
        <Cfg_1_Win32>true</Cfg_1_Win32>
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="'$(Base)'!=''">
49
        <DCC_E>false</DCC_E>
50
        <DCC_F>false</DCC_F>
51
        <DCC_K>false</DCC_K>
52
        <DCC_N>false</DCC_N>
53
        <DCC_S>false</DCC_S>
54
        <DCC_ImageBase>00400000</DCC_ImageBase>
55
        <SanitizedProjectName>IsoSurfacer</SanitizedProjectName>
56
        <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
57
        <VerInfo_Locale>1049</VerInfo_Locale>
58
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
59
    </PropertyGroup>
60
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
61
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
62
        <BT_BuildType>Debug</BT_BuildType>
63
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
64
        <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>
65
        <VerInfo_Locale>1033</VerInfo_Locale>
66
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
67
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
68
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
69
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
70
    </PropertyGroup>
71
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
72
        <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
73
        <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
74
    </PropertyGroup>
75
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
76
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
77
        <DCC_DebugInformation>0</DCC_DebugInformation>
78
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
79
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
80
    </PropertyGroup>
81
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
82
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
83
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
84
    </PropertyGroup>
85
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
86
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
87
        <DCC_Optimize>false</DCC_Optimize>
88
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
89
        <DCC_RangeChecking>true</DCC_RangeChecking>
90
        <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
91
    </PropertyGroup>
92
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
93
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
94
        <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
95
    </PropertyGroup>
96
    <ItemGroup>
97
        <DelphiCompile Include="$(MainSource)">
98
            <MainSource>MainSource</MainSource>
99
        </DelphiCompile>
100
        <DCCReference Include="FMain.pas">
101
            <Form>FrmMain</Form>
102
        </DCCReference>
103
        <BuildConfiguration Include="Base">
104
            <Key>Base</Key>
105
        </BuildConfiguration>
106
        <BuildConfiguration Include="Release">
107
            <Key>Cfg_1</Key>
108
            <CfgParent>Base</CfgParent>
109
        </BuildConfiguration>
110
        <BuildConfiguration Include="Debug">
111
            <Key>Cfg_2</Key>
112
            <CfgParent>Base</CfgParent>
113
        </BuildConfiguration>
114
    </ItemGroup>
115
    <ProjectExtensions>
116
        <Borland.Personality>Delphi.Personality.12</Borland.Personality>
117
        <Borland.ProjectType/>
118
        <BorlandProject>
119
            <Delphi.Personality>
120
                <Source>
121
                    <Source Name="MainSource">IsoSurfacer.dpr</Source>
122
                </Source>
123
            </Delphi.Personality>
124
            <Platforms>
125
                <Platform value="Win32">True</Platform>
126
                <Platform value="Win64">False</Platform>
127
            </Platforms>
128
        </BorlandProject>
129
        <ProjectFileVersion>12</ProjectFileVersion>
130
    </ProjectExtensions>
131
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
132
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
133
</Project>
134

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

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

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

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