src/FingersDance.Data/FingersDance.Data.csproj
changeset 148 c379899e9c94
parent 146 dd8ed4d3beb6
child 160 e940ca798fe3
equal deleted inserted replaced
147:1a5da89daee9 148:c379899e9c94
    29     <Optimize>true</Optimize>
    29     <Optimize>true</Optimize>
    30     <OutputPath>bin\Release\</OutputPath>
    30     <OutputPath>bin\Release\</OutputPath>
    31     <DefineConstants>TRACE</DefineConstants>
    31     <DefineConstants>TRACE</DefineConstants>
    32     <ErrorReport>prompt</ErrorReport>
    32     <ErrorReport>prompt</ErrorReport>
    33     <WarningLevel>4</WarningLevel>
    33     <WarningLevel>4</WarningLevel>
    34   </PropertyGroup>
       
    35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
       
    36     <DebugSymbols>true</DebugSymbols>
       
    37     <OutputPath>bin\x86\Debug\</OutputPath>
       
    38     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    39     <DebugType>full</DebugType>
       
    40     <PlatformTarget>x86</PlatformTarget>
       
    41     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
       
    42     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
       
    43     <ErrorReport>prompt</ErrorReport>
       
    44   </PropertyGroup>
       
    45   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
       
    46     <OutputPath>bin\x86\Release\</OutputPath>
       
    47     <DefineConstants>TRACE</DefineConstants>
       
    48     <Optimize>true</Optimize>
       
    49     <DebugType>pdbonly</DebugType>
       
    50     <PlatformTarget>x86</PlatformTarget>
       
    51     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
       
    52     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
       
    53     <ErrorReport>prompt</ErrorReport>
       
    54   </PropertyGroup>
    34   </PropertyGroup>
    55   <ItemGroup>
    35   <ItemGroup>
    56     <Reference Include="System" />
    36     <Reference Include="System" />
    57     <Reference Include="System.Core">
    37     <Reference Include="System.Core">
    58       <RequiredTargetFramework>3.5</RequiredTargetFramework>
    38       <RequiredTargetFramework>3.5</RequiredTargetFramework>