src/FingersDance.Debug/FingersDance.Debug.csproj
changeset 143 9f157d9c725b
parent 39 0efa1d506f28
equal deleted inserted replaced
142:3d66ca73df55 143:9f157d9c725b
    37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    38     <DebugSymbols>false</DebugSymbols>
    38     <DebugSymbols>false</DebugSymbols>
    39     <Optimize>true</Optimize>
    39     <Optimize>true</Optimize>
    40     <OutputPath>.\bin\Release\</OutputPath>
    40     <OutputPath>.\bin\Release\</OutputPath>
    41     <DefineConstants>TRACE</DefineConstants>
    41     <DefineConstants>TRACE</DefineConstants>
       
    42   </PropertyGroup>
       
    43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
       
    44     <DebugSymbols>true</DebugSymbols>
       
    45     <OutputPath>bin\x86\Debug\</OutputPath>
       
    46     <DefineConstants>DEBUG;TRACE</DefineConstants>
       
    47     <DebugType>full</DebugType>
       
    48     <PlatformTarget>x86</PlatformTarget>
       
    49     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
       
    50     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
       
    51   </PropertyGroup>
       
    52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
       
    53     <OutputPath>bin\x86\Release\</OutputPath>
       
    54     <DefineConstants>TRACE</DefineConstants>
       
    55     <Optimize>true</Optimize>
       
    56     <PlatformTarget>x86</PlatformTarget>
       
    57     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
       
    58     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
    42   </PropertyGroup>
    59   </PropertyGroup>
    43   <ItemGroup>
    60   <ItemGroup>
    44     <Reference Include="System" />
    61     <Reference Include="System" />
    45     <Reference Include="System.Core">
    62     <Reference Include="System.Core">
    46       <RequiredTargetFramework>3.5</RequiredTargetFramework>
    63       <RequiredTargetFramework>3.5</RequiredTargetFramework>