Subversion Repositories simple_log_event

Rev

Rev 3 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
Line 7... Line 7...
7
        <MainSource>ViaThinkSoftSimpleLogEvent.dpr</MainSource>
7
        <MainSource>ViaThinkSoftSimpleLogEvent.dpr</MainSource>
8
        <FrameworkType>None</FrameworkType>
8
        <FrameworkType>None</FrameworkType>
9
        <ProjectVersion>18.8</ProjectVersion>
9
        <ProjectVersion>18.8</ProjectVersion>
10
        <Base>True</Base>
10
        <Base>True</Base>
11
        <Config Condition="'$(Config)'==''">Release</Config>
11
        <Config Condition="'$(Config)'==''">Release</Config>
12
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
12
        <Platform Condition="'$(Platform)'==''">Win64</Platform>
13
        <TargetedPlatforms>3</TargetedPlatforms>
13
        <TargetedPlatforms>3</TargetedPlatforms>
14
        <AppType>Library</AppType>
14
        <AppType>Library</AppType>
15
    </PropertyGroup>
15
    </PropertyGroup>
16
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
16
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
17
        <Base>true</Base>
17
        <Base>true</Base>
Line 29... Line 29...
29
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
29
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
30
        <Cfg_1>true</Cfg_1>
30
        <Cfg_1>true</Cfg_1>
31
        <CfgParent>Base</CfgParent>
31
        <CfgParent>Base</CfgParent>
32
        <Base>true</Base>
32
        <Base>true</Base>
33
    </PropertyGroup>
33
    </PropertyGroup>
-
 
34
    <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
-
 
35
        <Cfg_1_Win64>true</Cfg_1_Win64>
-
 
36
        <CfgParent>Cfg_1</CfgParent>
-
 
37
        <Cfg_1>true</Cfg_1>
-
 
38
        <Base>true</Base>
-
 
39
    </PropertyGroup>
34
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
40
    <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
35
        <Cfg_2>true</Cfg_2>
41
        <Cfg_2>true</Cfg_2>
36
        <CfgParent>Base</CfgParent>
42
        <CfgParent>Base</CfgParent>
37
        <Base>true</Base>
43
        <Base>true</Base>
38
    </PropertyGroup>
44
    </PropertyGroup>
Line 50... Line 56...
50
    </PropertyGroup>
56
    </PropertyGroup>
51
    <PropertyGroup Condition="'$(Base)'!=''">
57
    <PropertyGroup Condition="'$(Base)'!=''">
52
        <GenDll>true</GenDll>
58
        <GenDll>true</GenDll>
53
        <SanitizedProjectName>ViaThinkSoftSimpleLogEvent</SanitizedProjectName>
59
        <SanitizedProjectName>ViaThinkSoftSimpleLogEvent</SanitizedProjectName>
54
        <VerInfo_Locale>1031</VerInfo_Locale>
60
        <VerInfo_Locale>1031</VerInfo_Locale>
55
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
61
        <VerInfo_Keys>CompanyName=ViaThinkSoft;FileDescription=ViaThinkSoft Simple Log Event DLL;FileVersion=1.0.0.0;InternalName=;LegalCopyright=(C) 2020 Daniel Marschall, ViaThinkSoft;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=www.viathinksoft.com</VerInfo_Keys>
56
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
62
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
-
 
63
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
57
    </PropertyGroup>
64
    </PropertyGroup>
58
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
65
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
59
        <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
66
        <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
60
        <BT_BuildType>Debug</BT_BuildType>
67
        <BT_BuildType>Debug</BT_BuildType>
61
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
68
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
Line 82... Line 89...
82
        <DCC_DebugInformation>0</DCC_DebugInformation>
89
        <DCC_DebugInformation>0</DCC_DebugInformation>
83
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
90
        <DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
84
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
91
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
85
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
92
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
86
    </PropertyGroup>
93
    </PropertyGroup>
-
 
94
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
-
 
95
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-
 
96
        <VerInfo_Locale>1033</VerInfo_Locale>
-
 
97
        <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>
-
 
98
        <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
-
 
99
    </PropertyGroup>
87
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
100
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
88
        <Version>7.0</Version>
101
        <Version>7.0</Version>
89
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
102
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
90
    </PropertyGroup>
103
    </PropertyGroup>
91
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
104
    <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">