Added RedirectUsingNamedRoute
[castle.git] / Components / Validator / Castle.Components.Validator / Castle.Components.Validator-vs2005.csproj
blob084ebf861a7c0c0576b5f9e2aaa14cfe88b12443
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\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
14   </PropertyGroup>\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
23     <DocumentationFile>\r
24     </DocumentationFile>\r
25     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
26   </PropertyGroup>\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
34   </PropertyGroup>\r
35   <ItemGroup>\r
36     <Reference Include="System" />\r
37     <Reference Include="System.Data" />\r
38     <Reference Include="System.Xml" />\r
39   </ItemGroup>\r
40   <ItemGroup>\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\ValidateNotSameAsAttribute.cs" />\r
57     <Compile Include="Attributes\ValidateSetAttribute.cs" />\r
58     <Compile Include="Attributes\ValidateSingleAttribute.cs" />\r
59     <Compile Include="Messages.fr.Designer.cs">\r
60       <AutoGen>True</AutoGen>\r
61       <DesignTime>True</DesignTime>\r
62       <DependentUpon>Messages.fr.resx</DependentUpon>\r
63     </Compile>\r
64     <Compile Include="Messages.it.Designer.cs">\r
65       <AutoGen>True</AutoGen>\r
66       <DesignTime>True</DesignTime>\r
67       <DependentUpon>Messages.it.resx</DependentUpon>\r
68     </Compile>\r
69     <Compile Include="Messages.lt.Designer.cs">\r
70       <AutoGen>True</AutoGen>\r
71       <DesignTime>True</DesignTime>\r
72       <DependentUpon>Messages.lt.resx</DependentUpon>\r
73       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
74     </Compile>\r
75     <Compile Include="Messages.lv.Designer.cs">\r
76       <AutoGen>True</AutoGen>\r
77       <DesignTime>True</DesignTime>\r
78       <DependentUpon>Messages.lv.resx</DependentUpon>\r
79     </Compile>\r
80     <Compile Include="Messages.nl.Designer.cs">\r
81       <DependentUpon>Messages.nl.resx</DependentUpon>\r
82       <AutoGen>True</AutoGen>\r
83       <DesignTime>True</DesignTime>\r
84     </Compile>\r
85     <Compile Include="ErrorSummary.cs" />\r
86     <Compile Include="Messages.pt.Designer.cs">\r
87       <DependentUpon>Messages.pt.resx</DependentUpon>\r
88       <AutoGen>True</AutoGen>\r
89       <DesignTime>True</DesignTime>\r
90     </Compile>\r
91     <Compile Include="InputElementType.cs" />\r
92     <Compile Include="IValidatorRegistry.cs" />\r
93     <Compile Include="IBrowserValidationGenerator.cs" />\r
94     <Compile Include="MessageConstants.cs" />\r
95     <Compile Include="Messages.Designer.cs">\r
96       <AutoGen>True</AutoGen>\r
97       <DesignTime>True</DesignTime>\r
98       <DependentUpon>Messages.resx</DependentUpon>\r
99     </Compile>\r
100     <Compile Include="CachedValidationRegistry.cs" />\r
101     <Compile Include="ValidationException.cs" />\r
102     <Compile Include="ValidationInternalError.cs" />\r
103     <Compile Include="ValidatorRunner.cs" />\r
104     <Compile Include="Validators\AbstractValidator.cs" />\r
105     <Compile Include="IValidatorBuilder.cs" />\r
106     <Compile Include="Validators\CollectionNotEmptyValidator.cs" />\r
107     <Compile Include="Validators\NotSameAsValidator.cs" />\r
108     <Compile Include="Validators\CreditCardValidator.cs" />\r
109     <Compile Include="Validators\GroupNotEmptyValidator.cs" />\r
110     <Compile Include="Validators\DateTimeValidator.cs" />\r
111     <Compile Include="Validators\DateValidator.cs" />\r
112     <Compile Include="Validators\DecimalValidator.cs" />\r
113     <Compile Include="Validators\DoubleValidator.cs" />\r
114     <Compile Include="Validators\EmailValidator.cs" />\r
115     <Compile Include="Validators\IntegerValidator.cs" />\r
116     <Compile Include="Validators\LengthValidator.cs" />\r
117     <Compile Include="Validators\NonEmptyValidator.cs" />\r
118     <Compile Include="Attributes\AbstractValidationAttribute.cs" />\r
119     <Compile Include="Attributes\ValidateNonEmptyAttribute.cs" />\r
120     <Compile Include="IValidator.cs" />\r
121     <Compile Include="Validators\NotSameValueValidator.cs" />\r
122     <Compile Include="Validators\NullableDateTimeValidator.cs" />\r
123     <Compile Include="Validators\NullableDateValidator.cs" />\r
124     <Compile Include="Validators\NullableDecimalValidator.cs" />\r
125     <Compile Include="Validators\NullableDoubleValidator.cs" />\r
126     <Compile Include="Validators\NullableIntegerValidator.cs" />\r
127     <Compile Include="Validators\NullableSingleValidator.cs" />\r
128     <Compile Include="Validators\RangeValidator.cs" />\r
129     <Compile Include="Validators\RegularExpressionValidator.cs" />\r
130     <Compile Include="Validators\SameAsValidator.cs" />\r
131     <Compile Include="Validators\SetValidator.cs" />\r
132     <Compile Include="Validators\SingleValidator.cs" />\r
133     <Compile Include="BrowserValidationConfiguration.cs" />\r
134   </ItemGroup>\r
135   <ItemGroup>\r
136     <EmbeddedResource Include="Messages.he.resx">\r
137       <Generator>ResXFileCodeGenerator</Generator>\r
138       <LastGenOutput>Messages.es.Designer.cs</LastGenOutput>\r
139       <SubType>Designer</SubType>\r
140     </EmbeddedResource>\r
141                 <EmbeddedResource Include="Messages.es.resx">\r
142       <Generator>ResXFileCodeGenerator</Generator>\r
143       <LastGenOutput>Messages.es.Designer.cs</LastGenOutput>\r
144       <SubType>Designer</SubType>\r
145     </EmbeddedResource>\r
146     <EmbeddedResource Include="Messages.fr.resx">\r
147       <SubType>Designer</SubType>\r
148       <Generator>ResXFileCodeGenerator</Generator>\r
149       <LastGenOutput>Messages.fr.Designer.cs</LastGenOutput>\r
150     </EmbeddedResource>\r
151     <EmbeddedResource Include="Messages.it.resx">\r
152       <SubType>Designer</SubType>\r
153       <Generator>ResXFileCodeGenerator</Generator>\r
154       <LastGenOutput>Messages.it.Designer.cs</LastGenOutput>\r
155     </EmbeddedResource>\r
156     <EmbeddedResource Include="Messages.lt.resx">\r
157       <SubType>Designer</SubType>\r
158       <Generator>ResXFileCodeGenerator</Generator>\r
159       <LastGenOutput>Messages.lt.Designer.cs</LastGenOutput>\r
160       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
161     </EmbeddedResource>\r
162     <EmbeddedResource Include="Messages.lv.resx">\r
163       <SubType>Designer</SubType>\r
164       <Generator>ResXFileCodeGenerator</Generator>\r
165       <LastGenOutput>Messages.lv.Designer.cs</LastGenOutput>\r
166     </EmbeddedResource>\r
167     <EmbeddedResource Include="Messages.nl.resx">\r
168       <Generator>ResXFileCodeGenerator</Generator>\r
169       <LastGenOutput>Messages.nl.Designer.cs</LastGenOutput>\r
170       <SubType>Designer</SubType>\r
171     </EmbeddedResource>\r
172     <EmbeddedResource Include="Messages.pt.resx">\r
173       <Generator>ResXFileCodeGenerator</Generator>\r
174       <LastGenOutput>Messages.pt.Designer.cs</LastGenOutput>\r
175       <SubType>Designer</SubType>\r
176     </EmbeddedResource>\r
177     <EmbeddedResource Include="Messages.resx">\r
178       <SubType>Designer</SubType>\r
179       <Generator>ResXFileCodeGenerator</Generator>\r
180       <LastGenOutput>Messages.Designer.cs</LastGenOutput>\r
181     </EmbeddedResource>\r
182   </ItemGroup>\r
183   <ItemGroup>\r
184     <None Include="Castle.Components.Validator.build" />\r
185     <None Include="Validator.cd" />\r
186   </ItemGroup>\r
187   <ItemGroup>\r
188     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
189   </ItemGroup>\r
190   <ItemGroup>\r
191     <Folder Include="Properties\" />\r
192   </ItemGroup>\r
193   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
194   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
195        Other similar extension points exist, see Microsoft.Common.targets.\r
196   <Target Name="BeforeBuild">\r
197   </Target>\r
198   <Target Name="AfterBuild">\r
199   </Target>\r
200   -->\r
201 </Project>