Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / IBatisNet / Castle.Facilities.IBatisNetIntegration / Castle.Facilities.IBatisNetIntegration-vs2008.csproj
blobefe01268cb5342218c625b6d41fafaa3c98744ff
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
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>
9     <ApplicationIcon>
10     </ApplicationIcon>
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>
22     <StartupObject>
23     </StartupObject>
24     <FileUpgradeFlags>
25     </FileUpgradeFlags>
26     <UpgradeBackupLocation>
27     </UpgradeBackupLocation>
28     <SignAssembly>true</SignAssembly>
29     <OldToolsVersion>2.0</OldToolsVersion>
30     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
31   </PropertyGroup>
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>
40     <DocumentationFile>
41     </DocumentationFile>
42     <DebugSymbols>true</DebugSymbols>
43     <FileAlignment>4096</FileAlignment>
44     <NoStdLib>false</NoStdLib>
45     <NoWarn>
46     </NoWarn>
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>
54   </PropertyGroup>
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>
63     <DocumentationFile>
64     </DocumentationFile>
65     <DebugSymbols>false</DebugSymbols>
66     <FileAlignment>4096</FileAlignment>
67     <NoStdLib>false</NoStdLib>
68     <NoWarn>
69     </NoWarn>
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>
77   </PropertyGroup>
78   <ItemGroup>
79     <Reference Include="Castle.Core">
80       <Name>Castle.Core</Name>
81       <HintPath>..\..\..\build\net-3.5\debug\Castle.Core.dll</HintPath>
82     </Reference>
83     <Reference Include="Castle.MicroKernel">
84       <Name>Castle.MicroKernel</Name>
85       <HintPath>..\..\..\build\net-3.5\debug\Castle.MicroKernel.dll</HintPath>
86     </Reference>
87     <Reference Include="Castle.Services.Transaction">
88       <Name>Castle.Services.Transaction</Name>
89       <HintPath>..\..\..\build\net-3.5\debug\Castle.Services.Transaction.dll</HintPath>
90     </Reference>
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>
94     </Reference>
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>
98     </Reference>
99     <Reference Include="System">
100       <Name>System</Name>
101     </Reference>
102     <Reference Include="System.configuration" />
103     <Reference Include="System.Core">
104       <RequiredTargetFramework>3.5</RequiredTargetFramework>
105     </Reference>
106     <Reference Include="System.Data">
107       <Name>System.Data</Name>
108     </Reference>
109     <Reference Include="System.Xml">
110       <Name>System.XML</Name>
111     </Reference>
112   </ItemGroup>
113   <ItemGroup>
114     <Compile Include="AssemblyInfo.cs">
115       <SubType>Code</SubType>
116     </Compile>
117     <Compile Include="AutomaticSessionInspector.cs">
118       <SubType>Code</SubType>
119     </Compile>
120     <Compile Include="AutomaticSessionInterceptor.cs">
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include="IBatisNetFacility.cs">
124       <SubType>Code</SubType>
125     </Compile>
126     <Compile Include="NoSessionAttribute.cs">
127       <SubType>Code</SubType>
128     </Compile>
129     <Compile Include="ResourceSqlMapAdapter.cs">
130       <SubType>Code</SubType>
131     </Compile>
132     <Compile Include="SessionAttribute.cs">
133       <SubType>Code</SubType>
134     </Compile>
135     <Compile Include="SqlMapActivator.cs">
136       <SubType>Code</SubType>
137     </Compile>
138     <Compile Include="SqlMapKeeper.cs">
139       <SubType>Code</SubType>
140     </Compile>
141     <Compile Include="UsesAutomaticSessionCreationAttribute.cs">
142       <SubType>Code</SubType>
143     </Compile>
144   </ItemGroup>
145   <ItemGroup>
146     <None Include="..\..\..\CastleKey.snk">
147       <Link>CastleKey.snk</Link>
148     </None>
149   </ItemGroup>
150   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
151   <PropertyGroup>
152     <PreBuildEvent>
153     </PreBuildEvent>
154     <PostBuildEvent>
155     </PostBuildEvent>
156   </PropertyGroup>
157 </Project>