|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>SQLite.CodeFirst</RootNamespace> |
11 | 11 | <AssemblyName>SQLite.CodeFirst</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 12 | <FileAlignment>512</FileAlignment> |
14 | 13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 | 14 | <NuGetPackageImportStamp>b4e826ae</NuGetPackageImportStamp> |
16 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
17 | 16 | <RestorePackages>true</RestorePackages> |
18 | 17 | <TargetFrameworkProfile /> |
19 | 18 | </PropertyGroup> |
20 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 19 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-45|AnyCPU' "> |
21 | 20 | <PlatformTarget>AnyCPU</PlatformTarget> |
22 | 21 | <DebugSymbols>true</DebugSymbols> |
23 | 22 | <DebugType>full</DebugType> |
24 | 23 | <Optimize>false</Optimize> |
25 | | - <OutputPath>bin\Debug\</OutputPath> |
| 24 | + <OutputPath>bin\Debug-45\</OutputPath> |
26 | 25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
27 | 26 | <ErrorReport>prompt</ErrorReport> |
28 | 27 | <WarningLevel>4</WarningLevel> |
| 28 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
29 | 29 | </PropertyGroup> |
30 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 30 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-45|AnyCPU' "> |
31 | 31 | <PlatformTarget>AnyCPU</PlatformTarget> |
32 | 32 | <DebugType>pdbonly</DebugType> |
33 | 33 | <Optimize>true</Optimize> |
34 | | - <OutputPath>bin\Release\</OutputPath> |
| 34 | + <OutputPath>bin\Release-45\</OutputPath> |
35 | 35 | <DefineConstants>TRACE</DefineConstants> |
36 | 36 | <ErrorReport>prompt</ErrorReport> |
37 | 37 | <WarningLevel>4</WarningLevel> |
| 38 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
38 | 39 | </PropertyGroup> |
39 | 40 | <PropertyGroup> |
40 | 41 | <StartupObject /> |
41 | 42 | </PropertyGroup> |
42 | | - <ItemGroup> |
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU'"> |
| 44 | + <DebugSymbols>true</DebugSymbols> |
| 45 | + <OutputPath>bin\Debug-40\</OutputPath> |
| 46 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 47 | + <DebugType>full</DebugType> |
| 48 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 49 | + <ErrorReport>prompt</ErrorReport> |
| 50 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 51 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 52 | + <OutputPath>bin\Debug-40\</OutputPath> |
| 53 | + </PropertyGroup> |
| 54 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'"> |
| 55 | + <OutputPath>bin\Release-40\</OutputPath> |
| 56 | + <DefineConstants>TRACE</DefineConstants> |
| 57 | + <Optimize>true</Optimize> |
| 58 | + <DebugType>pdbonly</DebugType> |
| 59 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 60 | + <ErrorReport>prompt</ErrorReport> |
| 61 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 62 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 63 | + </PropertyGroup> |
| 64 | + <ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'"> |
| 65 | + <Reference Include="EntityFramework"> |
| 66 | + <HintPath>..\packages\EntityFramework.6.1.2\lib\net40\EntityFramework.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + </ItemGroup> |
| 69 | + <ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-45|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release-45|AnyCPU'"> |
43 | 70 | <Reference Include="EntityFramework"> |
44 | 71 | <HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath> |
45 | 72 | </Reference> |
| 73 | + </ItemGroup> |
| 74 | + <ItemGroup> |
46 | 75 | <Reference Include="System" /> |
47 | 76 | <Reference Include="System.Core" /> |
48 | 77 | <Reference Include="System.Data" /> |
|
0 commit comments