2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / System.Data.Linq / src / DbLinq / Test / DbLinq_test.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{408D1FEB-71F4-4666-ADAD-194616D99B94}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>DbLinq_test</RootNamespace>\r
12     <AssemblyName>DbLinq_test</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <SignAssembly>true</SignAssembly>\r
16     <AssemblyOriginatorKeyFile>..\..\DbLinq.snk</AssemblyOriginatorKeyFile>\r
17     <PublishUrl>publish\</PublishUrl>\r
18     <Install>true</Install>\r
19     <InstallFrom>Disk</InstallFrom>\r
20     <UpdateEnabled>false</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>false</IsWebBootstrapper>\r
30     <UseApplicationTrust>false</UseApplicationTrust>\r
31     <BootstrapperEnabled>true</BootstrapperEnabled>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
34     <DebugSymbols>true</DebugSymbols>\r
35     <DebugType>full</DebugType>\r
36     <Optimize>false</Optimize>\r
37     <OutputPath>..\..\..\build.dbg\</OutputPath>\r
38     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <SignAssembly>true</SignAssembly>\r
42     <AssemblyKeyFile>..\..\DbLinq.snk</AssemblyKeyFile>\r
43   </PropertyGroup>\r
44   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
45     <DebugType>pdbonly</DebugType>\r
46     <Optimize>true</Optimize>\r
47     <OutputPath>..\..\..\build\</OutputPath>\r
48     <DefineConstants>TRACE</DefineConstants>\r
49     <ErrorReport>prompt</ErrorReport>\r
50     <WarningLevel>4</WarningLevel>\r
51   </PropertyGroup>\r
52   <ItemGroup>\r
53     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
54       <Visible>False</Visible>\r
55     </BootstrapperPackage>\r
56     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
57       <Visible>False</Visible>\r
58     </BootstrapperPackage>\r
59     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
60       <Visible>False</Visible>\r
61     </BootstrapperPackage>\r
62     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
63       <Visible>False</Visible>\r
64     </BootstrapperPackage>\r
65     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
66       <Visible>False</Visible>\r
67     </BootstrapperPackage>\r
68     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
69       <Visible>False</Visible>\r
70     </BootstrapperPackage>\r
71   </ItemGroup>\r
72   <ItemGroup>\r
73     <Compile Include="AssemblyInfo.cs" />\r
74     <Compile Include="CsvArrayAdapterTest.cs" />\r
75     <Compile Include="DataContextTest.cs" />\r
76     <Compile Include="EntitySetTest.cs" />\r
77     <Compile Include="ExpressionEqualityComparerTest.cs" />\r
78     <Compile Include="IDataTypeExtensionsTest.cs" />\r
79     <Compile Include="NullProvider.cs">\r
80     </Compile>\r
81     <Compile Include="PeopleTable.cs" />\r
82     <Compile Include="Providers\Internals\ReflectionTest.cs" />\r
83     <Compile Include="TableTest.cs" />\r
84     <Compile Include="TypeContextTest.cs" />\r
85   </ItemGroup>\r
86   <ItemGroup>\r
87     <ProjectReference Include="..\..\DbMetal\DbMetal.csproj">\r
88       <Project>{363FF43D-C870-4423-BE50-DAED7793A6D1}</Project>\r
89       <Name>DbMetal</Name>\r
90     </ProjectReference>\r
91     <ProjectReference Include="..\DbLinq.csproj">\r
92       <Project>{7950197D-4122-49CB-9FD7-45E666BAFEC2}</Project>\r
93       <Name>DbLinq</Name>\r
94     </ProjectReference>\r
95   </ItemGroup>\r
96   <ItemGroup>\r
97     <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">\r
98       <SpecificVersion>False</SpecificVersion>\r
99       <HintPath>..\..\..\lib\nunit.framework.dll</HintPath>\r
100     </Reference>\r
101     <Reference Include="System" />\r
102     <Reference Include="System.Core">\r
103       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
104     </Reference>\r
105     <Reference Include="System.Data" />\r
106     <Reference Include="System.Data.Linq">\r
107       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
108     </Reference>\r
109     <Reference Include="System.Xml" />\r
110   </ItemGroup>\r
111   <ItemGroup>\r
112     <None Include="..\..\DbLinq.snk" />\r
113   </ItemGroup>\r
114   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
115   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
116        Other similar extension points exist, see Microsoft.Common.targets.\r
117   <Target Name="BeforeBuild">\r
118   </Target>\r
119   <Target Name="AfterBuild">\r
120   </Target>\r
121   -->\r
122 </Project>