|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug-45</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 7 | <ProjectGuid>{50A32FE4-0E13-4213-A373-72523CDF34D9}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
|
16 | 16 | <RestorePackages>true</RestorePackages> |
17 | 17 | <TargetFrameworkProfile /> |
18 | 18 | </PropertyGroup> |
| 19 | + <!-- Debug Configuration --> |
| 20 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU'"> |
| 21 | + <DebugSymbols>true</DebugSymbols> |
| 22 | + <OutputPath>bin\Debug-40\</OutputPath> |
| 23 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 24 | + <DebugType>full</DebugType> |
| 25 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 26 | + <ErrorReport>prompt</ErrorReport> |
| 27 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 28 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 29 | + <OutputPath>bin\Debug-40\</OutputPath> |
| 30 | + </PropertyGroup> |
19 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug-45|AnyCPU' "> |
20 | 32 | <PlatformTarget>AnyCPU</PlatformTarget> |
21 | 33 | <DebugSymbols>true</DebugSymbols> |
|
27 | 39 | <WarningLevel>4</WarningLevel> |
28 | 40 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
29 | 41 | </PropertyGroup> |
| 42 | + <!-- Release Configuration --> |
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'"> |
| 44 | + <OutputPath>bin\Release-40\</OutputPath> |
| 45 | + <DefineConstants>TRACE</DefineConstants> |
| 46 | + <Optimize>true</Optimize> |
| 47 | + <DebugType>pdbonly</DebugType> |
| 48 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 49 | + <ErrorReport>prompt</ErrorReport> |
| 50 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 51 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 52 | + </PropertyGroup> |
30 | 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-45|AnyCPU' "> |
31 | 54 | <PlatformTarget>AnyCPU</PlatformTarget> |
32 | 55 | <DebugType>pdbonly</DebugType> |
|
40 | 63 | <PropertyGroup> |
41 | 64 | <StartupObject /> |
42 | 65 | </PropertyGroup> |
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 | 66 | <ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-40|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Release-40|AnyCPU'"> |
65 | 67 | <Reference Include="EntityFramework"> |
66 | 68 | <HintPath>..\packages\EntityFramework.6.1.2\lib\net40\EntityFramework.dll</HintPath> |
|
0 commit comments