Clients/Message/SharpDisplayClientMessage.csproj
changeset 232 5a739e2e5255
parent 230 8c5cf2228e9a
child 242 0a956121c273
     1.1 --- a/Clients/Message/SharpDisplayClientMessage.csproj	Fri Aug 12 20:25:05 2016 +0200
     1.2 +++ b/Clients/Message/SharpDisplayClientMessage.csproj	Sat Aug 13 23:26:54 2016 +0200
     1.3 @@ -44,6 +44,26 @@
     1.4    <PropertyGroup>
     1.5      <NoWin32Manifest>true</NoWin32Manifest>
     1.6    </PropertyGroup>
     1.7 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     1.8 +    <DebugSymbols>true</DebugSymbols>
     1.9 +    <OutputPath>bin\x86\Debug\</OutputPath>
    1.10 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.11 +    <DebugType>full</DebugType>
    1.12 +    <PlatformTarget>x86</PlatformTarget>
    1.13 +    <ErrorReport>prompt</ErrorReport>
    1.14 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.15 +    <Prefer32Bit>true</Prefer32Bit>
    1.16 +  </PropertyGroup>
    1.17 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.18 +    <OutputPath>bin\x86\Release\</OutputPath>
    1.19 +    <DefineConstants>TRACE</DefineConstants>
    1.20 +    <Optimize>true</Optimize>
    1.21 +    <DebugType>pdbonly</DebugType>
    1.22 +    <PlatformTarget>x86</PlatformTarget>
    1.23 +    <ErrorReport>prompt</ErrorReport>
    1.24 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.25 +    <Prefer32Bit>true</Prefer32Bit>
    1.26 +  </PropertyGroup>
    1.27    <ItemGroup>
    1.28      <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
    1.29        <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>