|
27 | 27 | <DebugSymbols>true</DebugSymbols>
|
28 | 28 | <DebugType>full</DebugType>
|
29 | 29 | <Optimize>false</Optimize>
|
30 |
| - <DefineConstants>TRACE;DEBUG;DOTNET40 FEATURE_SERIALIZATION</DefineConstants> |
| 30 | + <DefineConstants>TRACE;DEBUG;DOTNET40 FEATURE_LEGACY_REFLECTION_API FEATURE_SERIALIZATION</DefineConstants> |
31 | 31 | <ErrorReport>prompt</ErrorReport>
|
32 | 32 | <WarningLevel>4</WarningLevel>
|
33 | 33 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
41 | 41 | <OutputPath>bin\NET40-Release\</OutputPath>
|
42 | 42 | <DebugType>pdbonly</DebugType>
|
43 | 43 | <Optimize>true</Optimize>
|
44 |
| - <DefineConstants>TRACE;DOTNET40 FEATURE_SERIALIZATION</DefineConstants> |
| 44 | + <DefineConstants>TRACE;DOTNET40 FEATURE_LEGACY_REFLECTION_API FEATURE_SERIALIZATION</DefineConstants> |
45 | 45 | <ErrorReport>prompt</ErrorReport>
|
46 | 46 | <WarningLevel>4</WarningLevel>
|
47 | 47 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
53 | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NET35-Debug|AnyCPU'">
|
54 | 54 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
55 | 55 | <OutputPath>bin\NET35-Debug\</OutputPath>
|
56 |
| - <DefineConstants>TRACE;DEBUG;DOTNET35 FEATURE_SERIALIZATION</DefineConstants> |
| 56 | + <DefineConstants>TRACE;DEBUG;DOTNET35 FEATURE_LEGACY_REFLECTION_API FEATURE_SERIALIZATION</DefineConstants> |
57 | 57 | <Optimize>false</Optimize>
|
58 | 58 | <DebugType>full</DebugType>
|
59 | 59 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
65 | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NET35-Release|AnyCPU'">
|
66 | 66 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
67 | 67 | <OutputPath>bin\NET35-Release\</OutputPath>
|
68 |
| - <DefineConstants>TRACE;DOTNET35 FEATURE_SERIALIZATION</DefineConstants> |
| 68 | + <DefineConstants>TRACE;DOTNET35 FEATURE_LEGACY_REFLECTION_API FEATURE_SERIALIZATION</DefineConstants> |
69 | 69 | <Optimize>true</Optimize>
|
70 | 70 | <DebugType>pdbonly</DebugType>
|
71 | 71 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'SL40-Release|AnyCPU'">
|
79 | 79 | <OutputPath>bin\SL40-Release\</OutputPath>
|
80 | 80 | <MSBuildTargets>Silverlight 4.0</MSBuildTargets>
|
81 |
| - <DefineConstants>TRACE;SILVERLIGHT SL4</DefineConstants> |
| 81 | + <DefineConstants>TRACE;SILVERLIGHT SL4 FEATURE_LEGACY_REFLECTION_API</DefineConstants> |
82 | 82 | <Optimize>true</Optimize>
|
83 | 83 | <DebugType>pdbonly</DebugType>
|
84 | 84 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
93 | 93 | <DebugSymbols>true</DebugSymbols>
|
94 | 94 | <MSBuildTargets>Silverlight 4.0</MSBuildTargets>
|
95 | 95 | <OutputPath>bin\SL40-Debug\</OutputPath>
|
96 |
| - <DefineConstants>DEBUG;TRACE;SILVERLIGHT SL4</DefineConstants> |
| 96 | + <DefineConstants>DEBUG;TRACE;SILVERLIGHT SL4 FEATURE_LEGACY_REFLECTION_API</DefineConstants> |
97 | 97 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
98 | 98 | <DebugType>full</DebugType>
|
99 | 99 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
104 | 104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'SL50-Release|AnyCPU'">
|
105 | 105 | <OutputPath>bin\SL50-Release\</OutputPath>
|
106 | 106 | <MSBuildTargets>Silverlight 5.0</MSBuildTargets>
|
107 |
| - <DefineConstants>TRACE;SILVERLIGHT SL5</DefineConstants> |
| 107 | + <DefineConstants>TRACE;SILVERLIGHT SL5 FEATURE_LEGACY_REFLECTION_API</DefineConstants> |
108 | 108 | <Optimize>true</Optimize>
|
109 | 109 | <DebugType>pdbonly</DebugType>
|
110 | 110 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
119 | 119 | <DebugSymbols>true</DebugSymbols>
|
120 | 120 | <MSBuildTargets>Silverlight 5.0</MSBuildTargets>
|
121 | 121 | <OutputPath>bin\SL50-Debug\</OutputPath>
|
122 |
| - <DefineConstants>DEBUG;TRACE;SILVERLIGHT SL5</DefineConstants> |
| 122 | + <DefineConstants>DEBUG;TRACE;SILVERLIGHT SL5 FEATURE_LEGACY_REFLECTION_API</DefineConstants> |
123 | 123 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
124 | 124 | <DebugType>full</DebugType>
|
125 | 125 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
0 commit comments