-
Notifications
You must be signed in to change notification settings - Fork 5
/
RemObjects.Elements.EUnit.Island.Windows.elements
47 lines (47 loc) · 2.16 KB
/
RemObjects.Elements.EUnit.Island.Windows.elements
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
<?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>{accd623b-6611-48bd-9892-4e65cedb23b1}</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>
<Name>RemObjects.Elements.EUnit (Island/Windows)</Name>
<GenerateDebugInfo>True</GenerateDebugInfo>
<MangleTypeNames>True</MangleTypeNames>
<DefaultUses>RemObjects.Elements.RTL</DefaultUses>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
</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'">
<OutputPath>bin\Release\</OutputPath>
<CaptureConsoleOutput>False</CaptureConsoleOutput>
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
</PropertyGroup>
<ItemGroup>
<Reference Include="rtl" />
<Reference Include="gc" />
<Reference Include="elements" />
<Reference Include="Island" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Island.Windows.targets" />
<PropertyGroup>
<PreBuildEvent />
</PropertyGroup>
<Import Project="RemObjects.Elements.EUnit.Shared.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="Sources\Discovery\Island\IslandDiscovery.pas" />
<Compile Include="Sources\Discovery\Island\IslandModuleDiscovery.pas" />
</ItemGroup>
</Project>