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