1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{0C9EE31D-A700-485B-948A-68E4A3614E71}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>Castle.Facilities.IBatisNetIntegration.Tests</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>Library</OutputType>
21 <RootNamespace>Castle.Facilities.IBatisNetIntegration.Tests</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
27 <UpgradeBackupLocation>
28 </UpgradeBackupLocation>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <OutputPath>..\bin\</OutputPath>
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33 <BaseAddress>285212672</BaseAddress>
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35 <ConfigurationOverrideFile>
36 </ConfigurationOverrideFile>
37 <DefineConstants>TRACE;DEBUG</DefineConstants>
40 <DebugSymbols>true</DebugSymbols>
41 <FileAlignment>4096</FileAlignment>
42 <NoStdLib>false</NoStdLib>
45 <Optimize>false</Optimize>
46 <RegisterForComInterop>false</RegisterForComInterop>
47 <RemoveIntegerChecks>false</RemoveIntegerChecks>
48 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
49 <WarningLevel>4</WarningLevel>
50 <DebugType>full</DebugType>
51 <ErrorReport>prompt</ErrorReport>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54 <OutputPath>bin\Release\</OutputPath>
55 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56 <BaseAddress>285212672</BaseAddress>
57 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58 <ConfigurationOverrideFile>
59 </ConfigurationOverrideFile>
60 <DefineConstants>TRACE</DefineConstants>
63 <DebugSymbols>false</DebugSymbols>
64 <FileAlignment>4096</FileAlignment>
65 <NoStdLib>false</NoStdLib>
68 <Optimize>true</Optimize>
69 <RegisterForComInterop>false</RegisterForComInterop>
70 <RemoveIntegerChecks>false</RemoveIntegerChecks>
71 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72 <WarningLevel>4</WarningLevel>
73 <DebugType>none</DebugType>
74 <ErrorReport>prompt</ErrorReport>
77 <Reference Include="Castle.Core">
78 <Name>Castle.Core</Name>
79 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
81 <Reference Include="Castle.DynamicProxy2, Version=2.0.0.1, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
82 <SpecificVersion>False</SpecificVersion>
83 <HintPath>..\..\..\build\net-2.0\debug\Castle.DynamicProxy2.dll</HintPath>
85 <Reference Include="Castle.Facilities.AutomaticTransactionManagement">
86 <Name>Castle.Facilities.AutomaticTransactionManagement</Name>
87 <HintPath>..\..\..\build\net-2.0\debug\Castle.Facilities.AutomaticTransactionManagement.dll</HintPath>
89 <Reference Include="Castle.MicroKernel">
90 <Name>Castle.MicroKernel</Name>
91 <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
93 <Reference Include="Castle.Services.Transaction">
94 <Name>Castle.Services.Transaction</Name>
95 <HintPath>..\..\..\build\net-2.0\debug\Castle.Services.Transaction.dll</HintPath>
97 <Reference Include="Castle.Windsor">
98 <Name>Castle.Windsor</Name>
99 <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>
101 <Reference Include="IBatisNet.Common, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
102 <SpecificVersion>False</SpecificVersion>
103 <HintPath>..\..\..\build\net-2.0\debug\IBatisNet.Common.dll</HintPath>
105 <Reference Include="IBatisNet.DataMapper, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
106 <SpecificVersion>False</SpecificVersion>
107 <HintPath>..\..\..\build\net-2.0\debug\IBatisNet.DataMapper.dll</HintPath>
109 <Reference Include="nunit.framework">
110 <Name>nunit.framework</Name>
111 <HintPath>..\..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>
113 <Reference Include="System">
116 <Reference Include="System.configuration" />
117 <Reference Include="System.Data">
118 <Name>System.Data</Name>
120 <Reference Include="System.Xml">
121 <Name>System.XML</Name>
123 <ProjectReference Include="..\Castle.Facilities.IBatisNetIntegration\Castle.Facilities.IBatisNetIntegration-vs2005.csproj">
124 <Name>Castle.Facilities.IBatisNetIntegration</Name>
125 <Project>{5CE5406D-92AB-45ED-A4C9-921745E38BE1}</Project>
126 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
130 <Compile Include="AbstractIBatisNetTestCase.cs">
131 <SubType>Code</SubType>
133 <Compile Include="BaseTest.cs">
134 <SubType>Code</SubType>
136 <Compile Include="ConfigHelper.cs" />
137 <Compile Include="DaoTestCase.cs">
138 <SubType>Code</SubType>
140 <Compile Include="Dao\AccountDao.cs">
141 <SubType>Code</SubType>
143 <Compile Include="Dao\IAccountDao.cs">
144 <SubType>Code</SubType>
146 <Compile Include="Domain\Account.cs">
147 <SubType>Code</SubType>
149 <Compile Include="IBatisFacilityTestCase.cs">
150 <SubType>Code</SubType>
152 <Compile Include="IService.cs">
153 <SubType>Code</SubType>
155 <Compile Include="Service.cs">
156 <SubType>Code</SubType>
158 <Compile Include="ServiceTestCase.cs">
159 <SubType>Code</SubType>
163 <None Include="App.config" />
164 <EmbeddedResource Include="providers.config" />
165 <None Include="SqlMap.config" />
168 <EmbeddedResource Include="Maps\Access\OleDb\Account.xml" />
170 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />