1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ProjectType>Local</ProjectType>
\r
4 <ProductVersion>8.0.50727</ProductVersion>
\r
5 <SchemaVersion>2.0</SchemaVersion>
\r
6 <ProjectGuid>{54A98216-E321-4261-8EC5-92DEB43F3CB5}</ProjectGuid>
\r
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
9 <ApplicationIcon>App.ico</ApplicationIcon>
\r
10 <AssemblyKeyContainerName>
\r
11 </AssemblyKeyContainerName>
\r
12 <AssemblyName>TableHierarchySample</AssemblyName>
\r
13 <AssemblyOriginatorKeyFile>
\r
14 </AssemblyOriginatorKeyFile>
\r
15 <DefaultClientScript>JScript</DefaultClientScript>
\r
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
\r
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
\r
18 <DelaySign>false</DelaySign>
\r
19 <OutputType>Exe</OutputType>
\r
20 <RootNamespace>TableHierarchySample</RootNamespace>
\r
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
\r
26 <UpgradeBackupLocation>
\r
27 </UpgradeBackupLocation>
\r
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
30 <OutputPath>bin\</OutputPath>
\r
31 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
32 <BaseAddress>285212672</BaseAddress>
\r
33 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
34 <ConfigurationOverrideFile>
\r
35 </ConfigurationOverrideFile>
\r
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
38 </DocumentationFile>
\r
39 <DebugSymbols>true</DebugSymbols>
\r
40 <FileAlignment>4096</FileAlignment>
\r
41 <NoStdLib>false</NoStdLib>
\r
44 <Optimize>false</Optimize>
\r
45 <RegisterForComInterop>false</RegisterForComInterop>
\r
46 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
47 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
\r
48 <WarningLevel>4</WarningLevel>
\r
49 <DebugType>full</DebugType>
\r
50 <ErrorReport>prompt</ErrorReport>
\r
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
53 <OutputPath>bin\</OutputPath>
\r
54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
55 <BaseAddress>285212672</BaseAddress>
\r
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
57 <ConfigurationOverrideFile>
\r
58 </ConfigurationOverrideFile>
\r
59 <DefineConstants>TRACE</DefineConstants>
\r
61 </DocumentationFile>
\r
62 <DebugSymbols>false</DebugSymbols>
\r
63 <FileAlignment>4096</FileAlignment>
\r
64 <NoStdLib>false</NoStdLib>
\r
67 <Optimize>true</Optimize>
\r
68 <RegisterForComInterop>false</RegisterForComInterop>
\r
69 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
70 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
\r
71 <WarningLevel>4</WarningLevel>
\r
72 <DebugType>none</DebugType>
\r
73 <ErrorReport>prompt</ErrorReport>
\r
76 <Reference Include="Castle.ActiveRecord">
\r
77 <Name>Castle.ActiveRecord</Name>
\r
78 <HintPath>..\..\..\build\net-1.1\debug\Castle.ActiveRecord.dll</HintPath>
\r
80 <Reference Include="Castle.Core">
\r
81 <Name>Castle.Core</Name>
\r
82 <HintPath>..\..\..\build\net-1.1\debug\Castle.Core.dll</HintPath>
\r
84 <Reference Include="Iesi.Collections">
\r
85 <Name>Iesi.Collections</Name>
\r
86 <HintPath>..\..\..\build\net-1.1\debug\Iesi.Collections.dll</HintPath>
\r
88 <Reference Include="log4net">
\r
89 <Name>log4net</Name>
\r
90 <HintPath>..\..\..\build\net-1.1\debug\log4net.dll</HintPath>
\r
92 <Reference Include="NHibernate">
\r
93 <Name>NHibernate</Name>
\r
94 <HintPath>..\..\..\build\net-1.1\debug\NHibernate.dll</HintPath>
\r
96 <Reference Include="System">
\r
99 <Reference Include="System.Data">
\r
100 <Name>System.Data</Name>
\r
102 <Reference Include="System.Xml">
\r
103 <Name>System.XML</Name>
\r
107 <Compile Include="App.cs">
\r
108 <SubType>Code</SubType>
\r
110 <Compile Include="AssemblyInfo.cs">
\r
111 <SubType>Code</SubType>
\r
113 <Compile Include="Client.cs">
\r
114 <SubType>Code</SubType>
\r
116 <Compile Include="Company.cs">
\r
117 <SubType>Code</SubType>
\r
119 <Compile Include="Firm.cs">
\r
120 <SubType>Code</SubType>
\r
122 <Compile Include="Person.cs">
\r
123 <SubType>Code</SubType>
\r
125 <Content Include="App.ico" />
\r
126 <Content Include="appconfig.xml" />
\r
128 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r