Interface/SharpDisplayInterface.csproj
changeset 43 86aad774b532
parent 24 f442150ff735
child 63 cd9924457275
     1.1 --- a/Interface/SharpDisplayInterface.csproj	Fri Aug 22 10:55:34 2014 +0200
     1.2 +++ b/Interface/SharpDisplayInterface.csproj	Fri Aug 22 22:48:30 2014 +0200
     1.3 @@ -11,6 +11,7 @@
     1.4      <AssemblyName>SharpDisplayInterface</AssemblyName>
     1.5      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     1.6      <FileAlignment>512</FileAlignment>
     1.7 +    <TargetFrameworkProfile />
     1.8    </PropertyGroup>
     1.9    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.10      <DebugSymbols>true</DebugSymbols>
    1.11 @@ -20,6 +21,7 @@
    1.12      <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.13      <ErrorReport>prompt</ErrorReport>
    1.14      <WarningLevel>4</WarningLevel>
    1.15 +    <Prefer32Bit>false</Prefer32Bit>
    1.16    </PropertyGroup>
    1.17    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    1.18      <DebugType>pdbonly</DebugType>
    1.19 @@ -28,10 +30,33 @@
    1.20      <DefineConstants>TRACE</DefineConstants>
    1.21      <ErrorReport>prompt</ErrorReport>
    1.22      <WarningLevel>4</WarningLevel>
    1.23 +    <Prefer32Bit>false</Prefer32Bit>
    1.24 +  </PropertyGroup>
    1.25 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    1.26 +    <DebugSymbols>true</DebugSymbols>
    1.27 +    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    1.28 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.29 +    <DebugType>full</DebugType>
    1.30 +    <PlatformTarget>x86</PlatformTarget>
    1.31 +    <ErrorReport>prompt</ErrorReport>
    1.32 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.33 +    <Prefer32Bit>false</Prefer32Bit>
    1.34 +  </PropertyGroup>
    1.35 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.36 +    <OutputPath>bin\x86\Release\</OutputPath>
    1.37 +    <DefineConstants>TRACE</DefineConstants>
    1.38 +    <Optimize>true</Optimize>
    1.39 +    <DebugType>pdbonly</DebugType>
    1.40 +    <PlatformTarget>x86</PlatformTarget>
    1.41 +    <ErrorReport>prompt</ErrorReport>
    1.42 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.43 +    <Prefer32Bit>false</Prefer32Bit>
    1.44    </PropertyGroup>
    1.45    <ItemGroup>
    1.46      <Reference Include="System" />
    1.47      <Reference Include="System.Core" />
    1.48 +    <Reference Include="System.Drawing" />
    1.49 +    <Reference Include="System.Runtime.Serialization" />
    1.50      <Reference Include="System.ServiceModel" />
    1.51      <Reference Include="System.Xml.Linq" />
    1.52      <Reference Include="System.Data.DataSetExtensions" />