-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRemObjects.Elements.EUnit.Toffee.macOS.elements
More file actions
54 lines (54 loc) · 2.49 KB
/
RemObjects.Elements.EUnit.Toffee.macOS.elements
File metadata and controls
54 lines (54 loc) · 2.49 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
<PropertyGroup>
<RootNamespace>RemObjects.Elements.EUnit</RootNamespace>
<ProjectGuid>{18e41908-be34-4c8c-9cd8-732c692d93a5}</ProjectGuid>
<OutputType>StaticLibrary</OutputType>
<AssemblyName>EUnit</AssemblyName>
<AllowGlobals>False</AllowGlobals>
<AllowLegacyWith>False</AllowLegacyWith>
<AllowLegacyOutParams>False</AllowLegacyOutParams>
<AllowLegacyCreate>False</AllowLegacyCreate>
<AllowUnsafeCode>False</AllowUnsafeCode>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<SDK>macOS</SDK>
<CreateHeaderFile>True</CreateHeaderFile>
<Name>RemObjects.Elements.EUnit (macOS)</Name>
<GenerateDebugInfo>True</GenerateDebugInfo>
<MangleTypeNames>True</MangleTypeNames>
<DefaultUses>RemObjects.Elements.RTL;RemObjects.Elements.RTL.Linq</DefaultUses>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<DeploymentTargetVersion>10.6</DeploymentTargetVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<Optimize>False</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<CaptureConsoleOutput>False</CaptureConsoleOutput>
<XmlDocWarningLevel>WarningOnPublicMembers</XmlDocWarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<Optimize>true</Optimize>
<OutputPath>.\bin\Release</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<CaptureConsoleOutput>False</CaptureConsoleOutput>
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
</PropertyGroup>
<ItemGroup>
<Reference Include="Foundation" />
<Reference Include="rtl" />
<Reference Include="libToffee" />
<Reference Include="libElements">
<HintPath>..\..\RTL2\Source\bin\Debug\macOS\libElements.fx</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Toffee.targets" />
<PropertyGroup>
<PreBuildEvent />
</PropertyGroup>
<Import Project="RemObjects.Elements.EUnit.Shared.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="Sources\Discovery\Toffee\CocoaModuleDiscovery.pas" />
<Compile Include="Sources\Discovery\Toffee\ToffeeDiscovery.pas" />
</ItemGroup>
</Project>