1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{4C945D49-02E9-43F2-9202-E7A6E7C56E77}</ProjectGuid>
\r
8 <OutputType>Library</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Castle.Components.Validator</RootNamespace>
\r
11 <AssemblyName>Castle.Components.Validator</AssemblyName>
\r
12 <SignAssembly>true</SignAssembly>
\r
13 <AssemblyOriginatorKeyFile>..\..\..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
\r
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
16 <DebugSymbols>true</DebugSymbols>
\r
17 <DebugType>full</DebugType>
\r
18 <Optimize>false</Optimize>
\r
19 <OutputPath>bin\Debug\</OutputPath>
\r
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
21 <ErrorReport>prompt</ErrorReport>
\r
22 <WarningLevel>4</WarningLevel>
\r
24 </DocumentationFile>
\r
25 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
\r
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
28 <DebugType>pdbonly</DebugType>
\r
29 <Optimize>true</Optimize>
\r
30 <OutputPath>bin\Release\</OutputPath>
\r
31 <DefineConstants>TRACE</DefineConstants>
\r
32 <ErrorReport>prompt</ErrorReport>
\r
33 <WarningLevel>4</WarningLevel>
\r
36 <Reference Include="System" />
\r
37 <Reference Include="System.Data" />
\r
38 <Reference Include="System.Xml" />
\r
41 <Compile Include="AssemblyInfo.cs" />
\r
42 <Compile Include="Attributes\ValidateCreditCardAttribute.cs" />
\r
43 <Compile Include="Attributes\ValidateDateAttribute.cs" />
\r
44 <Compile Include="Attributes\ValidateCollectionNotEmptyAttribute.cs" />
\r
45 <Compile Include="Attributes\ValidateDateTimeAttribute.cs" />
\r
46 <Compile Include="Attributes\ValidateDecimalAttribute.cs" />
\r
47 <Compile Include="Attributes\ValidateDoubleAttribute.cs" />
\r
48 <Compile Include="Attributes\ValidateEmailAttribute.cs" />
\r
49 <Compile Include="Attributes\ValidateGroupNotEmptyAttribute.cs" />
\r
50 <Compile Include="Attributes\ValidateIntegerAttribute.cs" />
\r
51 <Compile Include="Attributes\ValidateLengthAttribute.cs" />
\r
52 <Compile Include="Attributes\ValidateRangeAttribute.cs" />
\r
53 <Compile Include="Attributes\ValidateNotSameValueAttribute.cs" />
\r
54 <Compile Include="Attributes\ValidateRegExpAttribute.cs" />
\r
55 <Compile Include="Attributes\ValidateSameAsAttribute.cs" />
\r
56 <Compile Include="Attributes\ValidateSetAttribute.cs" />
\r
57 <Compile Include="Attributes\ValidateSingleAttribute.cs" />
\r
58 <Compile Include="Messages.fr.Designer.cs">
\r
59 <AutoGen>True</AutoGen>
\r
60 <DesignTime>True</DesignTime>
\r
61 <DependentUpon>Messages.fr.resx</DependentUpon>
\r
63 <Compile Include="Messages.it.Designer.cs">
\r
64 <AutoGen>True</AutoGen>
\r
65 <DesignTime>True</DesignTime>
\r
66 <DependentUpon>Messages.it.resx</DependentUpon>
\r
68 <Compile Include="Messages.lt.Designer.cs">
\r
69 <AutoGen>True</AutoGen>
\r
70 <DesignTime>True</DesignTime>
\r
71 <DependentUpon>Messages.lt.resx</DependentUpon>
\r
72 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
\r
74 <Compile Include="Messages.lv.Designer.cs">
\r
75 <AutoGen>True</AutoGen>
\r
76 <DesignTime>True</DesignTime>
\r
77 <DependentUpon>Messages.lv.resx</DependentUpon>
\r
79 <Compile Include="Messages.nl.Designer.cs">
\r
80 <DependentUpon>Messages.nl.resx</DependentUpon>
\r
81 <AutoGen>True</AutoGen>
\r
82 <DesignTime>True</DesignTime>
\r
84 <Compile Include="ErrorSummary.cs" />
\r
85 <Compile Include="Messages.pt.Designer.cs">
\r
86 <DependentUpon>Messages.pt.resx</DependentUpon>
\r
87 <AutoGen>True</AutoGen>
\r
88 <DesignTime>True</DesignTime>
\r
90 <Compile Include="InputElementType.cs" />
\r
91 <Compile Include="IValidatorRegistry.cs" />
\r
92 <Compile Include="IBrowserValidationGenerator.cs" />
\r
93 <Compile Include="MessageConstants.cs" />
\r
94 <Compile Include="Messages.Designer.cs">
\r
95 <AutoGen>True</AutoGen>
\r
96 <DesignTime>True</DesignTime>
\r
97 <DependentUpon>Messages.resx</DependentUpon>
\r
99 <Compile Include="CachedValidationRegistry.cs" />
\r
100 <Compile Include="ValidationException.cs" />
\r
101 <Compile Include="ValidationInternalError.cs" />
\r
102 <Compile Include="ValidatorRunner.cs" />
\r
103 <Compile Include="Validators\AbstractValidator.cs" />
\r
104 <Compile Include="IValidatorBuilder.cs" />
\r
105 <Compile Include="Validators\CollectionNotEmptyValidator.cs" />
\r
106 <Compile Include="Validators\CreditCardValidator.cs" />
\r
107 <Compile Include="Validators\GroupNotEmptyValidator.cs" />
\r
108 <Compile Include="Validators\DateTimeValidator.cs" />
\r
109 <Compile Include="Validators\DateValidator.cs" />
\r
110 <Compile Include="Validators\DecimalValidator.cs" />
\r
111 <Compile Include="Validators\DoubleValidator.cs" />
\r
112 <Compile Include="Validators\EmailValidator.cs" />
\r
113 <Compile Include="Validators\IntegerValidator.cs" />
\r
114 <Compile Include="Validators\LengthValidator.cs" />
\r
115 <Compile Include="Validators\NonEmptyValidator.cs" />
\r
116 <Compile Include="Attributes\AbstractValidationAttribute.cs" />
\r
117 <Compile Include="Attributes\ValidateNonEmptyAttribute.cs" />
\r
118 <Compile Include="IValidator.cs" />
\r
119 <Compile Include="Validators\NotSameValueValidator.cs" />
\r
120 <Compile Include="Validators\NullableDateTimeValidator.cs" />
\r
121 <Compile Include="Validators\NullableDateValidator.cs" />
\r
122 <Compile Include="Validators\NullableDecimalValidator.cs" />
\r
123 <Compile Include="Validators\NullableDoubleValidator.cs" />
\r
124 <Compile Include="Validators\NullableIntegerValidator.cs" />
\r
125 <Compile Include="Validators\NullableSingleValidator.cs" />
\r
126 <Compile Include="Validators\RangeValidator.cs" />
\r
127 <Compile Include="Validators\RegularExpressionValidator.cs" />
\r
128 <Compile Include="Validators\SameAsValidator.cs" />
\r
129 <Compile Include="Validators\SetValidator.cs" />
\r
130 <Compile Include="Validators\SingleValidator.cs" />
\r
131 <Compile Include="BrowserValidationConfiguration.cs" />
\r
134 <EmbeddedResource Include="Messages.es.resx">
\r
135 <Generator>ResXFileCodeGenerator</Generator>
\r
136 <LastGenOutput>Messages.es.Designer.cs</LastGenOutput>
\r
137 <SubType>Designer</SubType>
\r
138 </EmbeddedResource>
\r
139 <EmbeddedResource Include="Messages.fr.resx">
\r
140 <SubType>Designer</SubType>
\r
141 <Generator>ResXFileCodeGenerator</Generator>
\r
142 <LastGenOutput>Messages.fr.Designer.cs</LastGenOutput>
\r
143 </EmbeddedResource>
\r
144 <EmbeddedResource Include="Messages.it.resx">
\r
145 <SubType>Designer</SubType>
\r
146 <Generator>ResXFileCodeGenerator</Generator>
\r
147 <LastGenOutput>Messages.it.Designer.cs</LastGenOutput>
\r
148 </EmbeddedResource>
\r
149 <EmbeddedResource Include="Messages.lt.resx">
\r
150 <SubType>Designer</SubType>
\r
151 <Generator>ResXFileCodeGenerator</Generator>
\r
152 <LastGenOutput>Messages.lt.Designer.cs</LastGenOutput>
\r
153 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
\r
154 </EmbeddedResource>
\r
155 <EmbeddedResource Include="Messages.lv.resx">
\r
156 <SubType>Designer</SubType>
\r
157 <Generator>ResXFileCodeGenerator</Generator>
\r
158 <LastGenOutput>Messages.lv.Designer.cs</LastGenOutput>
\r
159 </EmbeddedResource>
\r
160 <EmbeddedResource Include="Messages.nl.resx">
\r
161 <Generator>ResXFileCodeGenerator</Generator>
\r
162 <LastGenOutput>Messages.nl.Designer.cs</LastGenOutput>
\r
163 <SubType>Designer</SubType>
\r
164 </EmbeddedResource>
\r
165 <EmbeddedResource Include="Messages.pt.resx">
\r
166 <Generator>ResXFileCodeGenerator</Generator>
\r
167 <LastGenOutput>Messages.pt.Designer.cs</LastGenOutput>
\r
168 <SubType>Designer</SubType>
\r
169 </EmbeddedResource>
\r
170 <EmbeddedResource Include="Messages.resx">
\r
171 <SubType>Designer</SubType>
\r
172 <Generator>ResXFileCodeGenerator</Generator>
\r
173 <LastGenOutput>Messages.Designer.cs</LastGenOutput>
\r
174 </EmbeddedResource>
\r
177 <None Include="..\..\..\..\CastleKey.snk">
\r
178 <Link>CastleKey.snk</Link>
\r
180 <None Include="Castle.Components.Validator.build" />
\r
181 <None Include="Validator.cd" />
\r
184 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
187 <Folder Include="Properties\" />
\r
189 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
190 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
191 Other similar extension points exist, see Microsoft.Common.targets.
\r
192 <Target Name="BeforeBuild">
\r
194 <Target Name="AfterBuild">
\r