Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Castle.Igloo / Igloo.Clinic.Services / Igloo.Clinic.Services.csproj
blobc299bdda8dfe9583b32c264df98b07fcf815bb4c
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{4742794D-0FF7-4FE0-AB15-212B858BC137}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Igloo.Clinic.Services</RootNamespace>\r
11     <AssemblyName>Igloo.Clinic.Services</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="System" />\r
32     <Reference Include="System.Data" />\r
33     <Reference Include="System.Xml" />\r
34   </ItemGroup>\r
35   <ItemGroup>\r
36     <Compile Include="Impl\PatientService.cs" />\r
37     <Compile Include="Impl\ServiceAuthentification.cs" />\r
38     <Compile Include="Interfaces\IPatientService.cs" />\r
39     <Compile Include="Interfaces\IServiceAuthentification.cs" />\r
40     <Compile Include="Properties\AssemblyInfo.cs" />\r
41   </ItemGroup>\r
42   <ItemGroup>\r
43     <ProjectReference Include="..\Castle.Igloo\Castle.Igloo.csproj">\r
44       <Project>{8C3E14B8-8154-4FC4-9BF3-EF63F74B69D3}</Project>\r
45       <Name>Castle.Igloo</Name>\r
46     </ProjectReference>\r
47     <ProjectReference Include="..\Igloo.Clinic.Domain\Igloo.Clinic.Domain.csproj">\r
48       <Project>{7CF4C9C8-776D-4327-8CCA-F72A4AC3401E}</Project>\r
49       <Name>Igloo.Clinic.Domain</Name>\r
50     </ProjectReference>\r
51   </ItemGroup>\r
52   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
53   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
54        Other similar extension points exist, see Microsoft.Common.targets.\r
55   <Target Name="BeforeBuild">\r
56   </Target>\r
57   <Target Name="AfterBuild">\r
58   </Target>\r
59   -->\r
60 </Project>