1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{2BB82CAE-A379-46D9-B2B5-13DC4DB3209C}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>dnrrd_binding_test</RootNamespace>
12 <AssemblyName>dnrrd_binding_test</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <ApplicationIcon>favicon.ico</ApplicationIcon>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
35 <Reference Include="System" />
36 <Reference Include="System.Core">
37 <RequiredTargetFramework>3.5</RequiredTargetFramework>
39 <Reference Include="System.Xml.Linq">
40 <RequiredTargetFramework>3.5</RequiredTargetFramework>
42 <Reference Include="System.Data.DataSetExtensions">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 <Reference Include="System.Data" />
46 <Reference Include="System.Xml" />
49 <Compile Include="rrd_binding_test.cs" />
50 <Compile Include="Properties\AssemblyInfo.cs" />
53 <ProjectReference Include="dnrrdlib.csproj">
54 <Project>{0688ED86-0E5F-4469-A7DB-D51024DE99E9}</Project>
59 <Content Include="favicon.ico" />
61 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
63 Other similar extension points exist, see Microsoft.Common.targets.
64 <Target Name="BeforeBuild">
66 <Target Name="AfterBuild">