-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathXsdParser.Net.elements
More file actions
71 lines (71 loc) · 3.05 KB
/
XsdParser.Net.elements
File metadata and controls
71 lines (71 loc) · 3.05 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
<?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.Net</RootNamespace>
<ProjectGuid>{3797CA06-8938-4E70-AB43-9DF94B7D2308}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>XsdParser.Net</AssemblyName>
<ApplicationIcon>Properties\App.ico</ApplicationIcon>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<TargetFramework>.NETFramework4.5</TargetFramework>
<DefaultUses>RemObjects.Elements.RTL</DefaultUses>
<TestProject>TestApplication</TestProject>
<CrossPlatform>False</CrossPlatform>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>False</Optimize>
<OutputPath>.\Bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>True</GenerateMDB>
<EnableAsserts>True</EnableAsserts>
<CpuType>anycpu</CpuType>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>.\Bin\Release</OutputPath>
<CpuType>anycpu</CpuType>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="Elements">
<Private>True</Private>
</Reference>
<Reference Include="Echoes">
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.pas" />
<Compile Include="Properties\AssemblyInfo.pas" />
<Content Include="Properties\App.ico" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.pas" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
</None>
<Compile Include="Properties\Settings.Designer.pas" />
<Compile Include="Src\Visitor_Base.pas" />
<Compile Include="Src\Visitor_Complex.pas" />
<Compile Include="Src\Visitor_Classes.pas" />
<Compile Include="Src\Visitor_Simple.pas" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets" />
<Import Project="XsdParser.(Shared).projitems" Label="Shared" />
</Project>