Adding the following validators:
[castle.git] / Components / General / Validator / Castle.Components.Validator.Tests / Castle.Components.Validator.Tests.csproj
blob8810c21d96e4955af04cff0474c57e5fe4bf2429
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>{50BE4C5D-4535-4449-AB5B-8DF92F005386}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Components.Validator.Tests</RootNamespace>\r
11     <AssemblyName>Castle.Components.Validator.Tests</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
32     <Reference Include="System" />\r
33     <Reference Include="System.Data" />\r
34     <Reference Include="System.Xml" />\r
35   </ItemGroup>\r
36   <ItemGroup>\r
37     <Compile Include="ErrorSummaryTestCase.cs" />\r
38     <Compile Include="Models\Client.cs" />\r
39     <Compile Include="CachedValidationRegistryTestCase.cs" />\r
40     <Compile Include="Models\InsertUpdateClass.cs" />\r
41     <Compile Include="Models\Person.cs" />\r
42     <Compile Include="Models\Supplier.cs" />\r
43     <Compile Include="ValidatorRunnerTestCase.cs" />\r
44     <Compile Include="ValidatorsExecutionOrderTestCase.cs" />\r
45     <Compile Include="ValidatorTests\CollectionNotEmptyValidatorTestCase.cs" />\r
46     <Compile Include="ValidatorTests\GroupNotEmptyValidatorTestCase.cs" />\r
47     <Compile Include="ValidatorTests\NotSameValueValidatorTestCase.cs" />\r
48     <Compile Include="ValidatorTests\DateValidatorTestCase.cs" />\r
49     <Compile Include="ValidatorTests\RangeValidatorTestCase.cs" />\r
50     <Compile Include="ValidatorTests\DateTimeValidatorTestCase.cs" />\r
51     <Compile Include="ValidatorTests\DecimalValidatorTestCase.cs" />\r
52     <Compile Include="ValidatorTests\DoubleValidatorTestCase.cs" />\r
53     <Compile Include="ValidatorTests\EmailValidatorTestCase.cs" />\r
54     <Compile Include="ValidatorTests\IntegerValidatorTestCase.cs" />\r
55     <Compile Include="ValidatorTests\LengthValidatorTestCase.cs" />\r
56     <Compile Include="ValidatorTests\NonEmptyValidatorTestCase.cs" />\r
57     <Compile Include="ValidatorTests\RegularExpressionValidatorTestCase.cs" />\r
58     <Compile Include="ValidatorTests\SameAsValidatorTestCase.cs" />\r
59     <Compile Include="ValidatorTests\SingleValidatorTestCase.cs" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <ProjectReference Include="..\Castle.Components.Validator\Castle.Components.Validator.csproj">\r
63       <Project>{4C945D49-02E9-43F2-9202-E7A6E7C56E77}</Project>\r
64       <Name>Castle.Components.Validator</Name>\r
65     </ProjectReference>\r
66   </ItemGroup>\r
67   <ItemGroup>\r
68     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
69   </ItemGroup>\r
70   <ItemGroup>\r
71     <Folder Include="Properties\" />\r
72   </ItemGroup>\r
73   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
74   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
75        Other similar extension points exist, see Microsoft.Common.targets.\r
76   <Target Name="BeforeBuild">\r
77   </Target>\r
78   <Target Name="AfterBuild">\r
79   </Target>\r
80   -->\r
81 </Project>\r