|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>NuLog</RootNamespace> |
11 | 11 | <AssemblyName>NuLog</AssemblyName> |
12 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
15 | 15 | </PropertyGroup> |
|
18 | 18 | <DebugType>full</DebugType> |
19 | 19 | <Optimize>false</Optimize> |
20 | 20 | <OutputPath>bin\Debug\</OutputPath> |
21 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 21 | + <DefineConstants>TRACE;DEBUG</DefineConstants> |
22 | 22 | <ErrorReport>prompt</ErrorReport> |
23 | 23 | <WarningLevel>4</WarningLevel> |
| 24 | + <Prefer32Bit>false</Prefer32Bit> |
24 | 25 | </PropertyGroup> |
25 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 27 | <DebugType>pdbonly</DebugType> |
|
29 | 30 | <DefineConstants>TRACE</DefineConstants> |
30 | 31 | <ErrorReport>prompt</ErrorReport> |
31 | 32 | <WarningLevel>4</WarningLevel> |
| 33 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 34 | </PropertyGroup> |
33 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-3.5|AnyCPU'"> |
34 | 36 | <OutputPath>bin\Release-3.5\</OutputPath> |
| 37 | + <DefineConstants>TRACE;PRENET4 PRENET45</DefineConstants> |
| 38 | + <Optimize>true</Optimize> |
| 39 | + <DebugType>pdbonly</DebugType> |
| 40 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 41 | + <ErrorReport>prompt</ErrorReport> |
| 42 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 43 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 44 | + <Prefer32Bit>false</Prefer32Bit> |
| 45 | + </PropertyGroup> |
| 46 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-4|AnyCPU'"> |
| 47 | + <OutputPath>bin\Release-4\</OutputPath> |
| 48 | + <DefineConstants>TRACE;PRENET45</DefineConstants> |
| 49 | + <Optimize>true</Optimize> |
| 50 | + <DebugType>pdbonly</DebugType> |
| 51 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 52 | + <ErrorReport>prompt</ErrorReport> |
| 53 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 54 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 55 | + <Prefer32Bit>false</Prefer32Bit> |
| 56 | + </PropertyGroup> |
| 57 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-4.5.2|AnyCPU'"> |
| 58 | + <OutputPath>bin\Release-4.5.2\</OutputPath> |
35 | 59 | <DefineConstants>TRACE</DefineConstants> |
36 | 60 | <Optimize>true</Optimize> |
37 | 61 | <DebugType>pdbonly</DebugType> |
38 | 62 | <PlatformTarget>AnyCPU</PlatformTarget> |
39 | 63 | <ErrorReport>prompt</ErrorReport> |
40 | 64 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 65 | + <Prefer32Bit>false</Prefer32Bit> |
| 66 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
41 | 67 | </PropertyGroup> |
42 | 68 | <ItemGroup> |
43 | 69 | <Reference Include="System" /> |
|
108 | 134 | </ItemGroup> |
109 | 135 | <ItemGroup /> |
110 | 136 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
111 | | - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 137 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
112 | 138 | Other similar extension points exist, see Microsoft.Common.targets. |
113 | 139 | <Target Name="BeforeBuild"> |
114 | 140 | </Target> |
|
0 commit comments