Interface/SharpDisplayInterface.csproj
author sl
Thu, 14 Aug 2014 09:12:59 +0200
changeset 24 f442150ff735
child 43 86aad774b532
permissions -rw-r--r--
Adding interface project.
sl@24
     1
<?xml version="1.0" encoding="utf-8"?>
sl@24
     2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
sl@24
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
sl@24
     4
  <PropertyGroup>
sl@24
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@24
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@24
     7
    <ProjectGuid>{88EEE0DC-ABBC-4738-BAD6-7E08CF7F50F9}</ProjectGuid>
sl@24
     8
    <OutputType>Library</OutputType>
sl@24
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
sl@24
    10
    <RootNamespace>SharpDisplayInterface</RootNamespace>
sl@24
    11
    <AssemblyName>SharpDisplayInterface</AssemblyName>
sl@24
    12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
sl@24
    13
    <FileAlignment>512</FileAlignment>
sl@24
    14
  </PropertyGroup>
sl@24
    15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@24
    16
    <DebugSymbols>true</DebugSymbols>
sl@24
    17
    <DebugType>full</DebugType>
sl@24
    18
    <Optimize>false</Optimize>
sl@24
    19
    <OutputPath>bin\Debug\</OutputPath>
sl@24
    20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@24
    21
    <ErrorReport>prompt</ErrorReport>
sl@24
    22
    <WarningLevel>4</WarningLevel>
sl@24
    23
  </PropertyGroup>
sl@24
    24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@24
    25
    <DebugType>pdbonly</DebugType>
sl@24
    26
    <Optimize>true</Optimize>
sl@24
    27
    <OutputPath>bin\Release\</OutputPath>
sl@24
    28
    <DefineConstants>TRACE</DefineConstants>
sl@24
    29
    <ErrorReport>prompt</ErrorReport>
sl@24
    30
    <WarningLevel>4</WarningLevel>
sl@24
    31
  </PropertyGroup>
sl@24
    32
  <ItemGroup>
sl@24
    33
    <Reference Include="System" />
sl@24
    34
    <Reference Include="System.Core" />
sl@24
    35
    <Reference Include="System.ServiceModel" />
sl@24
    36
    <Reference Include="System.Xml.Linq" />
sl@24
    37
    <Reference Include="System.Data.DataSetExtensions" />
sl@24
    38
    <Reference Include="Microsoft.CSharp" />
sl@24
    39
    <Reference Include="System.Data" />
sl@24
    40
    <Reference Include="System.Xml" />
sl@24
    41
  </ItemGroup>
sl@24
    42
  <ItemGroup>
sl@24
    43
    <Compile Include="Interface.cs" />
sl@24
    44
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@24
    45
  </ItemGroup>
sl@24
    46
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@24
    47
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@24
    48
       Other similar extension points exist, see Microsoft.Common.targets.
sl@24
    49
  <Target Name="BeforeBuild">
sl@24
    50
  </Target>
sl@24
    51
  <Target Name="AfterBuild">
sl@24
    52
  </Target>
sl@24
    53
  -->
sl@24
    54
</Project>