Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Facilities / IBatisNet / Castle.Facilities.IBatisNetIntegration / Castle.Facilities.IBatisNetIntegration-vs2005.csproj
blob3cb0b19abe5a06575b225bf3ec84048d361e26d3
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>8.0.50727</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   </PropertyGroup>
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>
38     <DocumentationFile>
39     </DocumentationFile>
40     <DebugSymbols>true</DebugSymbols>
41     <FileAlignment>4096</FileAlignment>
42     <NoStdLib>false</NoStdLib>
43     <NoWarn>
44     </NoWarn>
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>
52   </PropertyGroup>
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>
61     <DocumentationFile>
62     </DocumentationFile>
63     <DebugSymbols>false</DebugSymbols>
64     <FileAlignment>4096</FileAlignment>
65     <NoStdLib>false</NoStdLib>
66     <NoWarn>
67     </NoWarn>
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>
75   </PropertyGroup>
76   <ItemGroup>
77     <Reference Include="Castle.Core">
78       <Name>Castle.Core</Name>
79       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
80     </Reference>
81     <Reference Include="Castle.MicroKernel">
82       <Name>Castle.MicroKernel</Name>
83       <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
84     </Reference>
85     <Reference Include="Castle.Services.Transaction">
86       <Name>Castle.Services.Transaction</Name>
87       <HintPath>..\..\..\build\net-2.0\debug\Castle.Services.Transaction.dll</HintPath>
88     </Reference>
89     <Reference Include="IBatisNet.Common, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
90       <SpecificVersion>False</SpecificVersion>
91       <HintPath>..\..\..\build\net-2.0\debug\IBatisNet.Common.dll</HintPath>
92     </Reference>
93     <Reference Include="IBatisNet.DataMapper, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
94       <SpecificVersion>False</SpecificVersion>
95       <HintPath>..\..\..\build\net-2.0\debug\IBatisNet.DataMapper.dll</HintPath>
96     </Reference>
97     <Reference Include="System">
98       <Name>System</Name>
99     </Reference>
100     <Reference Include="System.configuration" />
101     <Reference Include="System.Data">
102       <Name>System.Data</Name>
103     </Reference>
104     <Reference Include="System.Xml">
105       <Name>System.XML</Name>
106     </Reference>
107   </ItemGroup>
108   <ItemGroup>
109     <Compile Include="AssemblyInfo.cs">
110       <SubType>Code</SubType>
111     </Compile>
112     <Compile Include="AutomaticSessionInspector.cs">
113       <SubType>Code</SubType>
114     </Compile>
115     <Compile Include="AutomaticSessionInterceptor.cs">
116       <SubType>Code</SubType>
117     </Compile>
118     <Compile Include="IBatisNetFacility.cs">
119       <SubType>Code</SubType>
120     </Compile>
121     <Compile Include="NoSessionAttribute.cs">
122       <SubType>Code</SubType>
123     </Compile>
124     <Compile Include="ResourceSqlMapAdapter.cs">
125       <SubType>Code</SubType>
126     </Compile>
127     <Compile Include="SessionAttribute.cs">
128       <SubType>Code</SubType>
129     </Compile>
130     <Compile Include="SqlMapActivator.cs">
131       <SubType>Code</SubType>
132     </Compile>
133     <Compile Include="SqlMapKeeper.cs">
134       <SubType>Code</SubType>
135     </Compile>
136     <Compile Include="UsesAutomaticSessionCreationAttribute.cs">
137       <SubType>Code</SubType>
138     </Compile>
139   </ItemGroup>
140   <ItemGroup>
141     <None Include="..\..\..\CastleKey.snk">
142       <Link>CastleKey.snk</Link>
143     </None>
144   </ItemGroup>
145   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
146   <PropertyGroup>
147     <PreBuildEvent>
148     </PreBuildEvent>
149     <PostBuildEvent>
150     </PostBuildEvent>
151   </PropertyGroup>
152 </Project>