22<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug-45 </Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
77 <ProjectGuid >{50A32FE4-0E13-4213-A373-72523CDF34D9}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
1010 <RootNamespace >SQLite.CodeFirst</RootNamespace >
1111 <AssemblyName >SQLite.CodeFirst</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
1312 <FileAlignment >512</FileAlignment >
1413 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1514 <NuGetPackageImportStamp >b4e826ae</NuGetPackageImportStamp >
1615 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
1716 <RestorePackages >true</RestorePackages >
1817 <TargetFrameworkProfile />
1918 </PropertyGroup >
20- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <!-- <Debug Configuration> -->
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Debug-45|AnyCPU'" >
2121 <PlatformTarget >AnyCPU</PlatformTarget >
2222 <DebugSymbols >true</DebugSymbols >
23- <DebugType >full</DebugType >
24- <Optimize >false</Optimize >
25- <OutputPath >bin\Debug\</OutputPath >
2623 <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <DebugType >full</DebugType >
2725 <ErrorReport >prompt</ErrorReport >
28- <WarningLevel >4</WarningLevel >
26+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU'" >
29+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
30+ <OutputPath >bin\Debug\net40</OutputPath >
2931 </PropertyGroup >
30- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-45|AnyCPU' " >
33+ <OutputPath >bin\Debug\net45</OutputPath >
34+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
35+ </PropertyGroup >
36+ <!-- </Debug Configuration> -->
37+ <!-- <Release Configuration> -->
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release-40|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release-45|AnyCPU'" >
3139 <PlatformTarget >AnyCPU</PlatformTarget >
32- <DebugType >pdbonly</DebugType >
33- <Optimize >true</Optimize >
34- <OutputPath >bin\Release\</OutputPath >
3540 <DefineConstants >TRACE</DefineConstants >
41+ <Optimize >true</Optimize >
42+ <DebugType >pdbonly</DebugType >
3643 <ErrorReport >prompt</ErrorReport >
37- <WarningLevel >4</WarningLevel >
44+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'" >
47+ <OutputPath >bin\Release\net40</OutputPath >
48+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
3849 </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release-45|AnyCPU' " >
51+ <OutputPath >bin\Release\net45</OutputPath >
52+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
53+ </PropertyGroup >
54+ <!-- </Release Configuration> -->
3955 <PropertyGroup >
4056 <StartupObject />
4157 </PropertyGroup >
42- <ItemGroup >
58+ <!-- TargetFrameworkVersion depended references -->
59+ <ItemGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'" >
60+ <Reference Include =" EntityFramework" >
61+ <HintPath >..\packages\EntityFramework.6.1.2\lib\net40\EntityFramework.dll</HintPath >
62+ </Reference >
63+ </ItemGroup >
64+ <ItemGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug-45|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release-45|AnyCPU'" >
4365 <Reference Include =" EntityFramework" >
4466 <HintPath >..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath >
4567 </Reference >
68+ </ItemGroup >
69+ <ItemGroup >
4670 <Reference Include =" System" />
4771 <Reference Include =" System.Core" />
4872 <Reference Include =" System.Data" />
91115 <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
92116 </Target >
93117 <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
94- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
95- Other similar extension points exist, see Microsoft.Common.targets.
96- <Target Name="BeforeBuild">
97- </Target>
98- <Target Name="AfterBuild">
99- </Target>
100- -->
101118</Project >
0 commit comments