src/FingersDance.Actions/FingersDance.Actions.csproj
changeset 127 d2c42d42f504
parent 75 99d003723474
child 135 84b3bf5ee3d2
equal deleted inserted replaced
126:5561c6ab9bb2 127:d2c42d42f504
    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>