|
22 | 22 | <ItemGroup>
|
23 | 23 | <Reference Include="System.Core" />
|
24 | 24 | </ItemGroup>
|
25 |
| - <Import cs:Precondition=" '$(ProjectType)' != 'TEST' " |
| 25 | + <Import cs:Precondition=" '$(EnvironmentProjectType)' != 'TEST' " |
26 | 26 | Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
27 | 27 | <!-- Portable Library will be tested as silverlight -->
|
28 |
| - <PropertyGroup cs:Precondition=" '$(ProjectType)' == 'TEST' "> |
| 28 | + <PropertyGroup cs:Precondition=" '$(EnvironmentProjectType)' == 'TEST' "> |
29 | 29 | <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
30 | 30 | <ValidateXaml>false</ValidateXaml>
|
31 | 31 | <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
|
32 | 32 | <TargetFrameworkProfile />
|
33 | 33 | </PropertyGroup>
|
34 |
| - <cs:Import Project="SLTest.targets" cs:Precondition=" '$(ProjectType)' == 'TEST' " /> |
35 |
| - <Import cs:Precondition=" '$(ProjectType)' == 'TEST' " |
| 34 | + <cs:Import Project="SLTest.targets" cs:Precondition=" '$(EnvironmentProjectType)' == 'TEST' " /> |
| 35 | + <Import cs:Precondition=" '$(EnvironmentProjectType)' == 'TEST' " |
36 | 36 | Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
|
37 | 37 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
38 | 38 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
41 | 41 | <Target Name="AfterBuild">
|
42 | 42 | </Target>
|
43 | 43 | -->
|
44 |
| - <ProjectExtensions cs:Precondition=" '$(ProjectType)' == 'TEST' "> |
| 44 | + <ProjectExtensions cs:Precondition=" '$(EnvironmentProjectType)' == 'TEST' "> |
45 | 45 | <VisualStudio>
|
46 | 46 | <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
|
47 | 47 | <SilverlightProjectProperties />
|
|
0 commit comments