SharpLibHid.csproj
changeset 87 a6684684a9c3
parent 82 312160defeac
     1.1 --- a/SharpLibHid.csproj	Sun Mar 22 19:33:36 2015 +0100
     1.2 +++ b/SharpLibHid.csproj	Sun Mar 22 21:59:08 2015 +0100
     1.3 @@ -32,6 +32,26 @@
     1.4      <WarningLevel>4</WarningLevel>
     1.5      <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     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 +    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    1.12 +    <DebugType>full</DebugType>
    1.13 +    <PlatformTarget>x86</PlatformTarget>
    1.14 +    <ErrorReport>prompt</ErrorReport>
    1.15 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    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 +    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    1.21 +    <Optimize>true</Optimize>
    1.22 +    <DebugType>pdbonly</DebugType>
    1.23 +    <PlatformTarget>x86</PlatformTarget>
    1.24 +    <ErrorReport>prompt</ErrorReport>
    1.25 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.26 +  </PropertyGroup>
    1.27    <ItemGroup>
    1.28      <Reference Include="System" />
    1.29      <Reference Include="System.Core" />