<?xml version="1.0" encoding="utf-8"?>
<!--
***********************************************************************************************
Microsoft.Windows.UI.Xaml.CSharp.ModernNET.props

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

  <!--
    This file is imported from 'Microsoft.Windows.UI.Xaml.CSharp.ModernNET.ImportBefore.props' for SDK-style
    projects that might be using UWP. Any additional items can be added this if needed. Properties
    should not be defined in this file, as it is imported before the .csproj file is evaluated.
    As such, it is not possible to conditionally define properties, due to MSBuild passes ordering.
  -->

  <!-- Prepare the path to the 'DefaultItems.props' file, which can also be overridden if needed (like all other .props/.targets files) -->
  <PropertyGroup>
    <UwpToolsMicrosoftWindowsUIXamlCSharpDefaultItemsProps Condition="'$(UwpToolsMicrosoftWindowsUIXamlCSharpDefaultItemsProps)' == ''">$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\8.21\Microsoft.Windows.UI.Xaml.CSharp.ModernNET.DefaultItems.props</UwpToolsMicrosoftWindowsUIXamlCSharpDefaultItemsProps>
  </PropertyGroup>

  <!-- Wire up the .targets file for all default items (this has to be imported after the .NET SDK .props) -->
  <PropertyGroup>
    <AfterMicrosoftNetSdkProps>$(AfterMicrosoftNetSdkProps);$(UwpToolsMicrosoftWindowsUIXamlCSharpDefaultItemsProps)</AfterMicrosoftNetSdkProps>
  </PropertyGroup>
</Project>
