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