Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Components / DictionaryAdapter / Castle.Components.DictionaryAdapter.Tests / Castle.Components.DictionaryAdapter.Tests-vs2008.csproj
blob58887e5df18d7ecbb81ed00b2738a4339f8f0054
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.21022</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{280217E9-688D-4F02-B64A-78D2B3AA7BAB}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Castle.Components.DictionaryAdapter.Tests</RootNamespace>\r
11     <AssemblyName>Castle.Components.DictionaryAdapter.Tests</AssemblyName>\r
12     <FileUpgradeFlags>\r
13     </FileUpgradeFlags>\r
14     <UpgradeBackupLocation>\r
15     </UpgradeBackupLocation>\r
16     <OldToolsVersion>2.0</OldToolsVersion>\r
17     <PublishUrl>http://localhost/Castle.Components.DictionaryAdapter.Tests/</PublishUrl>\r
18     <Install>true</Install>\r
19     <InstallFrom>Web</InstallFrom>\r
20     <UpdateEnabled>true</UpdateEnabled>\r
21     <UpdateMode>Foreground</UpdateMode>\r
22     <UpdateInterval>7</UpdateInterval>\r
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
24     <UpdatePeriodically>false</UpdatePeriodically>\r
25     <UpdateRequired>false</UpdateRequired>\r
26     <MapFileExtensions>true</MapFileExtensions>\r
27     <ApplicationRevision>0</ApplicationRevision>\r
28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
29     <IsWebBootstrapper>true</IsWebBootstrapper>\r
30     <UseApplicationTrust>false</UseApplicationTrust>\r
31     <BootstrapperEnabled>true</BootstrapperEnabled>\r
32     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
35     <DebugSymbols>true</DebugSymbols>\r
36     <DebugType>full</DebugType>\r
37     <Optimize>false</Optimize>\r
38     <OutputPath>bin\Debug\</OutputPath>\r
39     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
40     <ErrorReport>prompt</ErrorReport>\r
41     <WarningLevel>4</WarningLevel>\r
42   </PropertyGroup>\r
43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
44     <DebugType>pdbonly</DebugType>\r
45     <Optimize>true</Optimize>\r
46     <OutputPath>bin\Release\</OutputPath>\r
47     <DefineConstants>TRACE</DefineConstants>\r
48     <ErrorReport>prompt</ErrorReport>\r
49     <WarningLevel>4</WarningLevel>\r
50   </PropertyGroup>\r
51   <ItemGroup>\r
52     <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
53       <SpecificVersion>False</SpecificVersion>\r
54       <HintPath>..\..\..\SharedLibs\net\2.0\nunit.framework.dll</HintPath>\r
55     </Reference>\r
56     <Reference Include="System" />\r
57     <Reference Include="System.Core">\r
58       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
59     </Reference>\r
60     <Reference Include="System.Data" />\r
61     <Reference Include="System.Xml" />\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <Compile Include="AdaptingNameValueCollectionsTestCase.cs" />\r
65     <Compile Include="AssemblyInfo.cs" />\r
66     <Compile Include="DictionaryAdapterFactoryTestCase.cs" />\r
67   </ItemGroup>\r
68   <ItemGroup>\r
69     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <ProjectReference Include="..\Castle.Components.DictionaryAdapter\Castle.Components.DictionaryAdapter-vs2008.csproj">\r
73       <Project>{B92EA46A-CD01-4717-ABE8-AA73C4F17AAB}</Project>\r
74       <Name>Castle.Components.DictionaryAdapter-vs2008</Name>\r
75     </ProjectReference>\r
76   </ItemGroup>\r
77   <ItemGroup>\r
78     <None Include="Castle.Components.DictionaryAdapter.Tests.build" />\r
79   </ItemGroup>\r
80   <ItemGroup>\r
81     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
82       <Visible>False</Visible>\r
83       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
84       <Install>true</Install>\r
85     </BootstrapperPackage>\r
86     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
87       <Visible>False</Visible>\r
88       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
89       <Install>false</Install>\r
90     </BootstrapperPackage>\r
91     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
92       <Visible>False</Visible>\r
93       <ProductName>.NET Framework 3.5</ProductName>\r
94       <Install>false</Install>\r
95     </BootstrapperPackage>\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <Folder Include="Properties\" />\r
99   </ItemGroup>\r
100   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
101   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
102        Other similar extension points exist, see Microsoft.Common.targets.\r
103   <Target Name="BeforeBuild">\r
104   </Target>\r
105   <Target Name="AfterBuild">\r
106   </Target>\r
107   -->\r
108 </Project>