1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.21022</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{5CE5406D-92AB-45ED-A4C9-921745E38BE1}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>Castle.Facilities.IBatisNetIntegration</AssemblyName>
14 <AssemblyOriginatorKeyFile>..\..\..\CastleKey.snk</AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>Library</OutputType>
20 <RootNamespace>Castle.Facilities.IBatisNetIntegration</RootNamespace>
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 <SignAssembly>true</SignAssembly>
29 <OldToolsVersion>2.0</OldToolsVersion>
30 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <OutputPath>..\bin\</OutputPath>
34 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
35 <BaseAddress>285212672</BaseAddress>
36 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
37 <ConfigurationOverrideFile>
38 </ConfigurationOverrideFile>
39 <DefineConstants>TRACE;DEBUG</DefineConstants>
42 <DebugSymbols>true</DebugSymbols>
43 <FileAlignment>4096</FileAlignment>
44 <NoStdLib>false</NoStdLib>
47 <Optimize>false</Optimize>
48 <RegisterForComInterop>false</RegisterForComInterop>
49 <RemoveIntegerChecks>false</RemoveIntegerChecks>
50 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
51 <WarningLevel>4</WarningLevel>
52 <DebugType>full</DebugType>
53 <ErrorReport>prompt</ErrorReport>
55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56 <OutputPath>bin\Release\</OutputPath>
57 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
58 <BaseAddress>285212672</BaseAddress>
59 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
60 <ConfigurationOverrideFile>
61 </ConfigurationOverrideFile>
62 <DefineConstants>TRACE</DefineConstants>
65 <DebugSymbols>false</DebugSymbols>
66 <FileAlignment>4096</FileAlignment>
67 <NoStdLib>false</NoStdLib>
70 <Optimize>true</Optimize>
71 <RegisterForComInterop>false</RegisterForComInterop>
72 <RemoveIntegerChecks>false</RemoveIntegerChecks>
73 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
74 <WarningLevel>4</WarningLevel>
75 <DebugType>none</DebugType>
76 <ErrorReport>prompt</ErrorReport>
79 <Reference Include="Castle.Core">
80 <Name>Castle.Core</Name>
81 <HintPath>..\..\..\build\net-3.5\debug\Castle.Core.dll</HintPath>
83 <Reference Include="Castle.MicroKernel">
84 <Name>Castle.MicroKernel</Name>
85 <HintPath>..\..\..\build\net-3.5\debug\Castle.MicroKernel.dll</HintPath>
87 <Reference Include="Castle.Services.Transaction">
88 <Name>Castle.Services.Transaction</Name>
89 <HintPath>..\..\..\build\net-3.5\debug\Castle.Services.Transaction.dll</HintPath>
91 <Reference Include="IBatisNet.Common, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
92 <SpecificVersion>False</SpecificVersion>
93 <HintPath>..\..\..\build\net-3.5\debug\IBatisNet.Common.dll</HintPath>
95 <Reference Include="IBatisNet.DataMapper, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
96 <SpecificVersion>False</SpecificVersion>
97 <HintPath>..\..\..\build\net-3.5\debug\IBatisNet.DataMapper.dll</HintPath>
99 <Reference Include="System">
102 <Reference Include="System.configuration" />
103 <Reference Include="System.Core">
104 <RequiredTargetFramework>3.5</RequiredTargetFramework>
106 <Reference Include="System.Data">
107 <Name>System.Data</Name>
109 <Reference Include="System.Xml">
110 <Name>System.XML</Name>
114 <Compile Include="AssemblyInfo.cs">
115 <SubType>Code</SubType>
117 <Compile Include="AutomaticSessionInspector.cs">
118 <SubType>Code</SubType>
120 <Compile Include="AutomaticSessionInterceptor.cs">
121 <SubType>Code</SubType>
123 <Compile Include="IBatisNetFacility.cs">
124 <SubType>Code</SubType>
126 <Compile Include="NoSessionAttribute.cs">
127 <SubType>Code</SubType>
129 <Compile Include="ResourceSqlMapAdapter.cs">
130 <SubType>Code</SubType>
132 <Compile Include="SessionAttribute.cs">
133 <SubType>Code</SubType>
135 <Compile Include="SqlMapActivator.cs">
136 <SubType>Code</SubType>
138 <Compile Include="SqlMapKeeper.cs">
139 <SubType>Code</SubType>
141 <Compile Include="UsesAutomaticSessionCreationAttribute.cs">
142 <SubType>Code</SubType>
146 <None Include="..\..\..\CastleKey.snk">
147 <Link>CastleKey.snk</Link>
150 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />