Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / Castle / PetStore.Service / PetStore.Service-vs2005.csproj
blobe851f0089b92ae46cb719c67362d17b74389cec3
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectType>Local</ProjectType>\r
4     <ProductVersion>8.0.50727</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{5AA760BE-5153-498F-A9D9-CDB628A7E110}</ProjectGuid>\r
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
9     <ApplicationIcon>\r
10     </ApplicationIcon>\r
11     <AssemblyKeyContainerName>\r
12     </AssemblyKeyContainerName>\r
13     <AssemblyName>PetStore.Service</AssemblyName>\r
14     <AssemblyOriginatorKeyFile>\r
15     </AssemblyOriginatorKeyFile>\r
16     <DefaultClientScript>JScript</DefaultClientScript>\r
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>\r
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>\r
19     <DelaySign>false</DelaySign>\r
20     <OutputType>Library</OutputType>\r
21     <RootNamespace>PetStore.Service</RootNamespace>\r
22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
23     <StartupObject>\r
24     </StartupObject>\r
25     <FileUpgradeFlags>\r
26     </FileUpgradeFlags>\r
27     <UpgradeBackupLocation>\r
28     </UpgradeBackupLocation>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <OutputPath>bin\Debug\</OutputPath>\r
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
33     <BaseAddress>285212672</BaseAddress>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <ConfigurationOverrideFile>\r
36     </ConfigurationOverrideFile>\r
37     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
38     <DocumentationFile>\r
39     </DocumentationFile>\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <FileAlignment>4096</FileAlignment>\r
42     <NoStdLib>false</NoStdLib>\r
43     <NoWarn>\r
44     </NoWarn>\r
45     <Optimize>false</Optimize>\r
46     <RegisterForComInterop>false</RegisterForComInterop>\r
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
49     <WarningLevel>4</WarningLevel>\r
50     <DebugType>full</DebugType>\r
51     <ErrorReport>prompt</ErrorReport>\r
52   </PropertyGroup>\r
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
54     <OutputPath>bin\Release\</OutputPath>\r
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
56     <BaseAddress>285212672</BaseAddress>\r
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
58     <ConfigurationOverrideFile>\r
59     </ConfigurationOverrideFile>\r
60     <DefineConstants>TRACE</DefineConstants>\r
61     <DocumentationFile>\r
62     </DocumentationFile>\r
63     <DebugSymbols>false</DebugSymbols>\r
64     <FileAlignment>4096</FileAlignment>\r
65     <NoStdLib>false</NoStdLib>\r
66     <NoWarn>\r
67     </NoWarn>\r
68     <Optimize>true</Optimize>\r
69     <RegisterForComInterop>false</RegisterForComInterop>\r
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
71     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
72     <WarningLevel>4</WarningLevel>\r
73     <DebugType>none</DebugType>\r
74     <ErrorReport>prompt</ErrorReport>\r
75   </PropertyGroup>\r
76   <ItemGroup>\r
77     <Reference Include="Castle.ActiveRecord">\r
78       <Name>Castle.ActiveRecord</Name>\r
79       <HintPath>..\..\..\build\net-2.0\debug\Castle.ActiveRecord.dll</HintPath>\r
80     </Reference>\r
81     <Reference Include="Castle.Core">\r
82       <Name>Castle.Model</Name>\r
83       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
84     </Reference>\r
85     <Reference Include="Iesi.Collections">\r
86       <Name>Iesi.Collections</Name>\r
87       <HintPath>..\..\..\build\net-2.0\debug\Iesi.Collections.dll</HintPath>\r
88     </Reference>\r
89     <Reference Include="NHibernate">\r
90       <Name>NHibernate</Name>\r
91       <HintPath>..\..\..\build\net-2.0\debug\NHibernate.dll</HintPath>\r
92     </Reference>\r
93     <Reference Include="System">\r
94       <Name>System</Name>\r
95     </Reference>\r
96     <Reference Include="System.Data">\r
97       <Name>System.Data</Name>\r
98     </Reference>\r
99     <Reference Include="System.Xml">\r
100       <Name>System.XML</Name>\r
101     </Reference>\r
102     <ProjectReference Include="..\PetStore.Model\PetStore.Model-vs2005.csproj">\r
103       <Name>PetStore.Model</Name>\r
104       <Project>{932E2BF7-5E0B-42AA-A364-0138A150872E}</Project>\r
105       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>\r
106     </ProjectReference>\r
107   </ItemGroup>\r
108   <ItemGroup>\r
109     <Compile Include="AssemblyInfo.cs">\r
110       <SubType>Code</SubType>\r
111     </Compile>\r
112     <Compile Include="CategoryService.cs">\r
113       <SubType>Code</SubType>\r
114     </Compile>\r
115     <Compile Include="DataAccess\AR\ARCategoryDataAccess.cs">\r
116       <SubType>Code</SubType>\r
117     </Compile>\r
118     <Compile Include="DataAccess\AR\ARProductDataAccess.cs">\r
119       <SubType>Code</SubType>\r
120     </Compile>\r
121     <Compile Include="DataAccess\AR\ARUserDataAccess.cs">\r
122       <SubType>Code</SubType>\r
123     </Compile>\r
124     <Compile Include="DataAccess\ICategoryDataAccess.cs">\r
125       <SubType>Code</SubType>\r
126     </Compile>\r
127     <Compile Include="DataAccess\IProductDataAccess.cs">\r
128       <SubType>Code</SubType>\r
129     </Compile>\r
130     <Compile Include="DataAccess\IUserDataAccess.cs">\r
131       <SubType>Code</SubType>\r
132     </Compile>\r
133     <Compile Include="DefaultAuthenticationService.cs">\r
134       <SubType>Code</SubType>\r
135     </Compile>\r
136     <Compile Include="DefaultProductService.cs">\r
137       <SubType>Code</SubType>\r
138     </Compile>\r
139     <Compile Include="DefaultRecommendationService.cs">\r
140       <SubType>Code</SubType>\r
141     </Compile>\r
142     <Compile Include="IAuthenticationService.cs">\r
143       <SubType>Code</SubType>\r
144     </Compile>\r
145     <Compile Include="IProductService.cs">\r
146       <SubType>Code</SubType>\r
147     </Compile>\r
148     <Compile Include="IRecommendationService.cs">\r
149       <SubType>Code</SubType>\r
150     </Compile>\r
151     <Compile Include="ServiceLayerException.cs">\r
152       <SubType>Code</SubType>\r
153     </Compile>\r
154   </ItemGroup>\r
155   <ItemGroup>\r
156     <Folder Include="DataAccess\NH\" />\r
157     <Folder Include="DataAccess\Standard\" />\r
158   </ItemGroup>\r
159   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
160   <PropertyGroup>\r
161     <PreBuildEvent>\r
162     </PreBuildEvent>\r
163     <PostBuildEvent>\r
164     </PostBuildEvent>\r
165   </PropertyGroup>\r
166 </Project>