0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 <PropertyGroup>
|
|
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
6 <ProductVersion>
|
|
7 </ProductVersion>
|
|
8 <SchemaVersion>2.0</SchemaVersion>
|
|
9 <ProjectGuid>{527300F8-9F04-434C-8239-4FE5E174FF6B}</ProjectGuid>
|
|
10 <OutputType>Library</OutputType>
|
|
11 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
12 <RootNamespace>BLToolkit.Fluent.Test</RootNamespace>
|
|
13 <AssemblyName>BLToolkit.Fluent.Test</AssemblyName>
|
|
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
15 <FileAlignment>512</FileAlignment>
|
|
16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
17 </PropertyGroup>
|
|
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
19 <DebugSymbols>true</DebugSymbols>
|
|
20 <DebugType>full</DebugType>
|
|
21 <Optimize>false</Optimize>
|
|
22 <OutputPath>bin\Debug\</OutputPath>
|
|
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
24 <ErrorReport>prompt</ErrorReport>
|
|
25 <WarningLevel>4</WarningLevel>
|
|
26 </PropertyGroup>
|
|
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
28 <DebugType>pdbonly</DebugType>
|
|
29 <Optimize>true</Optimize>
|
|
30 <OutputPath>bin\Release\</OutputPath>
|
|
31 <DefineConstants>TRACE</DefineConstants>
|
|
32 <ErrorReport>prompt</ErrorReport>
|
|
33 <WarningLevel>4</WarningLevel>
|
|
34 </PropertyGroup>
|
|
35 <ItemGroup>
|
|
36 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
37 <Reference Include="System" />
|
|
38 <Reference Include="System.Core">
|
|
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
40 </Reference>
|
|
41 <Reference Include="System.Data" />
|
|
42 <Reference Include="System.Xml" />
|
|
43 </ItemGroup>
|
|
44 <ItemGroup>
|
|
45 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
|
46 <Visible>False</Visible>
|
|
47 </CodeAnalysisDependentAssemblyPaths>
|
|
48 </ItemGroup>
|
|
49 <ItemGroup>
|
|
50 <Compile Include="AssertExceptionEx.cs" />
|
|
51 <Compile Include="FluentMapAttributesTest.cs" />
|
|
52 <Compile Include="FluentConfigTest.cs" />
|
|
53 <Compile Include="FluentMapTest.cs" />
|
|
54 <Compile Include="MockDataBase\AssertCommandData.cs" />
|
|
55 <Compile Include="MockDataBase\AssertDb.cs" />
|
|
56 <Compile Include="MockDataBase\MockDbConnection.cs" />
|
|
57 <Compile Include="MockDataBase\AssertMockDataBaseEx.cs" />
|
|
58 <Compile Include="MockDataBase\MockDbDataParameter.cs" />
|
|
59 <Compile Include="MockDataBase\MockCommand.cs" />
|
|
60 <Compile Include="MockDataBase\MockCommandData.cs" />
|
|
61 <Compile Include="MockDataBase\MockDataProvider.cs" />
|
|
62 <Compile Include="MockDataBase\MockDb.cs" />
|
|
63 <Compile Include="MockDataBase\MockReader.cs" />
|
|
64 <Compile Include="MockDataBase\MockReaderData.cs" />
|
|
65 <Compile Include="MockDataBase\MockReaderResultData.cs" />
|
|
66 <Compile Include="MockDataBase\MockSqlProvider.cs" />
|
|
67 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
68 </ItemGroup>
|
|
69 <ItemGroup>
|
|
70 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
|
|
71 <Project>{0c325f5d-e50e-4340-8724-d29896ccc583}</Project>
|
|
72 <Name>BLToolkit.4</Name>
|
|
73 </ProjectReference>
|
|
74 </ItemGroup>
|
|
75 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
76 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
77 Other similar extension points exist, see Microsoft.Common.targets.
|
|
78 <Target Name="BeforeBuild">
|
|
79 </Target>
|
|
80 <Target Name="AfterBuild">
|
|
81 </Target>
|
|
82 -->
|
|
83 </Project> |