6 assignments to MSBuild property ManagedXamlResourcesDirectory
MSBuildFiles (6)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (6)
66<ManagedXamlResourcesDirectory>$(MSBuildThisFileDirectory)$(LangName)</ManagedXamlResourcesDirectory> 69<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)') and '$(LangID)' == '2052'">$(MSBuildThisFileDirectory)zh-Hans</ManagedXamlResourcesDirectory> 70<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)') and '$(LangID)' == '1028'">$(MSBuildThisFileDirectory)zh-Hant</ManagedXamlResourcesDirectory> 73<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)')">$(MSBuildThisFileDirectory)$(LangName.Split('-')[0])</ManagedXamlResourcesDirectory> 76<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)')">$(ManagedXamlNeutralResourcesDirectory)</ManagedXamlResourcesDirectory> 80<ManagedXamlResourcesDirectory Condition="!HasTrailingSlash('$(ManagedXamlResourcesDirectory)')">$(ManagedXamlResourcesDirectory)\</ManagedXamlResourcesDirectory>
43 usages of MSBuild property ManagedXamlResourcesDirectory
MSBuildFiles (43)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets (5)
31<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ProjectItemsSchema.CSharp.xaml;" /> 43<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ApplicationPropertyPage.CSharp.xaml"> 47<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)BuildPropertyPage.CSharp.xaml"> 51<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ReferencesPage.CSharp.xaml"> 59<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)EditorConfigFiles.BrowseObject.xaml">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (38)
64<PropertyGroup Condition="'$(ManagedXamlResourcesDirectory)' == ''"> 69<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)') and '$(LangID)' == '2052'">$(MSBuildThisFileDirectory)zh-Hans</ManagedXamlResourcesDirectory> 70<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)') and '$(LangID)' == '1028'">$(MSBuildThisFileDirectory)zh-Hant</ManagedXamlResourcesDirectory> 73<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)')">$(MSBuildThisFileDirectory)$(LangName.Split('-')[0])</ManagedXamlResourcesDirectory> 76<ManagedXamlResourcesDirectory Condition="!Exists('$(ManagedXamlResourcesDirectory)')">$(ManagedXamlNeutralResourcesDirectory)</ManagedXamlResourcesDirectory> 80<ManagedXamlResourcesDirectory Condition="!HasTrailingSlash('$(ManagedXamlResourcesDirectory)')">$(ManagedXamlResourcesDirectory)\</ManagedXamlResourcesDirectory> 159<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ProjectItemsSchema.xaml"> 168<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)Compile.BrowseObject.xaml"> 172<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)Resource.BrowseObject.xaml"> 180<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)Content.BrowseObject.xaml"> 188<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)EmbeddedResource.BrowseObject.xaml"> 192<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)Folder.xaml"> 208<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)None.BrowseObject.xaml"> 216<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ApplicationPropertyPage.xaml"> 220<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)BuildPropertyPage.xaml"> 224<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)CodeAnalysisPropertyPage.xaml"> 232<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)DebugPropertyPage.xaml"> 236<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)SettingsPropertyPage.xaml"> 240<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResourcesPropertyPage.xaml"> 244<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)PackagePropertyPage.xaml"> 248<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ExecutableDebugPropertyPage.xaml"> 252<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ProjectDebugPropertyPage.xaml"> 256<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)GeneralBrowseObject.xaml"> 296<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)AssemblyReference.xaml"> 300<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResolvedAssemblyReference.xaml"> 305<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)COMReference.xaml"> 309<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResolvedCOMReference.xaml"> 314<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)FrameworkReference.xaml"> 318<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResolvedFrameworkReference.xaml"> 323<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ProjectReference.xaml"> 327<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResolvedProjectReference.xaml"> 332<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)SdkReference.xaml"> 336<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResolvedSdkReference.xaml"> 341<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)PackageReference.xaml"> 345<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResolvedPackageReference.xaml"> 350<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)AnalyzerReference.xaml"> 354<PropertyPageSchema Include="$(ManagedXamlResourcesDirectory)ResolvedAnalyzerReference.xaml">