sl@24: <?xml version="1.0" encoding="utf-8"?> sl@24: <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> sl@24: <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> sl@24: <PropertyGroup> sl@24: <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> sl@24: <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> sl@24: <ProjectGuid>{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}</ProjectGuid> sl@24: <OutputType>Library</OutputType> sl@24: <AppDesignerFolder>Properties</AppDesignerFolder> sl@24: <RootNamespace>SharpDisplayInterface</RootNamespace> sl@24: <AssemblyName>SharpDisplayInterface</AssemblyName> sl@24: <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> sl@24: <FileAlignment>512</FileAlignment> sl@24: </PropertyGroup> sl@24: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> sl@24: <DebugSymbols>true</DebugSymbols> sl@24: <DebugType>full</DebugType> sl@24: <Optimize>false</Optimize> sl@24: <OutputPath>bin\Debug\</OutputPath> sl@24: <DefineConstants>DEBUG;TRACE</DefineConstants> sl@24: <ErrorReport>prompt</ErrorReport> sl@24: <WarningLevel>4</WarningLevel> sl@24: </PropertyGroup> sl@24: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> sl@24: <DebugType>pdbonly</DebugType> sl@24: <Optimize>true</Optimize> sl@24: <OutputPath>bin\Release\</OutputPath> sl@24: <DefineConstants>TRACE</DefineConstants> sl@24: <ErrorReport>prompt</ErrorReport> sl@24: <WarningLevel>4</WarningLevel> sl@24: </PropertyGroup> sl@24: <ItemGroup> sl@24: <Reference Include="System" /> sl@24: <Reference Include="System.Core" /> sl@24: <Reference Include="System.ServiceModel" /> sl@24: <Reference Include="System.Xml.Linq" /> sl@24: <Reference Include="System.Data.DataSetExtensions" /> sl@24: <Reference Include="Microsoft.CSharp" /> sl@24: <Reference Include="System.Data" /> sl@24: <Reference Include="System.Xml" /> sl@24: </ItemGroup> sl@24: <ItemGroup> sl@24: <Compile Include="Interface.cs" /> sl@24: <Compile Include="Properties\AssemblyInfo.cs" /> sl@24: </ItemGroup> sl@24: <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> sl@24: <!-- To modify your build process, add your task inside one of the targets below and uncomment it. sl@24: Other similar extension points exist, see Microsoft.Common.targets. sl@24: <Target Name="BeforeBuild"> sl@24: </Target> sl@24: <Target Name="AfterBuild"> sl@24: </Target> sl@24: --> sl@24: </Project>