-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCollections.elements
More file actions
152 lines (152 loc) · 6.28 KB
/
Copy pathCollections.elements
File metadata and controls
152 lines (152 loc) · 6.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectGuid>{AE2758AE-EC34-42FC-9925-0E3730C761D5}</ProjectGuid>
<OutputType>StaticLibrary</OutputType>
<BinaryName>Promethium.PythonCompatibility</BinaryName>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<CrossPlatform>True</CrossPlatform>
<OutputPathUsesModes>True</OutputPathUsesModes>
<OutputPathUsesSDKNames>True</OutputPathUsesSDKNames>
<DefaultLanguage>Promethium</DefaultLanguage>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>.\Bin\Debug</OutputPath>
<EnableAsserts>True</EnableAsserts>
<Optimize>False</Optimize>
<GenerateDebugInfo>True</GenerateDebugInfo>
<ConditionalDefines>DEBUG;TRACE;</ConditionalDefines>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>.\Bin\Release</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Echoes.Full' ">
<Mode>Echoes</Mode>
<TargetFramework>.NETFramework</TargetFramework>
<ConditionalDefines>ECHOES</ConditionalDefines>
<DefaultUses>System.Linq;Promethium</DefaultUses>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Echoes.Core' ">
<Mode>Echoes</Mode>
<TargetFramework>.NETCore</TargetFramework>
<ConditionalDefines>NETCORE;ECHOES</ConditionalDefines>
<DefaultUses>System.Linq;Promethium</DefaultUses>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Echoes.Standard' ">
<Mode>Echoes</Mode>
<TargetFramework>.NETStandard2.0</TargetFramework>
<ConditionalDefines>NETSTANDARD;ECHOES</ConditionalDefines>
<DefaultUses>System.Linq;Promethium</DefaultUses>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Cooper' ">
<Mode>Cooper</Mode>
<SubMode>Java</SubMode>
<ConditionalDefines>COOPER</ConditionalDefines>
<DefaultUses>RemObjects.Elements.Linq;Promethium</DefaultUses>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Island.Windows' ">
<Mode>Island</Mode>
<SubMode>Windows</SubMode>
<ConditionalDefines>ISLAND</ConditionalDefines>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Island.Linux' ">
<Mode>Island</Mode>
<SubMode>Linux</SubMode>
<ConditionalDefines>ISLAND</ConditionalDefines>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.macOS' ">
<Mode>Island</Mode>
<SubMode>Darwin</SubMode>
<SDK>macOS</SDK>
<ConditionalDefines>ISLAND</ConditionalDefines>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.iOS' ">
<Mode>Island</Mode>
<SubMode>Darwin</SubMode>
<SDK>iOS</SDK>
<ConditionalDefines>ISLAND</ConditionalDefines>
<SupportMacCatalyst>True</SupportMacCatalyst>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.tvOS' ">
<Mode>Island</Mode>
<SubMode>Darwin</SubMode>
<SDK>tvOS</SDK>
<ConditionalDefines>ISLAND</ConditionalDefines>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Island.Android' ">
<Mode>Island</Mode>
<SubMode>Android</SubMode>
<ConditionalDefines>ISLAND</ConditionalDefines>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Island.WebAssembly' ">
<Mode>Island</Mode>
<SubMode>WebAssembly</SubMode>
<ConditionalDefines>ISLAND</ConditionalDefines>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Toffee.iOS' ">
<Mode>Toffee</Mode>
<SDK>iOS</SDK>
<ConditionalDefines>TOFFEE</ConditionalDefines>
<SupportMacCatalyst>True</SupportMacCatalyst>
<DefaultUses>Foundation;RemObjects.Elements.Linq;Promethium</DefaultUses>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Toffee.macOS' ">
<Mode>Toffee</Mode>
<SDK>macOS</SDK>
<ConditionalDefines>TOFFEE</ConditionalDefines>
<DefaultUses>Foundation;RemObjects.Elements.Linq;Promethium</DefaultUses>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Toffee.tvOS' ">
<Mode>Toffee</Mode>
<SDK>tvOS</SDK>
<ConditionalDefines>TOFFEE</ConditionalDefines>
<DefaultUses>Foundation;RemObjects.Elements.Linq;Promethium</DefaultUses>
</PropertyGroup>
<PropertyGroup Condition=" '$(Target)' == 'Toffee.watchOS' ">
<Mode>Toffee</Mode>
<SDK>watchOS</SDK>
<ConditionalDefines>TOFFEE</ConditionalDefines>
<DefaultUses>Foundation;RemObjects.Elements.Linq;Promethium</DefaultUses>
</PropertyGroup>
<ItemGroup>
<Reference Include="#" />
</ItemGroup>
<ItemGroup>
<Compile Include="collections.py" />
</ItemGroup>
<ItemGroup Condition="'$(Target)' == 'Echoes.Core'">
<Reference Include="Echoes">
<Private>True</Private>
</Reference>
<Reference Include="Promethium">
<HintPath>..\PromethiumBaseLibrary\Bin\Debug\Echoes\NETCore10.0\Promethium.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup Condition="'$(Target)' == 'Echoes.Full'">
<Reference Include="Echoes">
<Private>True</Private>
</Reference>
<Reference Include="Promethium">
<HintPath>..\PromethiumBaseLibrary\Bin\Debug\Echoes\NET\Promethium.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup Condition="'$(Target)' == 'Echoes.Standard'">
<Reference Include="Echoes">
<Private>True</Private>
</Reference>
<Reference Include="Promethium">
<HintPath>..\PromethiumBaseLibrary\Bin\Debug\Echoes\NETStandard2.0\Promethium.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<!-- TODO: Cooper/Island/Toffee targets also need a Promethium reference (see
../PromethiumBaseLibrary/Bin/Debug/<Mode>/... for the built artifacts);
only the Echoes targets have been wired and validated so far. -->
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.targets" />
</Project>