|
23 | 23 | <BuildTarget>PL</BuildTarget> |
24 | 24 | </PropertyGroup> |
25 | 25 |
|
26 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug45|AnyCPU' "> |
| 26 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugPLLITE|AnyCPU' "> |
27 | 27 | <BuildConfig>Debug</BuildConfig> |
28 | | - <BuildTarget>45</BuildTarget> |
| 28 | + <BuildTarget>PLLITE</BuildTarget> |
29 | 29 | </PropertyGroup> |
30 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release45|AnyCPU' "> |
| 30 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleasePLLITE|AnyCPU' "> |
31 | 31 | <BuildConfig>Release</BuildConfig> |
32 | | - <BuildTarget>45</BuildTarget> |
| 32 | + <BuildTarget>PLLITE</BuildTarget> |
| 33 | + </PropertyGroup> |
| 34 | + |
| 35 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug8|AnyCPU' "> |
| 36 | + <BuildConfig>Debug</BuildConfig> |
| 37 | + <BuildTarget>8</BuildTarget> |
| 38 | + </PropertyGroup> |
| 39 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release8|AnyCPU' "> |
| 40 | + <BuildConfig>Release</BuildConfig> |
| 41 | + <BuildTarget>8</BuildTarget> |
| 42 | + </PropertyGroup> |
| 43 | + |
| 44 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug81|AnyCPU' "> |
| 45 | + <BuildConfig>Debug</BuildConfig> |
| 46 | + <BuildTarget>81</BuildTarget> |
| 47 | + </PropertyGroup> |
| 48 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release81|AnyCPU' "> |
| 49 | + <BuildConfig>Release</BuildConfig> |
| 50 | + <BuildTarget>81</BuildTarget> |
33 | 51 | </PropertyGroup> |
34 | 52 |
|
35 | 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug40|AnyCPU' "> |
|
41 | 59 | <BuildTarget>40</BuildTarget> |
42 | 60 | </PropertyGroup> |
43 | 61 |
|
| 62 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug45|AnyCPU' "> |
| 63 | + <BuildConfig>Debug</BuildConfig> |
| 64 | + <BuildTarget>45</BuildTarget> |
| 65 | + </PropertyGroup> |
| 66 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release45|AnyCPU' "> |
| 67 | + <BuildConfig>Release</BuildConfig> |
| 68 | + <BuildTarget>45</BuildTarget> |
| 69 | + </PropertyGroup> |
| 70 | + |
| 71 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWP8|AnyCPU' "> |
| 72 | + <BuildConfig>Debug</BuildConfig> |
| 73 | + <BuildTarget>WP8</BuildTarget> |
| 74 | + </PropertyGroup> |
| 75 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWP8|AnyCPU' "> |
| 76 | + <BuildConfig>Release</BuildConfig> |
| 77 | + <BuildTarget>WP8</BuildTarget> |
| 78 | + </PropertyGroup> |
| 79 | + |
44 | 80 | <!-- |
45 | 81 | *********************** |
46 | 82 | * Legacy Platforms * |
|
83 | 119 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
84 | 120 | <TargetFrameworkProfile>Profile259</TargetFrameworkProfile> |
85 | 121 | <NoStdLib>true</NoStdLib> |
| 122 | + </PropertyGroup> |
| 123 | + |
| 124 | + <PropertyGroup Condition=" '$(BuildTarget)' == 'PLITE' "> |
| 125 | + <DefineConstants>$(DefineConstants);HAS_AWAIT</DefineConstants> |
| 126 | + <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier> |
| 127 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 128 | + <TargetFrameworkProfile>Profile136</TargetFrameworkProfile> |
| 129 | + <NoStdLib>true</NoStdLib> |
86 | 130 | <BuildFlavor>DESKTOPCLR45</BuildFlavor> |
87 | 131 | </PropertyGroup> |
88 | 132 |
|
| 133 | + <PropertyGroup Condition=" '$(BuildTarget)' == 'WP7' "> |
| 134 | + <DefineConstants>$(DefineConstants);WINDOWSPHONE7;NO_TLS;NO_VARIANCE;NO_SERIALIZABLE;NO_TPL;NO_HASHSET;NO_REMOTING;NO_SEMAPHORE;NO_LARGEARITY;NO_ZIP</DefineConstants> |
| 135 | + <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile> |
| 136 | + <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
| 137 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 138 | + <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
| 139 | + <SilverlightApplication>false</SilverlightApplication> |
| 140 | + <BuildPlatform>SILVERLIGHT</BuildPlatform> |
| 141 | + <BuildFlavor>SILVERLIGHTM7</BuildFlavor> |
| 142 | + </PropertyGroup> |
| 143 | + |
| 144 | + <PropertyGroup Condition=" '$(BuildTarget)' == 'WP8' "> |
| 145 | + <DefineConstants>$(DefineConstants);HAS_EDI;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;NO_EVENTARGS_CONSTRAINT;USE_SL_DISPATCHER;HAS_WINRT;NO_SERIALIZABLE;NO_REMOTING;NO_CDS_COLLECTIONS;USE_TIMER_SELF_ROOT</DefineConstants> |
| 146 | + <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier> |
| 147 | + <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> |
| 148 | + <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
| 149 | + <SilverlightApplication>false</SilverlightApplication> |
| 150 | + <BuildPlatform>WINDOWS_PHONE</BuildPlatform> |
| 151 | + <BuildFlavor>WINDOWS_PHONE8</BuildFlavor> |
| 152 | + <NoStdLib>true</NoStdLib> |
| 153 | + </PropertyGroup> |
| 154 | + |
| 155 | + <PropertyGroup Condition=" '$(BuildTarget)' == '40' "> |
| 156 | + <DefineConstants>$(DefineConstants);HAS_APTCA</DefineConstants> |
| 157 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 158 | + <BuildPlatform>DESKTOPCLR</BuildPlatform> |
| 159 | + <BuildFlavor>DESKTOPCLR40</BuildFlavor> |
| 160 | + </PropertyGroup> |
| 161 | + |
89 | 162 | <PropertyGroup Condition=" '$(BuildTarget)' == '45' "> |
90 | 163 | <DefineConstants>$(DefineConstants);HAS_AWAIT;HAS_APTCA</DefineConstants> |
91 | 164 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
102 | 175 | <BuildFlavor>DESKTOPCLR45</BuildFlavor> |
103 | 176 | </PropertyGroup> |
104 | 177 |
|
105 | | - |
106 | | - <PropertyGroup Condition=" '$(BuildTarget)' == '40' "> |
107 | | - <DefineConstants>$(DefineConstants);HAS_APTCA</DefineConstants> |
108 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
109 | | - <BuildPlatform>DESKTOPCLR</BuildPlatform> |
110 | | - <BuildFlavor>DESKTOPCLR40</BuildFlavor> |
111 | | - </PropertyGroup> |
112 | | - |
113 | 178 | <PropertyGroup Condition=" '$(BuildTarget)' == '35' "> |
114 | 179 | <DefineConstants>$(DefineConstants);NO_VARIANCE;NO_TPL;NO_LARGEARITY;NO_RXINTERFACES;NO_ZIP;HAS_APTCA</DefineConstants> |
115 | 180 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
127 | 192 | <BuildFlavor>SILVERLIGHT5</BuildFlavor> |
128 | 193 | </PropertyGroup> |
129 | 194 |
|
130 | | - <PropertyGroup Condition=" '$(BuildTarget)' == 'WP7' "> |
131 | | - <DefineConstants>$(DefineConstants);WINDOWSPHONE7;NO_TLS;NO_VARIANCE;NO_SERIALIZABLE;NO_TPL;NO_HASHSET;NO_REMOTING;NO_SEMAPHORE;NO_LARGEARITY;NO_ZIP</DefineConstants> |
132 | | - <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile> |
133 | | - <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
134 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
135 | | - <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
136 | | - <SilverlightApplication>false</SilverlightApplication> |
137 | | - <BuildPlatform>SILVERLIGHT</BuildPlatform> |
138 | | - <BuildFlavor>SILVERLIGHTM7</BuildFlavor> |
139 | | - </PropertyGroup> |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | 195 | <!-- |
145 | 196 | ******************** |
146 | 197 | * GENERAL SETTINGS * |
|
0 commit comments