2 assignments to MSBuild property XsdCodeGenPreCondition
MSBuildFiles (2)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.ServiceModel.targets (2)
30<XsdCodeGenPreCondition>False</XsdCodeGenPreCondition> 31<XsdCodeGenPreCondition Condition="'$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0' and '$(TargetFrameworkVersion)' != 'v3.5' and '$(TargetFrameworkVersion)' != 'v4.0' and ( '$(TargetFrameworkIdentifier)' == '.NETFramework' or '$(TargetFrameworkIdentifier)' == 'Silverlight' ) and '$(XsdCodeGenEnabled)' == 'True' and '@(XsdCodeGenInputXsdFiles)' != '' ">True</XsdCodeGenPreCondition>
2 usages of MSBuild property XsdCodeGenPreCondition
MSBuildFiles (2)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.ServiceModel.targets (2)
34<CallTarget Targets="CleanXsdCodeGen" Condition=" '$(XsdCodeGenPreCondition)' != 'True' " > 44Condition=" '$(XsdCodeGenPreCondition)' == 'True' ">