1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ProjectType>Local</ProjectType>
\r
4 <ProductVersion>8.0.50727</ProductVersion>
\r
5 <SchemaVersion>2.0</SchemaVersion>
\r
6 <ProjectGuid>{98F19522-C9B8-400D-8A12-DABB3DA9411D}</ProjectGuid>
\r
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
11 <AssemblyKeyContainerName>
\r
12 </AssemblyKeyContainerName>
\r
13 <AssemblyName>Castle.Components.Binder</AssemblyName>
\r
14 <AssemblyOriginatorKeyFile>..\..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
\r
15 <DefaultClientScript>JScript</DefaultClientScript>
\r
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
\r
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
\r
18 <DelaySign>false</DelaySign>
\r
19 <OutputType>Library</OutputType>
\r
20 <RootNamespace>Castle.Components.Binder</RootNamespace>
\r
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
\r
26 <UpgradeBackupLocation>
\r
27 </UpgradeBackupLocation>
\r
28 <SignAssembly>true</SignAssembly>
\r
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
31 <OutputPath>bin\Debug\</OutputPath>
\r
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
33 <BaseAddress>285212672</BaseAddress>
\r
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
35 <ConfigurationOverrideFile>
\r
36 </ConfigurationOverrideFile>
\r
37 <DefineConstants>TRACE;DEBUG</DefineConstants>
\r
38 <DocumentationFile>bin\Debug\Castle.Components.Binder.XML</DocumentationFile>
\r
39 <DebugSymbols>true</DebugSymbols>
\r
40 <FileAlignment>4096</FileAlignment>
\r
41 <NoStdLib>false</NoStdLib>
\r
42 <NoWarn>1591</NoWarn>
\r
43 <Optimize>false</Optimize>
\r
44 <RegisterForComInterop>false</RegisterForComInterop>
\r
45 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
46 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
47 <WarningLevel>4</WarningLevel>
\r
48 <DebugType>full</DebugType>
\r
49 <ErrorReport>prompt</ErrorReport>
\r
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
52 <OutputPath>bin\Release\</OutputPath>
\r
53 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
54 <BaseAddress>285212672</BaseAddress>
\r
55 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
56 <ConfigurationOverrideFile>
\r
57 </ConfigurationOverrideFile>
\r
58 <DefineConstants>TRACE</DefineConstants>
\r
59 <DocumentationFile>bin\Release\Castle.Components.Binder.XML</DocumentationFile>
\r
60 <DebugSymbols>false</DebugSymbols>
\r
61 <FileAlignment>4096</FileAlignment>
\r
62 <NoStdLib>false</NoStdLib>
\r
63 <NoWarn>1591</NoWarn>
\r
64 <Optimize>true</Optimize>
\r
65 <RegisterForComInterop>false</RegisterForComInterop>
\r
66 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
67 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
\r
68 <WarningLevel>4</WarningLevel>
\r
69 <DebugType>none</DebugType>
\r
70 <ErrorReport>prompt</ErrorReport>
\r
73 <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
\r
74 <SpecificVersion>False</SpecificVersion>
\r
75 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\r
77 <Reference Include="System">
\r
80 <Reference Include="System.Data">
\r
81 <Name>System.Data</Name>
\r
83 <Reference Include="System.Web">
\r
84 <Name>System.Web</Name>
\r
86 <Reference Include="System.Xml">
\r
87 <Name>System.XML</Name>
\r
91 <Compile Include="AssemblyInfo.cs">
\r
92 <SubType>Code</SubType>
\r
94 <Compile Include="BindingException.cs">
\r
95 <SubType>Code</SubType>
\r
97 <Compile Include="DataBinder.cs">
\r
98 <SubType>Code</SubType>
\r
100 <Compile Include="DataBindError.cs">
\r
101 <SubType>Code</SubType>
\r
103 <Compile Include="DataReaderTreeBuilder.cs" />
\r
104 <Compile Include="DefaultConverter.cs" />
\r
105 <Compile Include="ErrorList.cs">
\r
106 <SubType>Code</SubType>
\r
108 <Compile Include="IBinderTranslator.cs" />
\r
109 <Compile Include="IConverter.cs" />
\r
110 <Compile Include="IDataBinder.cs">
\r
111 <SubType>Code</SubType>
\r
113 <Compile Include="IndexComparer.cs">
\r
114 <SubType>Code</SubType>
\r
116 <Compile Include="Node.cs" />
\r
117 <Compile Include="TreeBuilder.cs" />
\r
120 <None Include="Castle.Components.Binder.build" />
\r
123 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
126 <ProjectReference Include="..\..\Validator\Castle.Components.Validator\Castle.Components.Validator-vs2005.csproj">
\r
127 <Project>{4C945D49-02E9-43F2-9202-E7A6E7C56E77}</Project>
\r
128 <Name>Castle.Components.Validator-vs2005</Name>
\r
129 </ProjectReference>
\r
131 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r