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>{E301BB9A-87C3-400D-8D39-5436A14DEFCB}</ProjectGuid>
7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9    <ApplicationIcon>
10    </ApplicationIcon>
11    <AssemblyKeyContainerName>
12    </AssemblyKeyContainerName>
13    <AssemblyName>csharpcli</AssemblyName>
14    <AssemblyOriginatorKeyFile>
15    </AssemblyOriginatorKeyFile>
16    <DefaultClientScript>JScript</DefaultClientScript>
17    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19    <DelaySign>false</DelaySign>
20    <OutputType>Library</OutputType>
21    <RootNamespace>csharpcli</RootNamespace>
22    <StartupObject>
23    </StartupObject>
24    <FileUpgradeFlags>
25    </FileUpgradeFlags>
26    <UpgradeBackupLocation>
27    </UpgradeBackupLocation>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30    <OutputPath>bin\Debug\</OutputPath>
31    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
32    <BaseAddress>285212672</BaseAddress>
33    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
34    <ConfigurationOverrideFile>
35    </ConfigurationOverrideFile>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DocumentationFile>
38    </DocumentationFile>
39    <DebugSymbols>true</DebugSymbols>
40    <FileAlignment>4096</FileAlignment>
41    <Optimize>false</Optimize>
42    <RegisterForComInterop>false</RegisterForComInterop>
43    <RemoveIntegerChecks>false</RemoveIntegerChecks>
44    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
45    <WarningLevel>4</WarningLevel>
46    <DebugType>full</DebugType>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <OutputPath>bin\Release\</OutputPath>
51    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
52    <BaseAddress>285212672</BaseAddress>
53    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
54    <ConfigurationOverrideFile>
55    </ConfigurationOverrideFile>
56    <DefineConstants>TRACE</DefineConstants>
57    <DocumentationFile>
58    </DocumentationFile>
59    <DebugSymbols>false</DebugSymbols>
60    <FileAlignment>4096</FileAlignment>
61    <Optimize>true</Optimize>
62    <RegisterForComInterop>false</RegisterForComInterop>
63    <RemoveIntegerChecks>false</RemoveIntegerChecks>
64    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
65    <WarningLevel>4</WarningLevel>
66    <DebugType>none</DebugType>
67    <ErrorReport>prompt</ErrorReport>
68  </PropertyGroup>
69  <ItemGroup>
70    <Reference Include="System">
71      <Name>System</Name>
72    </Reference>
73    <Reference Include="System.Data">
74      <Name>System.Data</Name>
75    </Reference>
76    <Reference Include="System.Xml">
77      <Name>System.XML</Name>
78    </Reference>
79  </ItemGroup>
80  <ItemGroup>
81    <Compile Include="AssemblyInfo.cs">
82      <SubType>Code</SubType>
83    </Compile>
84    <Compile Include="AutoincrementAttribute.cs">
85      <SubType>Code</SubType>
86    </Compile>
87    <Compile Include="CliError.cs">
88      <SubType>Code</SubType>
89    </Compile>
90    <Compile Include="ComBuffer.cs">
91      <SubType>Code</SubType>
92    </Compile>
93    <Compile Include="Connection.cs">
94      <SubType>Code</SubType>
95    </Compile>
96    <Compile Include="ConnectionPool.cs">
97      <SubType>Code</SubType>
98    </Compile>
99    <Compile Include="ObjectSet.cs">
100      <SubType>Code</SubType>
101    </Compile>
102    <Compile Include="Rectangle.cs">
103      <SubType>Code</SubType>
104    </Compile>
105    <Compile Include="Reference.cs">
106      <SubType>Code</SubType>
107    </Compile>
108    <Compile Include="ReferencesAttribute.cs">
109      <SubType>Code</SubType>
110    </Compile>
111    <Compile Include="Statement.cs">
112      <SubType>Code</SubType>
113    </Compile>
114    <Compile Include="TableDescriptor.cs">
115      <SubType>Code</SubType>
116    </Compile>
117  </ItemGroup>
118  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
119  <PropertyGroup>
120    <PreBuildEvent>
121    </PreBuildEvent>
122    <PostBuildEvent>
123    </PostBuildEvent>
124  </PropertyGroup>
125</Project>