-
Notifications
You must be signed in to change notification settings - Fork 5
/
RemObjects.Elements.EUnit.Echoes.Standard.elements
67 lines (67 loc) · 3.04 KB
/
RemObjects.Elements.EUnit.Echoes.Standard.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
<PropertyGroup>
<ProductVersion>3.5</ProductVersion>
<RootNamespace>RemObjects.Elements.EUnit</RootNamespace>
<ProjectGuid>{163EDC5A-19E5-4121-AF06-328CB7C72B5D}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>RemObjects.Elements.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 (.NET Standard)</Name>
<DefaultUses>RemObjects.Elements.RTL</DefaultUses>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<TargetFramework>.NETStandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<Optimize>False</Optimize>
<OutputPath>bin\Debug\NET</OutputPath>
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>True</GenerateMDB>
<CaptureConsoleOutput>False</CaptureConsoleOutput>
<StartMode>Project</StartMode>
<CpuType>anycpu</CpuType>
<RuntimeVersion>v25</RuntimeVersion>
<XmlDoc>False</XmlDoc>
<XmlDocWarningLevel>WarningOnPublicMembers</XmlDocWarningLevel>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<Optimize>true</Optimize>
<OutputPath>.\bin\Release\NET</OutputPath>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>True</GenerateMDB>
<EnableAsserts>False</EnableAsserts>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<CaptureConsoleOutput>False</CaptureConsoleOutput>
<StartMode>Project</StartMode>
<RegisterForComInterop>False</RegisterForComInterop>
<CpuType>anycpu</CpuType>
<RuntimeVersion>v25</RuntimeVersion>
<XmlDoc>False</XmlDoc>
<XmlDocWarningLevel>WarningOnPublicMembers</XmlDocWarningLevel>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
</PropertyGroup>
<ItemGroup>
<Reference Include="Elements">
<Private>True</Private>
<HintPath>..\..\RTL2\Source\bin\Debug\Elements.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets" />
<PropertyGroup>
<PreBuildEvent />
</PropertyGroup>
<Import Project="RemObjects.Elements.EUnit.Shared.projitems" Label="Shared" />
<ItemGroup>
<Compile Include="Sources\Discovery\NET\AssemblyDiscovery.pas" />
<Compile Include="Sources\Discovery\NET\DomainDiscovery.pas" />
<Compile Include="Sources\Discovery\NET\NetDiscovery.pas" />
</ItemGroup>
</Project>