|
86 | 86 | <WarningLevel>4</WarningLevel> |
87 | 87 | <DocumentationFile>bin\$(Configuration)\$(Framework)\$(AssemblyName).XML</DocumentationFile> |
88 | 88 | </PropertyGroup> |
| 89 | + |
| 90 | + |
| 91 | + <PropertyGroup Condition=" '$(Framework)' == 'NET451' "> |
| 92 | + <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
| 93 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 94 | + </PropertyGroup> |
| 95 | + <PropertyGroup Condition=" '$(Framework)' == 'NET452' "> |
| 96 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| 97 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 98 | + </PropertyGroup> |
| 99 | + <PropertyGroup Condition=" '$(Framework)' == 'NET46' "> |
| 100 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
| 101 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 102 | + </PropertyGroup> |
| 103 | + <PropertyGroup Condition=" '$(Framework)' == 'NET461' "> |
| 104 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 105 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 106 | + </PropertyGroup> |
| 107 | + <PropertyGroup Condition=" '$(Framework)' == 'NET462' "> |
| 108 | + <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
| 109 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 110 | + </PropertyGroup> |
| 111 | + <PropertyGroup Condition=" '$(Framework)' == 'NET47' "> |
| 112 | + <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> |
| 113 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 114 | + </PropertyGroup> |
| 115 | + <PropertyGroup Condition=" '$(Framework)' == 'NET471' "> |
| 116 | + <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> |
| 117 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 118 | + </PropertyGroup> |
| 119 | + <PropertyGroup Condition=" '$(Framework)' == 'NET472' "> |
| 120 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
| 121 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 122 | + </PropertyGroup> |
| 123 | + <PropertyGroup Condition=" '$(Framework)' == 'NET48' And '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
| 124 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
| 125 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 126 | + <DebugSymbols>true</DebugSymbols> |
| 127 | + <DebugType>full</DebugType> |
| 128 | + <Optimize>false</Optimize> |
| 129 | + <OutputPath>bin\$(Configuration)\$(Framework)\</OutputPath> |
| 130 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 131 | + <ErrorReport>prompt</ErrorReport> |
| 132 | + <WarningLevel>4</WarningLevel> |
| 133 | + </PropertyGroup> |
| 134 | + <PropertyGroup Condition=" '$(Framework)' == 'NET48' And '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 135 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
| 136 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 137 | + <DebugType>pdbonly</DebugType> |
| 138 | + <Optimize>true</Optimize> |
| 139 | + <OutputPath>bin\$(Configuration)\$(Framework)\</OutputPath> |
| 140 | + <DefineConstants>TRACE</DefineConstants> |
| 141 | + <ErrorReport>prompt</ErrorReport> |
| 142 | + <WarningLevel>4</WarningLevel> |
| 143 | + <DocumentationFile>bin\$(Configuration)\$(Framework)\FlatFile.Core.Attributes.XML</DocumentationFile> |
| 144 | + </PropertyGroup> |
| 145 | + |
89 | 146 | <ItemGroup> |
90 | 147 | <Reference Include="System" /> |
91 | 148 | <Reference Include="System.Core" /> |
|
0 commit comments