Interface/SharpDisplayInterface.csproj
author sl
Sun, 21 Sep 2014 19:07:18 +0200
changeset 57 544132d07c3b
parent 24 f442150ff735
child 63 cd9924457275
permissions -rw-r--r--
Simplifying client construction.
Fixing our borders and sorting out our color issues.
Adding inverse colors options.
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@43
    14
    <TargetFrameworkProfile />
sl@24
    15
  </PropertyGroup>
sl@24
    16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@24
    17
    <DebugSymbols>true</DebugSymbols>
sl@24
    18
    <DebugType>full</DebugType>
sl@24
    19
    <Optimize>false</Optimize>
sl@24
    20
    <OutputPath>bin\Debug\</OutputPath>
sl@24
    21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@24
    22
    <ErrorReport>prompt</ErrorReport>
sl@24
    23
    <WarningLevel>4</WarningLevel>
sl@43
    24
    <Prefer32Bit>false</Prefer32Bit>
sl@24
    25
  </PropertyGroup>
sl@24
    26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@24
    27
    <DebugType>pdbonly</DebugType>
sl@24
    28
    <Optimize>true</Optimize>
sl@24
    29
    <OutputPath>bin\Release\</OutputPath>
sl@24
    30
    <DefineConstants>TRACE</DefineConstants>
sl@24
    31
    <ErrorReport>prompt</ErrorReport>
sl@24
    32
    <WarningLevel>4</WarningLevel>
sl@43
    33
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    34
  </PropertyGroup>
sl@43
    35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    36
    <DebugSymbols>true</DebugSymbols>
sl@43
    37
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@43
    38
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    39
    <DebugType>full</DebugType>
sl@43
    40
    <PlatformTarget>x86</PlatformTarget>
sl@43
    41
    <ErrorReport>prompt</ErrorReport>
sl@43
    42
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    43
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    44
  </PropertyGroup>
sl@43
    45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
sl@43
    46
    <OutputPath>bin\x86\Release\</OutputPath>
sl@43
    47
    <DefineConstants>TRACE</DefineConstants>
sl@43
    48
    <Optimize>true</Optimize>
sl@43
    49
    <DebugType>pdbonly</DebugType>
sl@43
    50
    <PlatformTarget>x86</PlatformTarget>
sl@43
    51
    <ErrorReport>prompt</ErrorReport>
sl@43
    52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    53
    <Prefer32Bit>false</Prefer32Bit>
sl@24
    54
  </PropertyGroup>
sl@24
    55
  <ItemGroup>
sl@24
    56
    <Reference Include="System" />
sl@24
    57
    <Reference Include="System.Core" />
sl@43
    58
    <Reference Include="System.Drawing" />
sl@43
    59
    <Reference Include="System.Runtime.Serialization" />
sl@24
    60
    <Reference Include="System.ServiceModel" />
sl@24
    61
    <Reference Include="System.Xml.Linq" />
sl@24
    62
    <Reference Include="System.Data.DataSetExtensions" />
sl@24
    63
    <Reference Include="Microsoft.CSharp" />
sl@24
    64
    <Reference Include="System.Data" />
sl@24
    65
    <Reference Include="System.Xml" />
sl@24
    66
  </ItemGroup>
sl@24
    67
  <ItemGroup>
sl@24
    68
    <Compile Include="Interface.cs" />
sl@24
    69
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@24
    70
  </ItemGroup>
sl@24
    71
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@24
    72
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@24
    73
       Other similar extension points exist, see Microsoft.Common.targets.
sl@24
    74
  <Target Name="BeforeBuild">
sl@24
    75
  </Target>
sl@24
    76
  <Target Name="AfterBuild">
sl@24
    77
  </Target>
sl@24
    78
  -->
sl@24
    79
</Project>