SharpLibUtils/SharpLibUtils.csproj
changeset 232 5a739e2e5255
parent 212 1a0791daa243
     1.1 --- a/SharpLibUtils/SharpLibUtils.csproj	Fri Aug 12 20:25:05 2016 +0200
     1.2 +++ b/SharpLibUtils/SharpLibUtils.csproj	Sat Aug 13 23:26:54 2016 +0200
     1.3 @@ -29,6 +29,24 @@
     1.4      <ErrorReport>prompt</ErrorReport>
     1.5      <WarningLevel>4</WarningLevel>
     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 +  </PropertyGroup>
    1.16 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.17 +    <OutputPath>bin\x86\Release\</OutputPath>
    1.18 +    <DefineConstants>TRACE</DefineConstants>
    1.19 +    <Optimize>true</Optimize>
    1.20 +    <DebugType>pdbonly</DebugType>
    1.21 +    <PlatformTarget>x86</PlatformTarget>
    1.22 +    <ErrorReport>prompt</ErrorReport>
    1.23 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.24 +  </PropertyGroup>
    1.25    <ItemGroup>
    1.26      <Reference Include="System" />
    1.27      <Reference Include="System.Core" />