-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathXsdParser.Win.elements
More file actions
39 lines (39 loc) · 1.66 KB
/
XsdParser.Win.elements
File metadata and controls
39 lines (39 loc) · 1.66 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProductVersion>3.5</ProductVersion>
<RootNamespace>XsdParser.Win</RootNamespace>
<ProjectGuid>{2CC180F5-5022-49EA-8807-4FDC34C8BB98}</ProjectGuid>
<OutputType>Executable</OutputType>
<AssemblyName>XsdParser.Win</AssemblyName>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<DefaultUses>RemObjects.Elements.RTL</DefaultUses>
<TestProject>TestApplication</TestProject>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>False</Optimize>
<OutputPath>.\Bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<GenerateDebugInfo>True</GenerateDebugInfo>
<CpuType>x86</CpuType>
<Architecture>i386</Architecture>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
<EnableAsserts>True</EnableAsserts>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>.\Bin\Release</OutputPath>
<CpuType>x86</CpuType>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Reference Include="gc" />
<Reference Include="Island" />
<Reference Include="rtl" />
<Reference Include="Elements" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.pas" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Island.Windows.targets" />
<Import Project="XsdParser.(Shared).projitems" Label="Shared" />
</Project>